Skip to content

Commit

Permalink
Merge pull request #1772 from jedwards4b/revert_netcdf_for_secondary_…
Browse files Browse the repository at this point in the history
…compilers_yellowstone

Revert the netcdf update on yellowstone for gnu and pgi compilers.
Test suite: cime_developer with pgi and gnu on yellowstone
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes #1769

User interface changes?:

Update gh-pages html (Y/N)?:

Code review:
  • Loading branch information
fischer-ncar authored Jul 28, 2017
2 parents 7a671be + d807ba6 commit 25d82e6
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions config/cesm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1677,10 +1677,24 @@
<modules compiler="gnu">
<command name="load">gnu/5.2.0</command>
</modules>
<modules mpilib="mpi-serial">
<modules mpilib="mpi-serial" compiler="gnu">
<command name="load">netcdf/4.3.3.1</command>
</modules>
<modules mpilib="!mpi-serial" compiler="gnu">
<command name="load">netcdf-mpi/4.3.3.1</command>
<command name="load">pnetcdf/1.6.1</command>
</modules>
<modules mpilib="mpi-serial" compiler="pgi">
<command name="load">netcdf/4.3.3.1</command>
</modules>
<modules mpilib="!mpi-serial" compiler="pgi">
<command name="load">netcdf-mpi/4.3.3.1</command>
<command name="load">pnetcdf/1.6.1</command>
</modules>
<modules mpilib="mpi-serial" compiler="intel">
<command name="load">netcdf/4.4.1</command>
</modules>
<modules mpilib="!mpi-serial">
<modules mpilib="!mpi-serial" compiler="intel">
<command name="load">netcdf-mpi/4.4.1</command>
<command name="load">pnetcdf/1.6.1</command>
</modules>
Expand Down

0 comments on commit 25d82e6

Please sign in to comment.