File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ stages:
2121 GIT_SUBMODULE_STRATEGY : recursive
2222 SPACK_BRANCH : " v1.1.1"
2323 before_script :
24- - apt-get update && apt-get install -y git cmake python3 libc6-dev
24+ - apt-get update && apt-get install -y git cmake python3 libc6 libc6 -dev
2525 - git clone --depth 1 https://github.com/spack/spack.git -b ${SPACK_BRANCH}
2626 - . spack/share/spack/setup-env.sh
2727
28- nvidia-grace -nvhpc-26.3 :
28+ nvidia-gg -nvhpc-26.3 :
2929 extends : [.build-and-test]
3030 tags : [grace]
3131 image : nvcr.io/nvidia/nvhpc:26.3-devel-cuda13.1-ubuntu24.04
@@ -35,7 +35,7 @@ nvidia-grace-nvhpc-26.3:
3535 - spack install raja %nvhpc
3636 - spack test run raja
3737
38- nvidia-grace-hopper -nvhpc-25.11-cuda-13.0 :
38+ nvidia-gh -nvhpc-25.11-cuda-13.0 :
3939 extends : [.build-and-test]
4040 tags : [nvidia-gh200]
4141 image : nvcr.io/nvidia/nvhpc:25.11-devel-cuda13.0-ubuntu24.04
You can’t perform that action at this time.
0 commit comments