Skip to content

Commit

Permalink
Merge branch 'ndk/machinefiles/cori-maint-cleanup-mar16' into next (PR
Browse files Browse the repository at this point in the history
…#4839)

After todays maintenance, there are some module versions (and some modules) E3SM was using that are no
longer available. I think we can keep the Intel compiler and other important modules at the same version, so this will hopefully be a BFB change.
It does include moving the gnu compiler version to 10.3.0.

Fixes #4838
  • Loading branch information
ndkeen committed Mar 17, 2022
2 parents 85656d9 + c47e33c commit f4e1c56
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -431,15 +431,15 @@
</modules>

<modules compiler="intel">
<command name="load">PrgEnv-intel/6.0.5</command>
<command name="load">PrgEnv-intel/6.0.10</command>
<command name="rm">intel</command>
<command name="load">intel/19.0.3.199</command>
</modules>

<modules compiler="gnu">
<command name="swap">PrgEnv-intel PrgEnv-gnu/6.0.9</command>
<command name="swap">PrgEnv-intel PrgEnv-gnu/6.0.10</command>
<command name="rm">gcc</command>
<command name="load">gcc/9.3.0</command>
<command name="load">gcc/10.3.0</command>
<command name="rm">cray-libsci</command>
<command name="load">cray-libsci/20.09.1</command>
</modules>
Expand Down Expand Up @@ -467,10 +467,8 @@
</modules>

<modules>
<command name="rm">git</command>
<command name="load">git</command>
<command name="rm">cmake</command>
<command name="load">cmake/3.21.3</command>
<command name="load">cmake</command>
<command name="load">perl5-extras</command>
</modules>
</module_system>
Expand Down Expand Up @@ -580,19 +578,19 @@
</modules>

<modules mpilib="impi">
<command name="swap">cray-mpich impi/2020</command>
<command name="swap">cray-mpich impi/2020.up4</command>
</modules>

<modules compiler="intel">
<command name="load">PrgEnv-intel/6.0.5</command>
<command name="load">PrgEnv-intel/6.0.10</command>
<command name="rm">intel</command>
<command name="load">intel/19.0.3.199</command>
</modules>

<modules compiler="gnu">
<command name="swap">PrgEnv-intel PrgEnv-gnu/6.0.9</command>
<command name="swap">PrgEnv-intel PrgEnv-gnu/6.0.10</command>
<command name="rm">gcc</command>
<command name="load">gcc/9.3.0</command>
<command name="load">gcc/10.3.0</command>
<command name="rm">cray-libsci</command>
<command name="load">cray-libsci/20.09.1</command>
</modules>
Expand Down Expand Up @@ -620,10 +618,8 @@
</modules>

<modules>
<command name="rm">git</command>
<command name="load">git</command>
<command name="rm">cmake</command>
<command name="load">cmake/3.21.3</command>
<command name="load">cmake</command>
<command name="load">perl5-extras</command>
</modules>

Expand All @@ -650,7 +646,6 @@
<env name="MPICH_GNI_DYNAMIC_CONN">disabled</env>
</environment_variables>
<environment_variables compiler="intel">
<!--env name="FORT_BUFFERED">yes</env-->
<env name="MPICH_MEMORY_REPORT">1</env>
</environment_variables>
</machine>
Expand Down

0 comments on commit f4e1c56

Please sign in to comment.