Skip to content

Commit 63448d5

Browse files
authored
Merge pull request #248 from xylar/update-config-machines
Update `config_machines.xml` and frontier spack
2 parents ef93c77 + 8e4fc83 commit 63448d5

16 files changed

+131
-118
lines changed

mache/cime_machine_config/config_machines.xml

Lines changed: 78 additions & 63 deletions
Large diffs are not rendered by default.

mache/spack/frontier_crayamd-mphipcc_mpich.csh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module reset
55
module switch Core Core/24.00
66
module switch PrgEnv-cray PrgEnv-amd/8.3.3
77
module switch amd amd/5.4.0
8+
module load cray-libsci/22.12.1.1
89

910
module load \
1011
craype-accel-amd-gfx90a \
@@ -26,9 +27,6 @@ module load \
2627
cray-parallel-netcdf/1.12.3.1
2728
{% endif %}
2829

29-
# needed to prevent incompatible default version
30-
module load cray-libsci/22.12.1.1
31-
3230
setenv HDF5_ROOT ""
3331
setenv MPICH_GPU_SUPPORT_ENABLED "0"
3432
setenv MPICH_VERSION_DISPLAY "1"

mache/spack/frontier_crayamd-mphipcc_mpich.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module reset
55
module switch Core Core/24.00
66
module switch PrgEnv-cray PrgEnv-amd/8.3.3
77
module switch amd amd/5.4.0
8+
module load cray-libsci/22.12.1.1
89

910
module load \
1011
craype-accel-amd-gfx90a \
@@ -26,9 +27,6 @@ module load \
2627
cray-parallel-netcdf/1.12.3.1
2728
{% endif %}
2829

29-
# needed to prevent incompatible default version
30-
module load cray-libsci/22.12.1.1
31-
3230
export HDF5_ROOT=""
3331
export MPICH_GPU_SUPPORT_ENABLED="0"
3432
export MPICH_VERSION_DISPLAY="1"

mache/spack/frontier_crayamd-mphipcc_mpich.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,11 @@ spack:
165165
- Core/24.00
166166
- PrgEnv-amd/8.3.3
167167
- amd/5.4.0
168+
- cray-libsci/22.12.1.1
168169
- craype-accel-amd-gfx90a
169170
- rocm/5.4.0
170171
- libunwind/1.5.0
171172
- libfabric/1.20.1
172-
# needed to prevent incompatible default version
173-
- cray-libsci/22.12.1.1
174173
# we need to include mpich because an incompatible version of
175174
# libmpi_gtl_hsa.so.0 is loaded otherwise and we need to use the mpich
176175
# verison (see below)

mache/spack/frontier_crayamd_mpich.csh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module reset
55
module switch Core Core/24.00
66
module switch PrgEnv-cray PrgEnv-amd/8.3.3
77
module switch amd amd/5.4.0
8+
module load cray-libsci/22.12.1.1
89

910
module load \
1011
libunwind/1.5.0 \
@@ -24,9 +25,6 @@ module load \
2425
cray-parallel-netcdf/1.12.3.1
2526
{% endif %}
2627

27-
# needed to prevent incompatible default version
28-
module load cray-libsci/22.12.1.1
29-
3028
setenv HDF5_ROOT ""
3129
setenv MPICH_GPU_SUPPORT_ENABLED "0"
3230
setenv MPICH_VERSION_DISPLAY "1"

mache/spack/frontier_crayamd_mpich.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module reset
55
module switch Core Core/24.00
66
module switch PrgEnv-cray PrgEnv-amd/8.3.3
77
module switch amd amd/5.4.0
8+
module load cray-libsci/22.12.1.1
89

910
module load \
1011
libunwind/1.5.0 \
@@ -24,9 +25,6 @@ module load \
2425
cray-parallel-netcdf/1.12.3.1
2526
{% endif %}
2627

27-
# needed to prevent incompatible default version
28-
module load cray-libsci/22.12.1.1
29-
3028
export HDF5_ROOT=""
3129
export MPICH_GPU_SUPPORT_ENABLED="0"
3230
export MPICH_VERSION_DISPLAY="1"

mache/spack/frontier_crayamd_mpich.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ spack:
165165
- Core/24.00
166166
- PrgEnv-amd/8.3.3
167167
- amd/5.4.0
168+
- cray-libsci/22.12.1.1
168169
- libfabric/1.20.1
169170
- libunwind/1.5.0
170-
# needed to prevent incompatible default version
171-
- cray-libsci/22.12.1.1

mache/spack/frontier_craygnu-hipcc_mpich.csh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ source /opt/cray/pe/lmod/lmod/init/csh
33
module reset
44

55
module load \
6+
Core/25.03 \
67
PrgEnv-gnu \
78
cpe/24.11 \
89
libunwind/1.8.1 \
9-
subversion/1.14.2 \
10-
git/2.45.1 \
11-
cmake/3.27.9 \
10+
subversion \
11+
git \
12+
cmake \
1213
craype-accel-amd-gfx90a \
1314
rocm/6.2.4
1415

mache/spack/frontier_craygnu-hipcc_mpich.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ source /opt/cray/pe/lmod/lmod/init/sh
33
module reset
44

55
module load \
6+
Core/25.03 \
67
PrgEnv-gnu \
78
cpe/24.11 \
89
libunwind/1.8.1 \
9-
subversion/1.14.2 \
10-
git/2.45.1 \
11-
cmake/3.27.9 \
10+
subversion \
11+
git \
12+
cmake \
1213
craype-accel-amd-gfx90a \
1314
rocm/6.2.4
1415

mache/spack/frontier_craygnu-hipcc_mpich.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ spack:
117117
externals:
118118
119119
modules:
120-
- Core/24.07
121-
- PrgEnv-gnu/8.6.0
120+
- Core/25.03
121+
- PrgEnv-gnu
122122
- cpe/24.11
123+
- libunwind/1.8.1
123124
- gcc-native/13.2
124-
- craype/2.7.19
125+
- craype/2.7.33
125126
- libfabric/1.22.0
126-
- libunwind/1.8.1
127127
- craype-accel-amd-gfx90a
128128
- rocm/6.2.4
129129
extra_attributes:
@@ -191,12 +191,12 @@ spack:
191191
operating_system: sles15
192192
target: x86_64
193193
modules:
194-
- Core/24.07
195-
- PrgEnv-gnu/8.6.0
194+
- Core/25.03
195+
- PrgEnv-gnu
196196
- cpe/24.11
197+
- libunwind/1.8.1
197198
- gcc-native/13.2
198-
- craype/2.7.19
199+
- craype/2.7.33
199200
- libfabric/1.22.0
200-
- libunwind/1.8.1
201201
- craype-accel-amd-gfx90a
202202
- rocm/6.2.4

0 commit comments

Comments
 (0)