Skip to content

Commit 13ef94e

Browse files
nkoukpaizanCameron Rutherford
and
Cameron Rutherford
authored
Update summit modules (#21)
* Minor fix for Summit build system * Fix '--nnodes'-->'-nodes' on Summit * Attempt to update Summit modules * Reinstall Ginkgo and python dependencies on Summit * Enforce [email protected] on Summit * Specify RelWithDebInfo for ExaGO and HiOp on Summit * Update Spack * Relax constraints on exago dependencies on Summit * Add constraints on HiOp in the spack config. Part of the ExaGO package was conflicting with building HiOp in release mode. * Cleaner module install on Summit * Update spack_cpu_build.yaml to work without fork * Update .github/workflows/spack_cpu_build.yaml * Update Spack * Try updating pybind11 submodule to see if it fixes errors with exago+python builds --------- Co-authored-by: Cameron Rutherford <[email protected]>
1 parent 2a20d5c commit 13ef94e

File tree

9 files changed

+169
-100
lines changed

9 files changed

+169
-100
lines changed

.github/workflows/spack_cpu_build.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ jobs:
1313
matrix:
1414
spack_spec:
1515
# Minimal Build
16-
- exago@develop~mpi~ipopt~hiop~logging~python~raja~tests
17-
- exago@develop+mpi~ipopt+hiop~logging~python~raja~tests ^openmpi
16+
# See #18
17+
# - exago@develop~mpi~ipopt~hiop~python~raja
18+
- exago@develop+mpi~ipopt+hiop~python~raja ^openmpi
1819
# See #18 - +hiop~mpi causes issues
19-
# - exago@develop~mpi~ipopt+hiop+logging~python+raja+tests
20+
# - exago@develop~mpi~ipopt+hiop~python+raja
2021
# See #16 - +python~mpi causes issues
21-
# - exago@develop~mpi~ipopt+hiop~logging+python~raja+tests
22-
- exago@develop+mpi~ipopt+hiop~logging+python~raja+tests ^openmpi
22+
# - exago@develop~mpi~ipopt+hiop+python~raja
23+
- exago@develop+mpi~ipopt+hiop+python~raja ^openmpi
2324

2425
name: Build ExaGO with Spack
2526
steps:

buildsystem/spack/summit/bsub.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#BSUB -P csc359
44
#BSUB -W 2:00
5-
#BSUB --nnodes 1
5+
#BSUB -nnodes 1
66
#BSUB -J exasgd_spack_install
77
#BSUB -o spack_install.%J
88
#BSUB -e spack_install.%J

buildsystem/spack/summit/env.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
# Configure python
44
module load python/3.8-anaconda3
55

6-
export SPACK_INSTALL=/gpfs/alpine/proj-shared/csc359/cameron/spack-install
6+
BASE=/gpfs/alpine/proj-shared/csc359/cameron
7+
export SPACK_INSTALL=$BASE/spack-install
78
export SPACK_MODULES=summit-modules
8-
export SPACK_CACHE=/gpfs/alpine/proj-shared/csc359/$(whoami)/spack-cache
9+
export SPACK_CACHE=$BASE/$(whoami)/spack-cache
910
export SPACK_PYTHON=$OLCF_PYTHON_ANACONDA3_ROOT
1011
export SPACK_DISABLE_LOCAL_CONFIG=1
12+
export SPACK_MIRROR=$BASE/mirror

buildsystem/spack/summit/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
bsub ./buildsystem/spack/crusher/bsub.sh
3+
bsub ./buildsystem/spack/summit/bsub.sh

buildsystem/spack/summit/modules/dependencies.sh

+138-76
Large diffs are not rendered by default.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module use -a /gpfs/alpine/proj-shared/csc359/cameron/spack-install/summit-modules/linux-rhel8-power9le
2-
# exago@develop%[email protected]+cuda+hiop~ipo+ipopt+mpi+python+raja~rocm build_system=cmake build_type=RelWithDebInfo cuda_arch=70 arch=linux-rhel8-ppc64le
3-
module load exago-develop-gcc-10.2.0-7cyxhna
2+
# exago@=develop%gcc@=10.2.0+cuda+hiop~ipo+ipopt+logging+mpi+python+raja~rocm build_system=cmake build_type=Release cuda_arch=70 generator=make arch=linux-rhel8-power9le
3+
module load exago/develop-gcc-10.2.0-cvwb3tx

buildsystem/spack/summit/spack.yaml

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
spack:
22
specs:
3-
- exago@develop%[email protected]+cuda+mpi+hiop+raja+ipopt+python cuda_arch=70
4-
^[email protected]~hdf5~hypre~mumps~superlu-dist
5-
^hiop@develop+cuda+raja+sparse+mpi+deepchecking+ginkgo+cusolver cuda_arch=70
6-
7-
8-
^openblas
3+
- exago@develop%[email protected]+cuda+mpi+hiop+raja+ipopt+python cuda_arch=70 build_type=Release
4+
^[email protected]+cuda+mpi+raja+kron+sparse+ginkgo+cusolver_lu cuda_arch=70
5+
96
view: false
107
concretizer:
11-
unify: when_possible
12-
reuse: true
8+
unify: true
9+
reuse: false
10+
duplicates:
11+
strategy: none
1312
compilers:
1413
- compiler:
1514
@@ -59,8 +58,8 @@ spack:
5958
variants: +blas
6059
cuda:
6160
externals:
62-
- spec: cuda@11.5.2
63-
modules: [cuda/11.5.2]
61+
- spec: cuda@11.4.2
62+
modules: [cuda/11.4.2]
6463
buildable: false
6564
raja:
6665
version: [0.14.0]
@@ -69,7 +68,7 @@ spack:
6968
version: [6.0.0]
7069
variants: ~c+cuda cuda_arch=70 build_type=Release
7170
magma:
72-
version: [2.6.1]
71+
version: [2.7.2]
7372
variants: +cuda cuda_arch=70 build_type=Release
7473
cmake:
7574
externals:
@@ -91,3 +90,8 @@ spack:
9190
9291
modules: [perl/5.30.1]
9392
buildable: false
93+
git:
94+
externals:
95+
96+
modules: [git/2.31.1]
97+
buildable: false

tpl/pybind11

Submodule pybind11 updated 224 files

tpl/spack

Submodule spack updated 4425 files

0 commit comments

Comments
 (0)