Skip to content

Commit

Permalink
Merge pull request #127 from jedwards4b/derecho_updates_111523
Browse files Browse the repository at this point in the history
update modules for derecho
  • Loading branch information
jedwards4b authored Nov 15, 2023
2 parents 32a9cc9 + 699fb71 commit 3d692b8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ This allows using a different mpirun command to launch unit tests
<DESC>NCAR AMD EPYC system</DESC>
<NODENAME_REGEX>de.*.hpc.ucar.edu</NODENAME_REGEX>
<OS>CNL</OS>
<COMPILERS>intel,gnu,cray,nvhpc,intel-oneapi,intel-classic</COMPILERS>
<COMPILERS>intel,gnu,nvhpc,intel-oneapi,intel-classic</COMPILERS>
<MPILIBS>mpich</MPILIBS>
<CIME_OUTPUT_ROOT>$ENV{SCRATCH}</CIME_OUTPUT_ROOT>
<DIN_LOC_ROOT>$ENV{CESMDATAROOT}/inputdata</DIN_LOC_ROOT>
Expand Down Expand Up @@ -1298,20 +1298,20 @@ This allows using a different mpirun command to launch unit tests
<cmd_path lang="csh">module</cmd_path>
<modules>
<command name="load">cesmdev/1.0</command>
<command name="load">ncarenv/23.06</command>
<command name="load">ncarenv/23.09</command>
<command name="purge"/>
<command name="load">craype</command>
</modules>
<modules compiler="intel">
<command name="load">intel/2023.0.0</command>
<command name="load">intel/2023.2.1</command>
<command name="load">mkl</command>
</modules>
<modules compiler="intel-oneapi">
<command name="load">intel-oneapi/2023.0.0</command>
<command name="load">intel-oneapi/2023.2.1</command>
<command name="load">mkl</command>
</modules>
<modules compiler="intel-classic">
<command name="load">intel-classic/2023.0.0</command>
<command name="load">intel-classic/2023.2.1</command>
<command name="load">mkl</command>
</modules>
<modules compiler="cray">
Expand All @@ -1323,22 +1323,22 @@ This allows using a different mpirun command to launch unit tests
<command name="load">cray-libsci/23.02.1.1</command>
</modules>
<modules compiler="nvhpc">
<command name="load">nvhpc/23.5</command>
<command name="load">nvhpc/23.7</command>
</modules>

<modules>
<command name="load">ncarcompilers/1.0.0</command>
<command name="load">cmake</command>
</modules>
<modules mpilib="mpich">
<command name="load">cray-mpich/8.1.25</command>
<command name="load">cray-mpich/8.1.27</command>
</modules>
<modules mpilib="mpi-serial">
<command name="load">mpi-serial/2.3.0</command>
</modules>

<modules mpilib="mpich" compiler="nvhpc" gpu_offload="!none">
<command name="load">cuda/11.7.1</command>
<command name="load">cuda/12.2.1</command>
</modules>

<modules mpilib="mpi-serial">
Expand Down

0 comments on commit 3d692b8

Please sign in to comment.