Skip to content

Commit

Permalink
Merge branch 'jgfouca/update_mappy_toolchain' into master (PR #6324)
Browse files Browse the repository at this point in the history
Update mappy toolchain to gcc-11.2.0

Also increase YAKL pool. The red tests on the dashboard are not fixed
by this, but it is needed.

[BFB]
  • Loading branch information
jgfouca committed Apr 4, 2024
2 parents eb4d66b + 54564a8 commit bc20da7
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1818,21 +1818,12 @@
<command name="load">acme-cmake/3.26.3</command>
</modules>
<modules compiler="gnu">
<command name="load">acme-gcc/8.1.0</command>
<command name="load">acme-gcc/11.2.0</command>
</modules>
<modules compiler="gnu9">
<command name="load">sems-archive-gcc/9.2.0</command>
</modules>
<modules compiler="intel">
<command name="load">sems-archive-intel/19.0.5</command>
</modules>
<modules mpilib="mpi-serial" compiler="!gnu9">
<modules mpilib="mpi-serial">
<command name="load">acme-netcdf/4.4.1/exo_acme</command>
<command name="load">acme-pfunit/3.2.8/base</command>
</modules>
<modules mpilib="mpi-serial" compiler="gnu9">
<command name="load">sems-archive-netcdf/4.7.3/base</command>
</modules>
<modules mpilib="!mpi-serial">
<command name="load">acme-openmpi/4.1.4</command>
<command name="load">acme-netcdf/4.7.4/acme</command>
Expand All @@ -1849,6 +1840,7 @@
<env name="OMP_PROC_BIND">spread</env>
<env name="OMP_PLACES">threads</env>
<env name="BLA_VENDOR">Generic</env>
<env name="GATOR_INITIAL_MB">4000MB</env>
</environment_variables>
</machine>

Expand Down

0 comments on commit bc20da7

Please sign in to comment.