Skip to content

Commit 6c22a0f

Browse files
authored
Merge pull request #264 from sjsprecious/update_casper_mods
Update Casper module version and add a missing PUMAS GPU code
2 parents 23ae04c + dd1a2f6 commit 6c22a0f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

machines/Depends.nvhpc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ micro_mg1_0.o \
4747
micro_pumas_v1.o \
4848
micro_pumas_data.o \
4949
micro_pumas_utils.o \
50+
pumas_gamma_function.o \
5051
pumas_stochastic_collect_tau.o \
5152
micro_pumas_cam.o \
5253
wv_sat_methods.o \

machines/casper/config_machines.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
</modules>
5555
<modules mpilib="openmpi">
5656
<command name="load">openmpi/5.0.6</command>
57-
<command name="load">netcdf-mpi/4.9.3</command>
57+
<command name="load">netcdf-mpi/4.9.2</command>
5858
<command name="load">parallel-netcdf/1.14.0</command>
59-
<command name="load">parallelio/2.6.6</command>
60-
<command name="load">esmf/8.8.1</command>
59+
<command name="load">parallelio/2.6.5</command>
60+
<command name="load">esmf/8.8.0</command>
6161
<command name="load">ncarcompilers/1.0.0</command>
6262
</modules>
6363
<!-- specific settings for MI300A module environment -->

0 commit comments

Comments
 (0)