Skip to content

Commit

Permalink
Fix intel on Perlmutter
Browse files Browse the repository at this point in the history
It appears that we do need to explicitly load `libfabric`, even
though doing so produces a warning.
  • Loading branch information
xylar committed Jan 31, 2024
1 parent 71f7f45 commit a2cf9b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions mache/spack/pm-cpu_intel_mpich.csh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module load PrgEnv-intel/8.3.3
module load intel/2023.1.0
module load craype-accel-host
module load craype/2.7.20
module load libfabric/1.15.2.0
module rm cray-mpich &> /dev/null
module load cray-mpich/8.1.25
{% if e3sm_hdf5_netcdf %}
Expand Down
1 change: 1 addition & 0 deletions mache/spack/pm-cpu_intel_mpich.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module load PrgEnv-intel/8.3.3
module load intel/2023.1.0
module load craype-accel-host
module load craype/2.7.20
module load libfabric/1.15.2.0
module rm cray-mpich &> /dev/null
module load cray-mpich/8.1.25
{% if e3sm_hdf5_netcdf %}
Expand Down
3 changes: 3 additions & 0 deletions mache/spack/pm-cpu_intel_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@ spack:
- intel/2023.1.0
- craype-accel-host
- craype/2.7.20
- libfabric/1.15.2.0
buildable: false
cray-mpich:
externals:
- spec: [email protected]
prefix: /opt/cray/pe/mpich/8.1.25/ofi/intel/19.0
modules:
- cray-mpich/8.1.25
- libfabric/1.15.2.0
buildable: false
libfabric:
externals:
Expand Down Expand Up @@ -156,6 +158,7 @@ spack:
- intel/2023.1.0
- craype-accel-host
- craype/2.7.20
- libfabric/1.15.2.0
environment:
prepend_path:
PKG_CONFIG_PATH: "/opt/cray/xpmem/2.6.2-2.5_2.33__gd067c3f.shasta/lib64/pkgconfig"

0 comments on commit a2cf9b4

Please sign in to comment.