Skip to content

Commit

Permalink
Revert chicoma-gpu changes (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Oct 21, 2024
1 parent ca87958 commit 870b287
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4100,13 +4100,13 @@ AMD EPYC 7713 64-Core (Milan) (256GB) and 4 nvidia A100'</DESC>
</arguments>
</mpirun>
<module_system type="module" allow_error="true">
<init_path lang="perl">/usr/share/lmod/lmod/init/perl</init_path>
<init_path lang="perl">/usr/share/lmod/8.3.1/init/perl</init_path>
<!-- does not exist -->
<init_path lang="python">/usr/share/lmod/lmod/init/python</init_path>
<init_path lang="sh">/usr/share/lmod/lmod/init/sh</init_path>
<init_path lang="csh">/usr/share/lmod/lmod/init/csh</init_path>
<cmd_path lang="perl">/usr/share/lmod/lmod/libexec/lmod perl</cmd_path>
<cmd_path lang="python">/usr/share/lmod/lmod/libexec/lmod python</cmd_path>
<init_path lang="python">/usr/share/lmod/8.3.1/init/python</init_path>
<init_path lang="sh">/usr/share/lmod/8.3.1/init/sh</init_path>
<init_path lang="csh">/usr/share/lmod/8.3.1/init/csh</init_path>
<cmd_path lang="perl">/usr/share/lmod/8.3.1/libexec/lmod perl</cmd_path>
<cmd_path lang="python">/usr/share/lmod/8.3.1/libexec/lmod python</cmd_path>
<cmd_path lang="sh">module</cmd_path>
<cmd_path lang="csh">module</cmd_path>

Expand Down Expand Up @@ -4171,7 +4171,7 @@ AMD EPYC 7713 64-Core (Milan) (256GB) and 4 nvidia A100'</DESC>
<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>
<command name="load">cmake/3.27.7</command>
<command name="load">cmake/3.25.1</command>
</modules>
</module_system>

Expand Down

0 comments on commit 870b287

Please sign in to comment.