Closed ketancmaheshwari closed 1 year ago
quick comments:
(1) Since we have two shared spaces, then we need to set that with the following variables (or set them within GitLab settings)
variables: SPACK_WORK_DIR_OPEN: /gpfs/wolf/csc449/proj-shared/sdk/ SPACK_WORK_DIR_MODERATE: ...
(2) in spack-setup, spack-update need to add the following options (since it should be set in different spaces)
spack-setup
spack-update
parallel: matrix: - HOST: "ascent" SPACK_WORK_DIR: ${SPACK_WORK_DIR_OPEN} - HOST: "summit" SPACK_WORK_DIR: ${SPACK_WORK_DIR_MODERATE} tags: - $HOST - nobatch
(3) missed summit setup in spack-build
summit
spack-build
I made those changes in my latest commit.
@mtitov is this ready to be merged?
quick comments:
(1) Since we have two shared spaces, then we need to set that with the following variables (or set them within GitLab settings)
(2) in
spack-setup
,spack-update
need to add the following options (since it should be set in different spaces)(3) missed
summit
setup inspack-build