From 13611a0858905fc365e3c14081a8f6a6542ef72f Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Tue, 20 Jun 2023 09:50:09 +0200 Subject: [PATCH] add pointer to configure scripts --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index bb3ade4..6f29214 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,17 @@ To install, for example, the ``foss2022a-serial`` toolchain: foss2022a-serial [module use /home/user/mpsd-software/dev-23a/cascadelake/lmod/Core] +5. To compile Octopus, source the provided configure script, for example ``foss2022a-serial-config.sh``, as + `explained here <https://computational-science.mpsd.mpg.de/docs/mpsd-hpc.html#loading-a-toolchain-to-compile-octopus>`__). + The configure scripts are located in ``dev-23a/spack-environments/octopus``:: + + $ ls -1 dev-23a/spack-environments/octopus + + foss2021a-cuda-mpi-config.sh + foss2021a-mpi-config.sh + foss2021a-serial-config.sh + foss2022a-cuda-mpi-config.sh + foss2022a-mpi-config.sh Documentation -- GitLab