Skip to content

Commit 82b2863

Browse files
authored
Merge pull request #217 from jedwards4b/derecho_update_revised
back off pio update because esmf requires older version
2 parents 3356f56 + b7042a1 commit 82b2863

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

machines/derecho/config_machines.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,26 @@
7474

7575
<modules mpilib="mpi-serial">
7676
<command name="load">mpi-serial/2.5.0</command>
77-
<command name="load">netcdf/4.9.3</command>
77+
<command name="load">netcdf/4.9.2</command>
7878
</modules>
7979

8080
<modules mpilib="!mpi-serial">
81-
<command name="load">netcdf-mpi/4.9.3</command>
81+
<command name="load">netcdf-mpi/4.9.2</command>
8282
<command name="load">parallel-netcdf/1.14.0</command>
8383
</modules>
8484

8585
<modules DEBUG="FALSE">
86-
<command name="load">parallelio/2.6.5</command>
86+
<command name="load">parallelio/2.6.3</command>
8787
<command name="load">esmf/8.8.0</command>
8888
</modules>
8989

9090
<modules DEBUG="TRUE" mpilib="mpi-serial">
91-
<command name="load">parallelio/2.6.5</command>
91+
<command name="load">parallelio/2.6.3</command>
9292
<command name="load">esmf/8.8.0</command>
9393
</modules>
9494

9595
<modules DEBUG="TRUE" mpilib="!mpi-serial">
96-
<command name="load">parallelio/2.6.5-debug</command>
96+
<command name="load">parallelio/2.6.3-debug</command>
9797
<command name="load">esmf/8.8.0-debug</command>
9898
</modules>
9999
</module_system>

0 commit comments

Comments
 (0)