Skip to content
Snippets Groups Projects

Missing cuda/nccl modules

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