Skip to content

Commit

Permalink
Merge branch 'singhbalwinder/machines/compy-intel-1905' into master (…
Browse files Browse the repository at this point in the history
…PR# 3210)

Makes Intel 19.0.5 as a default compiler on Compy

[BFB]

* origin/singhbalwinder/machines/compy-intel-1905:
  Changes intelmpi version from 2019/u5 to 2019/u4
  Adds compiler spcefic intelmpi for pgi and intel
  Makes Intel 19.0.5 as a default compiler on Compy
  Update CIME to ESMCI cime5.8.9 (PR #3201)
  • Loading branch information
jgfouca committed Sep 30, 2019
2 parents a4fee07 + cf66da2 commit 7a43fa5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions cime/config/e3sm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@
<NODENAME_REGEX>compy</NODENAME_REGEX>
<OS>LINUX</OS>
<COMPILERS>intel,pgi</COMPILERS>
<MPILIBS>mvapich2,impi</MPILIBS>
<MPILIBS>impi,mvapich2</MPILIBS>
<SAVE_TIMING_DIR>/compyfs</SAVE_TIMING_DIR>
<SAVE_TIMING_DIR_PROJECTS>.*</SAVE_TIMING_DIR_PROJECTS>
<CIME_OUTPUT_ROOT>/compyfs/$USER/e3sm_scratch</CIME_OUTPUT_ROOT>
Expand Down Expand Up @@ -1922,21 +1922,24 @@
<command name="load">cmake/3.11.4</command>
</modules>
<modules compiler="intel">
<command name="load">intel/18.0.0</command>
<command name="load">intel/19.0.5</command>
</modules>
<modules compiler="pgi">
<command name="load">pgi/18.10</command>
</modules>
<modules mpilib="mvapich2">
<command name="load">mvapich2/2.3.1</command>
</modules>
<modules mpilib="impi">
<command name="load">intelmpi/2018</command>
<modules mpilib="impi" compiler="intel">
<command name="load">intelmpi/2019u4</command>
</modules>
<modules mpilib="impi" compiler="pgi">
<command name="load">intelmpi/2019u3</command>
</modules>
<modules>
<command name="load">netcdf/4.6.3</command>
<command name="load">pnetcdf/1.9.0</command>
<command name="load">mkl/2018</command>
<command name="load">mkl/2019u5</command>
</modules>
</module_system>
<RUNDIR>$CIME_OUTPUT_ROOT/$CASE/run</RUNDIR>
Expand Down

0 comments on commit 7a43fa5

Please sign in to comment.