Skip to content

Commit

Permalink
Merge pull request E3SM-Project#9 from darincomeau/update_cori_machine
Browse files Browse the repository at this point in the history
Update cori machine settings
  • Loading branch information
darincomeau authored Mar 22, 2022
2 parents 289e93b + f808a5b commit 8df50d0
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,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.5</command>
<command name="swap">PrgEnv-intel PrgEnv-gnu/6.0.10</command>
<command name="rm">gcc</command>
<command name="load">gcc/8.3.0</command>
<command name="load">gcc/10.3.0</command>
<command name="rm">cray-libsci</command>
<command name="load">cray-libsci/19.06.1</command>
</modules>
Expand Down Expand Up @@ -176,10 +176,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 @@ -289,19 +287,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.5</command>
<command name="swap">PrgEnv-intel PrgEnv-gnu/6.0.10</command>
<command name="rm">gcc</command>
<command name="load">gcc/8.3.0</command>
<command name="load">gcc/10.3.0</command>
<command name="rm">cray-libsci</command>
<command name="load">cray-libsci/19.06.1</command>
</modules>
Expand Down Expand Up @@ -329,10 +327,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 Down

0 comments on commit 8df50d0

Please sign in to comment.