Skip to content

Commit ed05487

Browse files
authored
Merge pull request #228 from xylar/update-config-machines
Update CIME config machines
2 parents 7beef17 + 917a5df commit ed05487

27 files changed

+164
-116
lines changed

mache/cime_machine_config/config_machines.xml

Lines changed: 140 additions & 87 deletions
Large diffs are not rendered by default.

mache/spack/chicoma-cpu_gnu_mpich.csh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ setenv MPICH_VERSION_DISPLAY 1
5656
setenv HDF5_USE_FILE_LOCKING FALSE
5757
setenv PERL5LIB /usr/projects/climate/SHARED_CLIMATE/software/chicoma-cpu/perl5-only-switch/lib/perl5
5858
setenv PNETCDF_HINTS "romio_ds_write=disable;romio_ds_read=disable;romio_cb_write=enable;romio_cb_read=enable"
59-
setenv FI_CXI_RX_MATCH_MODE software
6059
setenv MPICH_COLL_SYNC MPI_Bcast
6160

6261
# for standalone MPAS builds

mache/spack/chicoma-cpu_gnu_mpich.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export MPICH_VERSION_DISPLAY=1
5656
export HDF5_USE_FILE_LOCKING=FALSE
5757
export PERL5LIB=/usr/projects/climate/SHARED_CLIMATE/software/chicoma-cpu/perl5-only-switch/lib/perl5
5858
export PNETCDF_HINTS="romio_ds_write=disable;romio_ds_read=disable;romio_cb_write=enable;romio_cb_read=enable"
59-
export FI_CXI_RX_MATCH_MODE=software
6059
export MPICH_COLL_SYNC=MPI_Bcast
6160

6261
export LD_LIBRARY_PATH="/usr/lib64/gcc/x86_64-suse-linux/12:${CRAY_LD_LIBRARY_PATH}:${LD_LIBRARY_PATH}"

mache/spack/frontier_amdclang_mpich.csh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module reset >& /dev/null
2-
module switch Core/24.07 >& /dev/null
2+
module switch Core Core/24.00 >& /dev/null
33
module switch PrgEnv-cray PrgEnv-amd/8.3.3 >& /dev/null
44
module switch amd amd/5.4.0 >& /dev/null
55

mache/spack/frontier_amdclang_mpich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module reset >& /dev/null
2-
module switch Core/24.07 >& /dev/null
2+
module switch Core Core/24.00 >& /dev/null
33
module switch PrgEnv-cray PrgEnv-amd/8.3.3 >& /dev/null
44
module switch amd amd/5.4.0 >& /dev/null
55

mache/spack/frontier_amdclang_mpich.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ spack:
156156
operating_system: sles15
157157
target: any
158158
modules:
159-
- Core/24.07
159+
- Core/24.00
160160
- PrgEnv-amd/8.3.3
161161
- amd/5.4.0
162162
- libfabric/1.15.2.0

mache/spack/frontier_amdclanggpu_mpich.csh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
module reset >& /dev/null
2-
module switch Core/24.07 >& /dev/null
2+
module switch Core Core/24.00 >& /dev/null
33
module switch PrgEnv-cray PrgEnv-amd/8.3.3 >& /dev/null
44
module switch amd amd/5.4.0 >& /dev/null
5-
module load craype-accel-amd-gfx90a >& /dev/null
5+
# see https://github.com/E3SM-Project/E3SM/issues/6755
6+
# module load craype-accel-amd-gfx90a >& /dev/null
67

78
{% if e3sm_lapack %}
89
module load cray-libsci/22.12.1.1

mache/spack/frontier_amdclanggpu_mpich.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
module reset >& /dev/null
2-
module switch Core/24.07 >& /dev/null
2+
module switch Core Core/24.00 >& /dev/null
33
module switch PrgEnv-cray PrgEnv-amd/8.3.3 >& /dev/null
44
module switch amd amd/5.4.0 >& /dev/null
5-
module load craype-accel-amd-gfx90a >& /dev/null
5+
# see https://github.com/E3SM-Project/E3SM/issues/6755
6+
# module load craype-accel-amd-gfx90a >& /dev/null
67

78
{% if e3sm_lapack %}
89
module load cray-libsci/22.12.1.1

mache/spack/frontier_amdclanggpu_mpich.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,11 @@ spack:
156156
operating_system: sles15
157157
target: any
158158
modules:
159-
- Core/24.07
159+
- Core/24.00
160160
- PrgEnv-amd/8.3.3
161161
- amd/5.4.0
162-
- craype-accel-amd-gfx90a
162+
# see https://github.com/E3SM-Project/E3SM/issues/6755
163+
# - craype-accel-amd-gfx90a
163164
- libfabric/1.15.2.0
164165
environment:
165166
set:

mache/spack/frontier_crayclang_mpich.csh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module reset >& /dev/null
2-
module switch Core/24.07 >& /dev/null
2+
module switch Core Core/24.00 >& /dev/null
33
module switch PrgEnv-cray PrgEnv-cray/8.3.3 >& /dev/null
44
module switch cce cce/15.0.1 >& /dev/null
55
module switch craype craype/2.7.20 >& /dev/null

0 commit comments

Comments
 (0)