Skip to content

Commit

Permalink
Update gcc and nvidia to newer versions
Browse files Browse the repository at this point in the history
This is to match proposed updates to Perlmutter-CPU
E3SM-Project#6702
  • Loading branch information
xylar committed Oct 21, 2024
1 parent d379003 commit c34336e
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3973,6 +3973,8 @@ commented out until "*** No rule to make target '.../libadios2pio-nm-lib.a'" iss
<command name="unload">cray-parallel-netcdf</command>
<command name="unload">cray-netcdf</command>
<command name="unload">cray-hdf5</command>
<command name="unload">gcc</command>
<command name="unload">gcc-native</command>
<command name="unload">intel</command>
<command name="unload">intel-oneapi</command>
<command name="unload">nvidia</command>
Expand All @@ -3994,14 +3996,14 @@ commented out until "*** No rule to make target '.../libadios2pio-nm-lib.a'" iss

<modules compiler="gnu">
<command name="load">PrgEnv-gnu/8.5.0</command>
<command name="load">gcc/12.2.0</command>
<command name="load">cray-libsci/23.05.1.4</command>
<command name="load">gcc-native/12.3</command>
<command name="load">cray-libsci/23.12.5</command>
</modules>

<modules compiler="nvidia">
<command name="load">PrgEnv-nvidia/8.5.0</command>
<command name="load">nvidia/24.7</command>
<command name="load">cray-libsci/23.05.1.4</command>
<command name="load">cray-libsci/23.12.5</command>
</modules>

<modules compiler="intel">
Expand All @@ -4015,25 +4017,13 @@ commented out until "*** No rule to make target '.../libadios2pio-nm-lib.a'" iss
<command name="load">cray-libsci/23.05.1.4</command>
</modules>

<modules compiler="intel">
<modules>
<command name="load">craype-accel-host</command>
<command name="load">craype/2.7.30</command>
<command name="load">cray-mpich/8.1.28</command>
<command name="load">cray-hdf5-parallel/1.12.2.9</command>
<command name="load">cray-netcdf-hdf5parallel/4.9.0.9</command>
<command name="load">cray-parallel-netcdf/1.12.3.9</command>
</modules>

<modules compiler="!intel">
<command name="load">craype-accel-host</command>
<command name="load">craype/2.7.21</command>
<command name="load">cray-mpich/8.1.26</command>
<command name="load">cray-hdf5-parallel/1.12.2.3</command>
<command name="load">cray-netcdf-hdf5parallel/4.9.0.3</command>
<command name="load">cray-parallel-netcdf/1.12.3.3</command>
</modules>

<modules>
<command name="load">cmake/3.27.7</command>
</modules>
</module_system>
Expand All @@ -4057,7 +4047,7 @@ commented out until "*** No rule to make target '.../libadios2pio-nm-lib.a'" iss
<env name="PNETCDF_PATH">$ENV{CRAY_PARALLEL_NETCDF_PREFIX}</env>
</environment_variables>
<environment_variables compiler="gnu">
<env name="LD_LIBRARY_PATH">/opt/cray/pe/gcc/12.2.0/snos/lib64:$ENV{LD_LIBRARY_PATH}</env>
<env name="LD_LIBRARY_PATH">/usr/lib64/gcc/x86_64-suse-linux/12:$ENV{LD_LIBRARY_PATH}</env>
</environment_variables>
<resource_limits>
<resource name="RLIMIT_STACK">-1</resource>
Expand Down

0 comments on commit c34336e

Please sign in to comment.