Skip to content

Commit

Permalink
Merge pull request #52 from mvdebolskiy/update-esmf
Browse files Browse the repository at this point in the history
Update ESMF to 8.6.1 and dependencies

Updated ESMF from 8.4.2 to 8.6.1 and PIO to 2.6.3 (includes a bug fix for 2.6.2).
All dependencies are built with iomkl-iomi/2023b, modules do not have internal dependency conflicts.

Tested with noresm2_5_alpha08b:
  • Loading branch information
gold2718 authored Jan 15, 2025
2 parents 3640d98 + 55a8bd9 commit 36571eb
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions machines/betzy/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<DIN_LOC_ROOT_CLMFORC>/cluster/shared/noresm/inputdata/atm/datm7</DIN_LOC_ROOT_CLMFORC>
<DOUT_S_ROOT>/cluster/work/users/$USER/archive/$CASE</DOUT_S_ROOT>
<BASELINE_ROOT> /cluster/shared/noresm/noresm_baselines</BASELINE_ROOT>
<CCSM_CPRNC>/cluster/shared/noresm/tools/cprnc-iompi-2022a/bin/cprnc</CCSM_CPRNC>
<CCSM_CPRNC>/cluster/shared/noresm/tools/cprnc-iompi-2023b/bin/cprnc</CCSM_CPRNC>
<GMAKE_J>8</GMAKE_J>
<BATCH_SYSTEM>slurm</BATCH_SYSTEM>
<SUPPORTED_BY>noresmCommunity</SUPPORTED_BY>
Expand All @@ -33,14 +33,13 @@
<modules compiler="intel" mpilib='openmpi'>
<command name="--force purge"></command>
<command name="load">StdEnv</command>
<command name="use">/cluster/shared/noresm/eb_mods/modules/all</command>
<command name="load">ESMF/8.4.2-iomkl-2022a-ParallelIO-2.5.10</command>
<command name="load">Python/3.11.3-GCCcore-12.3.0</command>
<command name="load">CMake/3.26.3-GCCcore-12.3.0</command>
<command name="load">ParMETIS/4.0.3-iompi-2022a</command>
<command name="load">git/2.41.0-GCCcore-12.3.0-nodocs</command>
<command name="load">XML-LibXML/2.0209-GCCcore-12.3.0</command>
<command name="load">hpcx/2.20</command>
<command name="use">/cluster/shared/noresm/eb_mods_2023b/modules/all/</command>
<command name="load">git/2.42.0-GCCcore-13.2.0</command>
<command name="load">ESMF/8.6.1-iomkl-2023b-ParallelIO-2.6.3</command>
<command name="load">ParMETIS/4.0.3-iompi-2023b</command>
<command name="load">Python/3.11.5-GCCcore-13.2.0</command>
<command name="load">CMake/3.27.6-GCCcore-13.2.0</command>
<command name="load">XML-LibXML/2.0210-GCCcore-13.2.0</command>
</modules>
</module_system>
<environment_variables>
Expand Down

0 comments on commit 36571eb

Please sign in to comment.