Skip to content

Commit

Permalink
Merge branch ACME-Climate/ndk/cime/cori-knl-modadjust-for-gnu (PR #1447)
Browse files Browse the repository at this point in the history
Module adjustments for cori-knl using GNU compiler
  • Loading branch information
ndkeen authored May 4, 2017
2 parents 53ca5a2 + b615619 commit 0a51e96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/acme/allactive/config_pesall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@
</mach>
</grid>
<grid name="a%360x720cru">
<mach name="redsky">
<mach name="redsky|cori-knl">
<pes compset="any" pesize="any">
<comment>none</comment>
<ntasks>
Expand Down
14 changes: 9 additions & 5 deletions config/acme/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@
<cmd_path lang="csh">module</cmd_path>
<modules>
<!--command name="rm">PrgEnv-intel</command-->
<command name="rm">PrgEnv-cray</command>
<command name="rm">PrgEnv-gnu</command>
<!--command name="rm">PrgEnv-cray</command-->
<!--command name="rm">PrgEnv-gnu</command-->
<command name="rm">intel</command>
<command name="rm">cce</command>
<command name="rm">gcc</command>
Expand Down Expand Up @@ -394,15 +394,19 @@
</modules>

<modules compiler="cray">
<command name="rm">PrgEnv-intel</command>
<command name="load">PrgEnv-cray</command>
<command name="switch">cce cce/8.5.0</command>
<command name="rm">cce</command>
<command name="load">cce/8.5.4</command>
</modules>
<modules compiler="gnu">
<command name="rm">PrgEnv-intel</command>
<command name="load">PrgEnv-gnu</command>
<command name="switch">gcc gcc/6.2.0</command>
<command name="rm">gcc</command>
<command name="load">gcc/6.3.0</command>
</modules>
<modules compiler="!intel">
<command name="switch">cray-libsci/16.09.1</command>
<command name="load">cray-libsci/16.09.1</command>
</modules>

<modules>
Expand Down

0 comments on commit 0a51e96

Please sign in to comment.