Skip to content

Commit

Permalink
Add [email protected], add Discover-Milan Intel MPI tuning flags (#1027)
Browse files Browse the repository at this point in the history
* Update submodule pointer for spack
* Bump gsibec to 1.2.1 in configs/common/packages.yaml and configs/containers/specs/jedi-ci.yaml
* Set Intel MPI environment variables for Discover Milan in configs/sites/discover-scu17/compilers.yaml
  • Loading branch information
climbfuji authored Mar 12, 2024
1 parent 0fae4bd commit 10744de
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
grib-util:
version: ['1.3.0']
gsibec:
version: ['1.1.3']
version: ['1.2.1']
gsi-ncdiag:
version: ['1.1.2']
gsl-lite:
Expand Down
18 changes: 18 additions & 0 deletions configs/sites/discover-scu17/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,24 @@ compilers:
set:
# https://github.com/JCSDA/spack-stack/issues/1012
I_MPI_EXTRA_FILESYSTEM: 'ON'
# https://github.com/JCSDA/spack-stack/issues/1011
I_MPI_SHM_HEAP_VSIZE: '512'
PSM2_MEMORY: 'large'
I_MPI_EXTRA_FILESYSTEM: '1'
I_MPI_EXTRA_FILESYSTEM_FORCE: 'gpfs'
I_MPI_FABRICS: 'ofi'
I_MPI_OFI_PROVIDER: 'psm3'
I_MPI_ADJUST_SCATTER: '2'
I_MPI_ADJUST_SCATTERV: '2'
I_MPI_ADJUST_GATHER: '2'
I_MPI_ADJUST_GATHERV: '3'
I_MPI_ADJUST_ALLGATHER: '3'
I_MPI_ADJUST_ALLGATHERV: '3'
I_MPI_ADJUST_ALLREDUCE: '12'
I_MPI_ADJUST_REDUCE: '10'
I_MPI_ADJUST_BCAST: '11'
I_MPI_ADJUST_REDUCE_SCATTER: '4'
I_MPI_ADJUST_BARRIER: '9'
extra_rpaths: []
- compiler:
spec: gcc@=12.3.0
Expand Down
2 changes: 1 addition & 1 deletion spack

0 comments on commit 10744de

Please sign in to comment.