Skip to content

Commit

Permalink
Mention Apptainer, Guix and Spack in the doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Aug 28, 2024
1 parent 7c07ea6 commit a1f0c7b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ like `pip install "fluidsim[fft]"` or `pip install "fluidsim[fft,mpi]"`:
compilation of at least [mpi4py].
```
- `test`: for testing Fluidsim (can be done without the repository).

- `test`: for testing Fluidsim (can be done without the repository).

#### Compile fluidfft plugins

Expand Down Expand Up @@ -118,6 +118,16 @@ pip install pytest-allclose pytest-mock
````

### Other installation methods

Other more exotic methods can also be used. In particular, we have examples for:

- [Apptainer](https://apptainer.org/) ([doc/apptainer](https://foss.heptapod.net/fluiddyn/fluidsim/-/tree/branch/default/doc/apptainer))

- [Guix](https://guix.gnu.org/) ([doc/examples/clusters/gricad](https://foss.heptapod.net/fluiddyn/fluidsim/-/tree/branch/default/doc/examples/clusters/gricad))

- [Spack](https://github.com/spack/spack) ([misc/spack](https://foss.heptapod.net/fluiddyn/fluiddyn/-/tree/branch/default/misc/spack))

## Environment variables and runtime configuration

Fluidsim is sensitive to environment variables:
Expand Down

0 comments on commit a1f0c7b

Please sign in to comment.