Skip to content

Commit

Permalink
Add [email protected] % [email protected] to deploy.sh for exp/0.17.3/gpu/dev
Browse files Browse the repository at this point in the history
While [email protected] % [email protected] ^[email protected] was added as part of the
exp/0.17.3/gpu/dev deployment job graph and the [email protected] spec build
script already existed, it was not included as a part of the original
job graph constructed by deploy.sh for exp/0.17.3/gpu/dev. This correct
will be made for deploy.sh as well for exp/0.17.3/cpu/dev.
  • Loading branch information
mkandes committed Sep 17, 2024
1 parent 0acfea1 commit cc54e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/spack/sdsc/expanse/0.17.3/gpu/dev/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ CUDA_JOB_ID="$(sbatch --dependency="afterok::${GCC_JOB_ID}" '[email protected]' | g
CUDNN_JOB_ID="$(sbatch --dependency="afterok:${CUDA_JOB_ID}" '[email protected]' | grep -o '[[:digit:]]*')"
LIBXC_JOB_ID="$(sbatch --dependency="afterok:${CUDA_JOB_ID}" '[email protected]' | grep -o '[[:digit:]]*')"
LIBBEAGLE_JOB_ID="$(sbatch --dependency="afterok:${CUDA_JOB_ID}" '[email protected]' | grep -o '[[:digit:]]*')"
BEAST2_JOB_ID="$(sbatch --dependency="afterok:${LIBBEAGLE_JOB_ID}" '[email protected]' | grep -o '[[:digit:]]*')"
NCCL_JOB_ID="$(sbatch --dependency="afterok:${CUDA_JOB_ID}" '[email protected]' | grep -o '[[:digit:]]*')"
EIGEN_JOB_ID="$(sbatch --dependency="afterok:${GCC_JOB_ID}" '[email protected]' | grep -o '[[:digit:]]*')"
FFTW_JOB_ID="$(sbatch --dependency="afterok:${EIGEN_JOB_ID}" '[email protected]' | grep -o '[[:digit:]]*')"
Expand Down

0 comments on commit cc54e0f

Please sign in to comment.