Skip to content

Commit 4b53822

Browse files
authored
Merge pull request #242 from jedwards4b/izumi_gnu_update
update to gnu 12.4.0
2 parents a4abe40 + 072bd68 commit 4b53822

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

machines/derecho/config_machines.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<command name="load">cray-libsci/23.02.1.1</command>
7171
</modules>
7272
<modules compiler="nvhpc">
73-
<command name="load">nvhpc/25.1</command>
73+
<command name="load">nvhpc/24.11</command>
7474
<command name="load">cray-libsci/24.03.0</command>
7575
</modules>
7676
<modules>
@@ -141,7 +141,11 @@
141141
<command name="load">parallelio/2.6.6-debug</command>
142142
<command name="load">esmf/8.8.1-debug</command>
143143
</modules>
144-
144+
<modules compiler="nvhpc">
145+
<command name="load">netcdf-mpi/4.9.2</command>
146+
<command name="load">parallelio/2.6.4</command>
147+
<command name="load">esmf/8.8.0</command>
148+
</modules>
145149
</module_system>
146150

147151
<environment_variables>

machines/izumi/config_machines.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<BATCH_SYSTEM>pbs</BATCH_SYSTEM>
1515
<SUPPORTED_BY> cseg </SUPPORTED_BY>
1616
<MAX_TASKS_PER_NODE>48</MAX_TASKS_PER_NODE>
17-
<MAX_MPITASKS_PER_NODE>48</MAX_MPITASKS_PER_NODE>
17+
<MAX_MPITASKS_PER_NODE>24</MAX_MPITASKS_PER_NODE>
1818
<mpirun mpilib="mvapich2">
1919
<executable>mpiexec</executable>
2020
<arguments>
@@ -44,14 +44,15 @@
4444
<command name="use">/fs/cgd/data0/modules/modulefiles</command>
4545
</modules>
4646
<modules compiler="gnu">
47-
<command name="load">compiler/gnu/9.3.0</command>
48-
<command name="load">tool/netcdf/4.7.4/gnu/9.3.0</command>
47+
<command name="load">compiler/gnu/12.4.0</command>
48+
<command name="load">tool/netcdf/4.9.3/gnu/12.4.0</command>
4949
</modules>
5050
<modules compiler="gnu" mpilib="openmpi">
5151
<command name="load">openmpi/4.0.3/gnu/9.3.0</command>
5252
</modules>
5353
<modules compiler="gnu" mpilib="mvapich2">
54-
<command name="load">mpi/2.3.3/gnu/9.3.0</command>
54+
<command name="load">mpi/2.3.7/gnu/12.4.0</command>
55+
<command name="load">mvapich2/2.3.7/gnu/12.4.0/parallelio/2.6.6</command>
5556
</modules>
5657
<modules compiler="intel">
5758
<command name="load">compiler/intel/20.0.1</command>
@@ -71,12 +72,10 @@
7172
<command name="rm">mpi</command>
7273
</modules>
7374
<modules compiler="gnu" mpilib="mvapich2" DEBUG="FALSE">
74-
<command name="load">esmfpkgs/gfortran/9.3.0/esmf-8.6.1-ncdfio-mvapich2-O</command>
75-
<command name="load">mvapich2/2.3.3/gnu/9.3.0/pio/2_5_10</command>
75+
<command name="load">esmfpkgs/gfortran/12.4.0/esmf-8.8.1-ncdfio-mvapich2-O</command>
7676
</modules>
7777
<modules compiler="gnu" mpilib="mvapich2" DEBUG="TRUE">
78-
<command name="load">esmfpkgs/gfortran/9.3.0/esmf-8.6.1-ncdfio-mvapich2-g</command>
79-
<command name="load">mvapich2/2.3.3/gnu/9.3.0/pio/2_5_10</command>
78+
<command name="load">esmfpkgs/gfortran/12.4.0/esmf-8.8.1-ncdfio-mvapich2-g</command>
8079
</modules>
8180
<modules compiler="gnu" mpilib="mpi-serial" DEBUG="FALSE">
8281
<command name="load">esmfpkgs/gfortran/9.3.0/esmf-8.6.1-ncdfio-mpiuni-O</command>

machines/izumi/gnu_izumi.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
string(APPEND FFLAGS " -fallow-argument-mismatch -fallow-invalid-boz ")

0 commit comments

Comments
 (0)