Skip to content

Commit

Permalink
fix stampede2 pnetcdf module version
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu authored May 8, 2019
1 parent edb917b commit 4a67f36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/cesm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2276,13 +2276,13 @@ This allows using a different mpirun command to launch unit tests
</modules>
<modules mpilib="mvapich2">
<command name="load">mvapich2/2.3b</command>
<command name="load">pnetcdf/1.11.1</command>
<command name="load">pnetcdf/1.11.0</command>
<command name="load">parallel-netcdf/4.3.3.1</command>
</modules>
<modules mpilib="impi">
<command name="rm">mvapich2</command>
<command name="load">impi/18.0.2</command>
<command name="load">pnetcdf/1.11.1</command>
<command name="load">pnetcdf/1.11.0</command>
<command name="load">parallel-netcdf/4.3.3.1</command>
</modules>
<modules mpilib="mpi-serial">
Expand Down Expand Up @@ -2350,13 +2350,13 @@ This allows using a different mpirun command to launch unit tests
</modules>
<modules mpilib="mvapich2">
<command name="load">mvapich2/2.3b</command>
<command name="load">pnetcdf/1.11.1</command>
<command name="load">pnetcdf/1.11.0</command>
<command name="load">parallel-netcdf/4.3.3.1</command>
</modules>
<modules mpilib="impi">
<command name="rm">mvapich2</command>
<command name="load">impi/17.0.3</command>
<command name="load">pnetcdf/1.11.1</command>
<command name="load">pnetcdf/1.11.0</command>
<command name="load">parallel-netcdf/4.3.3.1</command>
</modules>
<modules mpilib="mpi-serial">
Expand Down

0 comments on commit 4a67f36

Please sign in to comment.