From e2b2f75d7a13cbf0db7551eae3ff6c0df583d9c7 Mon Sep 17 00:00:00 2001 From: Miguel Avillez Date: Fri, 25 Jun 2021 18:23:39 +0000 Subject: [PATCH] Update gadget/4.0/README.md --- gadget/4.0/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gadget/4.0/README.md b/gadget/4.0/README.md index f3fbae5..f844103 100644 --- a/gadget/4.0/README.md +++ b/gadget/4.0/README.md @@ -17,8 +17,7 @@ GADGET-4 supports collisionless simulations and smoothed particle hydrodynamics Building the GADGET code requires a compiler with full C++11 support, MPI (e.g., MPICH, OpenMPI, IntelMPI), FFTW3, GSL, and HDF5. Hence, the corresponding environment modules must be loaded, e.g., ``` -module load mpi/OpenMPI/4.0.3-GCC-9.3.0 data/HDF5/1.10.6-gompi-2020a \ -numlib/FFTW/3.3.8-gompi-2020a numlib/GSL/2.6-GCC-9.3.0 +module load OpenMPI/4.0.3 HDF5/1.10.6 FFTW/3.3.8 GSL/2.6 ``` ### Download the source code -- GitLab