Skip to content
Snippets Groups Projects

Missing cuda/nccl modules

Merged Nicolas Richart requested to merge missing-modules into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 21
7
@@ -62,6 +62,9 @@ variables:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:
SQUASHFS_ID: ${CI_COMMIT_BRANCH}
- if: $CI_COMMIT_TAG =~ /^v[0-9].*$/
variables:
SQUASHFS_ID: ${CI_COMMIT_BRANCH}
.parallel_job:
extends:
@@ -174,20 +177,30 @@ spack:install:
#- .spack_cache
script:
- source ci/stack_env.sh
- echo "{}" > spack-install-${environment}.xml
# Cleaning patches in case one has a different hash
- ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment} clean -m
- ${STACK_LOCATION}/spack/bin/spack
--color always
-e ${environment}
clean -m
- ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment} install
--log-file spack-install-${environment}.xml
- ${STACK_LOCATION}/spack/bin/spack
--color always
-e ${environment} install
--log-file ${CI_PROJECT_DIR}/spack-install-${environment}.xml
--log-format junit
--only-concrete
--fail-fast
--show-log-on-error
- ${STACK_LOCATION}/spack/bin/spack -e ${environment} find -vl | tee spack-find-${environment}-${stack}.log
- ${STACK_LOCATION}/spack/bin/spack -e ${environment}
- ${STACK_LOCATION}/spack/bin/spack
--color always
-e ${environment}
find -vl | tee spack-find-${environment}-${stack}.log
- ${STACK_LOCATION}/spack/bin/spack
--color always
-e ${environment}
buildcache create
--update-index
--key EDC904DCE3D2E84E
@@ -202,7 +215,8 @@ spack:install:
- job: spack:concretize
artifacts:
paths:
- spack-find-*.log
- spack-*.log
- spack-*.xml
reports:
junit: spack-install-*.xml
timeout: 72h
Loading