@@ -188,9 +188,12 @@ This section goes over some instructions on how to compile & run the `Entity` on
188188 Then load the proper modules to-be-used during compilation, add compiler to spack, and find external libraries:
189189 ```sh
190190 module purge
191- ml cmake/3.27.9 gcc/11.4 .0 cuda/12.3.2 openmpi/cuda-4.0.7 hdf5/mpi-1.12.3
191+ ml modules/2.4-20250724 gcc/13.3 .0 cuda/12.5.1 openmpi/cuda-4.1.8 hdf5/mpi-1.12.3
192192 spack compiler add
193193 spack external find
194+ spack external find cuda
195+ spack external find openmpi
196+ spack external find hdf5
194197 ```
195198 You can check that the corrrect external libraries were found by `spack spec [library]`.
196199
@@ -213,10 +216,10 @@ This section goes over some instructions on how to compile & run the `Entity` on
213216
214217 **Compiling & running the code**
215218
216- To compile the code on login nodes , load the modules and activate the spack enviroment:
219+ To compile the code, load the modules and activate the spack enviroment:
217220 ```sh
218221 module purge
219- ml cmake/3.27.9 gcc/11.4 .0 openblas/threaded-0.3.26 cuda/12.3.2 openmpi/cuda-4.0.7 hdf5/mpi-1.12.3
222+ ml modules/2.4-20250724 gcc/13.3 .0 cuda/12.5.1 openmpi/cuda-4.1.8 hdf5/mpi-1.12.3
220223 spack env activate entity-env
221224 ```
222225
@@ -237,7 +240,7 @@ This section goes over some instructions on how to compile & run the `Entity` on
237240 # .. other sbatch directives
238241
239242 module purge
240- ml cmake/3.27.9 gcc/11.4 .0 openblas/threaded-0.3.26 cuda/12.3.2 openmpi/cuda-4.0.7 hdf5/mpi-1.12.3
243+ ml modules/2.4-20250724 gcc/13.3 .0 cuda/12.5.1 openmpi/cuda-4.1.8 hdf5/mpi-1.12.3
241244 . <HOME>/spack/share/spack/setup-env.sh
242245 spack env activate entity-env
243246 export LD_PRELOAD=/mnt/sw/fi/cephtweaks/lib/libcephtweaks.so
@@ -248,7 +251,7 @@ This section goes over some instructions on how to compile & run the `Entity` on
248251
249252 (*) total number of nodes
250253
251- _Last updated: 8/12 /2025_
254+ _Last updated: 10/21 /2025_
252255
253256=== "` Vista ` (TACC)"
254257
0 commit comments