From a1f0c7b43317e81349cec39348aa5c666bf647eb Mon Sep 17 00:00:00 2001 From: paugier Date: Wed, 28 Aug 2024 10:05:53 +0200 Subject: [PATCH] Mention Apptainer, Guix and Spack in the doc. --- doc/install.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/install.md b/doc/install.md index 64f6d88d..c25fcf1e 100644 --- a/doc/install.md +++ b/doc/install.md @@ -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 @@ -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: