diff --git a/gadget/4.0/README.md b/gadget/4.0/README.md index f3fbae5bde165253d099da8256c8703f0d6c32ff..f84410312da400e4b151f30c54d5220d8a0cd9e3 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