Skip to content

Commit 3dbeaa3

Browse files
authored
Merge pull request #288 from xylar/fix-pm-cpu-modules
Update libfabric on pm-cpu and pm-gpu
2 parents bd681d6 + 554aa2f commit 3dbeaa3

16 files changed

+24
-24
lines changed

mache/spack/templates/pm-cpu_gnu_mpich.csh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module load PrgEnv-gnu/8.5.0 \
2626
cray-libsci/23.12.5 \
2727
craype-accel-host \
2828
craype/2.7.30 \
29-
libfabric/1.20.1 \
29+
libfabric/1.22.0 \
3030
cray-mpich/8.1.28 \
3131
cmake/3.24.3
3232
{%- if e3sm_hdf5_netcdf %}

mache/spack/templates/pm-cpu_gnu_mpich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module load PrgEnv-gnu/8.5.0 \
2626
cray-libsci/23.12.5 \
2727
craype-accel-host \
2828
craype/2.7.30 \
29-
libfabric/1.20.1 \
29+
libfabric/1.22.0 \
3030
cray-mpich/8.1.28 \
3131
cmake/3.24.3
3232
{%- if e3sm_hdf5_netcdf %}

mache/spack/templates/pm-cpu_gnu_mpich.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spack:
114114
- cray-libsci/23.12.5
115115
- craype-accel-host
116116
- craype/2.7.30
117-
- libfabric/1.20.1
117+
- libfabric/1.22.0
118118
extra_attributes:
119119
compilers:
120120
c: cc
@@ -125,7 +125,7 @@ spack:
125125
externals:
126126
- spec: {{ mpi }}%{{ compiler }}
127127
modules:
128-
- libfabric/1.20.1
128+
- libfabric/1.22.0
129129
- cray-mpich/8.1.28
130130
buildable: false
131131
cray-libsci:
@@ -173,7 +173,7 @@ spack:
173173
- cray-libsci/23.12.5
174174
- craype-accel-host
175175
- craype/2.7.30
176-
- libfabric/1.20.1
176+
- libfabric/1.22.0
177177
environment:
178178
prepend_path:
179179
PKG_CONFIG_PATH: "/opt/cray/xpmem/2.6.2-2.5_2.33__gd067c3f.shasta/lib64/pkgconfig"

mache/spack/templates/pm-cpu_intel_mpich.csh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module load PrgEnv-intel/8.5.0 \
2626
cray-libsci/23.12.5 \
2727
craype-accel-host \
2828
craype/2.7.30 \
29-
libfabric/1.20.1 \
29+
libfabric/1.22.0 \
3030
cray-mpich/8.1.28
3131
{%- if e3sm_hdf5_netcdf %}
3232
module load cray-hdf5-parallel/1.12.2.9 \

mache/spack/templates/pm-cpu_intel_mpich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module load PrgEnv-intel/8.5.0 \
2626
cray-libsci/23.12.5 \
2727
craype-accel-host \
2828
craype/2.7.30 \
29-
libfabric/1.20.1 \
29+
libfabric/1.22.0 \
3030
cray-mpich/8.1.28
3131
{%- if e3sm_hdf5_netcdf %}
3232
module load cray-hdf5-parallel/1.12.2.9 \

mache/spack/templates/pm-cpu_intel_mpich.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ spack:
114114
- cray-libsci/23.12.5
115115
- craype-accel-host
116116
- craype/2.7.30
117-
- libfabric/1.20.1
117+
- libfabric/1.22.0
118118
buildable: false
119119
cray-mpich:
120120
externals:
121121
- spec: {{ mpi }}%{{ compiler }}
122122
modules:
123123
- cray-mpich/8.1.28
124-
- libfabric/1.20.1
124+
- libfabric/1.22.0
125125
buildable: false
126126
cray-libsci:
127127
externals:
@@ -168,7 +168,7 @@ spack:
168168
- cray-libsci/23.12.5
169169
- craype-accel-host
170170
- craype/2.7.30
171-
- libfabric/1.20.1
171+
- libfabric/1.22.0
172172
environment:
173173
prepend_path:
174174
PKG_CONFIG_PATH: "/opt/cray/xpmem/2.6.2-2.5_2.33__gd067c3f.shasta/lib64/pkgconfig"

mache/spack/templates/pm-cpu_nvidia_mpich.csh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module load PrgEnv-nvidia \
2626
cray-libsci/23.12.5 \
2727
craype-accel-host \
2828
craype/2.7.30 \
29-
libfabric/1.20.1 \
29+
libfabric/1.22.0 \
3030
cray-mpich/8.1.28 \
3131
cmake/3.24.3
3232
{%- if e3sm_hdf5_netcdf %}

mache/spack/templates/pm-cpu_nvidia_mpich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module load PrgEnv-nvidia \
2626
cray-libsci/23.12.5 \
2727
craype-accel-host \
2828
craype/2.7.30 \
29-
libfabric/1.20.1 \
29+
libfabric/1.22.0 \
3030
cray-mpich/8.1.28 \
3131
cmake/3.24.3
3232
{%- if e3sm_hdf5_netcdf %}

mache/spack/templates/pm-cpu_nvidia_mpich.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spack:
108108
externals:
109109
- spec: {{ mpi }}%{{ compiler }}
110110
modules:
111-
- libfabric/1.20.1
111+
- libfabric/1.22.0
112112
- cray-mpich/8.1.28
113113
buildable: false
114114
cray-libsci:

mache/spack/templates/pm-gpu_gnugpu_mpich.csh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module load PrgEnv-gnu/8.5.0 \
2626
cudatoolkit/12.4 \
2727
craype-accel-nvidia80 \
2828
cray-libsci/23.12.5 \
29-
libfabric/1.20.1 \
29+
libfabric/1.22.0 \
3030
craype/2.7.30 \
3131
cray-mpich/8.1.28 \
3232
cmake/3.24.3

0 commit comments

Comments
 (0)