Skip to content

Commit

Permalink
Merge branch 'jgfouca/mappy_rhel9' into next (PR #6620)
Browse files Browse the repository at this point in the history
Get mappy working again with RHEL9

Merge 2 for this PR.

[BFB]

* jgfouca/mappy_rhel9:
  Get mappy working again with RHEL9
  • Loading branch information
jgfouca committed Sep 19, 2024
2 parents 40bd25b + 67a5f9a commit 8b60337
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1892,9 +1892,10 @@ commented out until "*** No rule to make target '.../libadios2pio-nm-lib.a'" iss
</modules>
<modules mpilib="mpi-serial">
<command name="load">sems-netcdf-c-serial/4.9.2</command>
<command name="load">sems-netcdf-fortran-serial/4.6.1</command>
</modules>
<modules mpilib="!mpi-serial">
<command name="load">sems-openmpi/4.1.6</command>
<command name="load">sems-openmpi-no-cuda/4.1.6</command>
<command name="load">sems-netcdf-c/4.9.2</command>
<command name="load">sems-netcdf-cxx/4.2</command>
<command name="load">sems-netcdf-fortran/4.6.1</command>
Expand All @@ -1909,14 +1910,16 @@ commented out until "*** No rule to make target '.../libadios2pio-nm-lib.a'" iss
<environment_variables>
<env name="NETCDF_C_PATH">$ENV{NETCDF_C_ROOT}</env>
<env name="NETCDF_FORTRAN_PATH">$ENV{NETCDF_FORTRAN_ROOT}</env>
<env name="PNETCDF_PATH">$ENV{PARALLEL_NETCDF_ROOT}</env>
<env name="BLAS_ROOT">$ENV{OPENBLAS_ROOT}</env>
<env name="OMP_STACKSIZE">64M</env>
<env name="OMP_PROC_BIND">spread</env>
<env name="OMP_PLACES">threads</env>
<env name="BLA_VENDOR">OpenBLAS</env>
<env name="GATOR_INITIAL_MB">4000MB</env>
</environment_variables>
<environment_variables mpilib="!mpi-serial">
<env name="PNETCDF_PATH">$ENV{PARALLEL_NETCDF_ROOT}</env>
</environment_variables>
</machine>

<machine MACH="weaver">
Expand Down Expand Up @@ -3509,7 +3512,7 @@ commented out until "*** No rule to make target '.../libadios2pio-nm-lib.a'" iss
<MAX_TASKS_PER_NODE compiler="oneapi-ifxgpu">104</MAX_TASKS_PER_NODE>
<MAX_MPITASKS_PER_NODE>104</MAX_MPITASKS_PER_NODE>
<MAX_MPITASKS_PER_NODE compiler="oneapi-ifxgpu">48</MAX_MPITASKS_PER_NODE>
<PROJECT_REQUIRED>FALSE</PROJECT_REQUIRED>
<PROJECT_REQUIRED>FALSE</PROJECT_REQUIRED>
<mpirun mpilib="default">
<executable>mpiexec</executable>
<!--executable>numactl -m 2-3 mpiexec</executable--><!--for HBM runs-->
Expand Down Expand Up @@ -4302,7 +4305,7 @@ commented out until "*** No rule to make target '.../libadios2pio-nm-lib.a'" iss
</machine>

<machine MACH="chicoma-gpu">
<DESC>Chicoma GPU nodes at LANL IC. Each GPU node has single
<DESC>Chicoma GPU nodes at LANL IC. Each GPU node has single
AMD EPYC 7713 64-Core (Milan) (256GB) and 4 nvidia A100'</DESC>
<NODENAME_REGEX>ch-fe*</NODENAME_REGEX>
<OS>Linux</OS>
Expand Down

0 comments on commit 8b60337

Please sign in to comment.