-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
114 changed files
with
1,319 additions
and
1,288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,9 @@ stages: | |
- trying | ||
variables: | ||
GIT_SUBMODULE_STRATEGY: recursive | ||
SPACK_SHA: 522a7c8ee0d51f92aa8cd685f378d54735a5307e | ||
# TODO: Change this back. The latter is on msimberg/spack. | ||
# SPACK_SHA: 522a7c8ee0d51f92aa8cd685f378d54735a5307e | ||
SPACK_SHA: 737f0cc1c79e8eb903e2fc2d48d02982cd392a22 | ||
before_script: | ||
- docker login -u $CSCS_REGISTRY_USER -p $CSCS_REGISTRY_PASSWORD $CSCS_REGISTRY | ||
script: | ||
|
@@ -37,80 +39,80 @@ stages: | |
- pipeline.yml | ||
|
||
# Builds a Docker image for the current commit | ||
cpu release build gcc9: | ||
extends: .build_spack_common | ||
variables: | ||
BUILD_DOCKER_FILE: ci/docker/build.Dockerfile | ||
DEPLOY_DOCKER_FILE: ci/docker/deploy.Dockerfile | ||
BASE_IMAGE: ubuntu:20.04 | ||
COMPILER: [email protected] | ||
USE_MKL: "ON" | ||
SPACK_ENVIRONMENT: ci/docker/cpu-release.yaml | ||
BUILD_IMAGE: $CSCS_REGISTRY_IMAGE/release-cpu-gcc9/build | ||
DEPLOY_IMAGE: $CSCS_REGISTRY_IMAGE/release-cpu-gcc9/deploy:$CI_COMMIT_SHA | ||
SLURM_CONSTRAINT: mc | ||
THREADS_PER_NODE: 72 | ||
USE_CODECOV: "false" | ||
|
||
cpu release build clang10: | ||
extends: .build_spack_common | ||
variables: | ||
BUILD_DOCKER_FILE: ci/docker/build.Dockerfile | ||
DEPLOY_DOCKER_FILE: ci/docker/deploy.Dockerfile | ||
BASE_IMAGE: ubuntu:20.04 | ||
COMPILER: [email protected] | ||
USE_MKL: "ON" | ||
SPACK_ENVIRONMENT: ci/docker/cpu-release.yaml | ||
BUILD_IMAGE: $CSCS_REGISTRY_IMAGE/release-cpu-clang10/build | ||
DEPLOY_IMAGE: $CSCS_REGISTRY_IMAGE/release-cpu-clang10/deploy:$CI_COMMIT_SHA | ||
SLURM_CONSTRAINT: mc | ||
THREADS_PER_NODE: 72 | ||
USE_CODECOV: "false" | ||
|
||
cpu codecov build gcc9: | ||
extends: .build_spack_common | ||
variables: | ||
BUILD_DOCKER_FILE: ci/docker/build.Dockerfile | ||
DEPLOY_DOCKER_FILE: ci/docker/codecov.Dockerfile | ||
BASE_IMAGE: ubuntu:20.04 | ||
COMPILER: [email protected] | ||
USE_MKL: "OFF" | ||
SPACK_ENVIRONMENT: ci/docker/cpu-debug.yaml | ||
BUILD_IMAGE: $CSCS_REGISTRY_IMAGE/codecov-cpu-gcc9/build | ||
DEPLOY_IMAGE: $CSCS_REGISTRY_IMAGE/codecov-cpu-gcc9/deploy:$CI_COMMIT_SHA | ||
SLURM_CONSTRAINT: mc | ||
THREADS_PER_NODE: 72 | ||
USE_CODECOV: "true" | ||
|
||
gpu release build gcc9: | ||
extends: .build_spack_common | ||
variables: | ||
BUILD_DOCKER_FILE: ci/docker/build.Dockerfile | ||
DEPLOY_DOCKER_FILE: ci/docker/deploy.Dockerfile | ||
BASE_IMAGE: nvidia/cuda:11.1.1-devel-ubuntu20.04 | ||
COMPILER: [email protected] | ||
USE_MKL: "ON" | ||
SPACK_ENVIRONMENT: ci/docker/gpu-release.yaml | ||
BUILD_IMAGE: $CSCS_REGISTRY_IMAGE/release-gpu-gcc9/build | ||
DEPLOY_IMAGE: $CSCS_REGISTRY_IMAGE/release-gpu-gcc9/deploy:$CI_COMMIT_SHA | ||
SLURM_CONSTRAINT: gpu | ||
THREADS_PER_NODE: 24 | ||
USE_CODECOV: "false" | ||
|
||
gpu release build clang10: | ||
extends: .build_spack_common | ||
variables: | ||
BUILD_DOCKER_FILE: ci/docker/build.Dockerfile | ||
DEPLOY_DOCKER_FILE: ci/docker/deploy.Dockerfile | ||
BASE_IMAGE: nvidia/cuda:11.1.1-devel-ubuntu20.04 | ||
COMPILER: [email protected] | ||
USE_MKL: "ON" | ||
SPACK_ENVIRONMENT: ci/docker/gpu-release.yaml | ||
BUILD_IMAGE: $CSCS_REGISTRY_IMAGE/release-gpu-clang10/build | ||
DEPLOY_IMAGE: $CSCS_REGISTRY_IMAGE/release-gpu-clang10/deploy:$CI_COMMIT_SHA | ||
SLURM_CONSTRAINT: gpu | ||
THREADS_PER_NODE: 24 | ||
USE_CODECOV: "false" | ||
#cpu release build gcc9: | ||
# extends: .build_spack_common | ||
# variables: | ||
# BUILD_DOCKER_FILE: ci/docker/build.Dockerfile | ||
# DEPLOY_DOCKER_FILE: ci/docker/deploy.Dockerfile | ||
# BASE_IMAGE: ubuntu:20.04 | ||
# COMPILER: [email protected] | ||
# USE_MKL: "ON" | ||
# SPACK_ENVIRONMENT: ci/docker/cpu-release.yaml | ||
# BUILD_IMAGE: $CSCS_REGISTRY_IMAGE/release-cpu-gcc9/build | ||
# DEPLOY_IMAGE: $CSCS_REGISTRY_IMAGE/release-cpu-gcc9/deploy:$CI_COMMIT_SHA | ||
# SLURM_CONSTRAINT: mc | ||
# THREADS_PER_NODE: 72 | ||
# USE_CODECOV: "false" | ||
# | ||
#cpu release build clang10: | ||
# extends: .build_spack_common | ||
# variables: | ||
# BUILD_DOCKER_FILE: ci/docker/build.Dockerfile | ||
# DEPLOY_DOCKER_FILE: ci/docker/deploy.Dockerfile | ||
# BASE_IMAGE: ubuntu:20.04 | ||
# COMPILER: [email protected] | ||
# USE_MKL: "ON" | ||
# SPACK_ENVIRONMENT: ci/docker/cpu-release.yaml | ||
# BUILD_IMAGE: $CSCS_REGISTRY_IMAGE/release-cpu-clang10/build | ||
# DEPLOY_IMAGE: $CSCS_REGISTRY_IMAGE/release-cpu-clang10/deploy:$CI_COMMIT_SHA | ||
# SLURM_CONSTRAINT: mc | ||
# THREADS_PER_NODE: 72 | ||
# USE_CODECOV: "false" | ||
# | ||
#cpu codecov build gcc9: | ||
# extends: .build_spack_common | ||
# variables: | ||
# BUILD_DOCKER_FILE: ci/docker/build.Dockerfile | ||
# DEPLOY_DOCKER_FILE: ci/docker/codecov.Dockerfile | ||
# BASE_IMAGE: ubuntu:20.04 | ||
# COMPILER: [email protected] | ||
# USE_MKL: "OFF" | ||
# SPACK_ENVIRONMENT: ci/docker/cpu-debug.yaml | ||
# BUILD_IMAGE: $CSCS_REGISTRY_IMAGE/codecov-cpu-gcc9/build | ||
# DEPLOY_IMAGE: $CSCS_REGISTRY_IMAGE/codecov-cpu-gcc9/deploy:$CI_COMMIT_SHA | ||
# SLURM_CONSTRAINT: mc | ||
# THREADS_PER_NODE: 72 | ||
# USE_CODECOV: "true" | ||
# | ||
#gpu release build gcc9: | ||
# extends: .build_spack_common | ||
# variables: | ||
# BUILD_DOCKER_FILE: ci/docker/build.Dockerfile | ||
# DEPLOY_DOCKER_FILE: ci/docker/deploy.Dockerfile | ||
# BASE_IMAGE: nvidia/cuda:11.1.1-devel-ubuntu20.04 | ||
# COMPILER: [email protected] | ||
# USE_MKL: "ON" | ||
# SPACK_ENVIRONMENT: ci/docker/gpu-release.yaml | ||
# BUILD_IMAGE: $CSCS_REGISTRY_IMAGE/release-gpu-gcc9/build | ||
# DEPLOY_IMAGE: $CSCS_REGISTRY_IMAGE/release-gpu-gcc9/deploy:$CI_COMMIT_SHA | ||
# SLURM_CONSTRAINT: gpu | ||
# THREADS_PER_NODE: 24 | ||
# USE_CODECOV: "false" | ||
# | ||
#gpu release build clang10: | ||
# extends: .build_spack_common | ||
# variables: | ||
# BUILD_DOCKER_FILE: ci/docker/build.Dockerfile | ||
# DEPLOY_DOCKER_FILE: ci/docker/deploy.Dockerfile | ||
# BASE_IMAGE: nvidia/cuda:11.1.1-devel-ubuntu20.04 | ||
# COMPILER: [email protected] | ||
# USE_MKL: "ON" | ||
# SPACK_ENVIRONMENT: ci/docker/gpu-release.yaml | ||
# BUILD_IMAGE: $CSCS_REGISTRY_IMAGE/release-gpu-clang10/build | ||
# DEPLOY_IMAGE: $CSCS_REGISTRY_IMAGE/release-gpu-clang10/deploy:$CI_COMMIT_SHA | ||
# SLURM_CONSTRAINT: gpu | ||
# THREADS_PER_NODE: 24 | ||
# USE_CODECOV: "false" | ||
|
||
gpu codecov build gcc9: | ||
extends: .build_spack_common | ||
|
@@ -148,51 +150,51 @@ notify_github_start: | |
trigger: | ||
strategy: depend | ||
|
||
cpu release test gcc9: | ||
extends: .run_common | ||
needs: | ||
- cpu release build gcc9 | ||
trigger: | ||
include: | ||
- artifact: pipeline.yml | ||
job: cpu release build gcc9 | ||
|
||
cpu release test clang10: | ||
extends: .run_common | ||
needs: | ||
- cpu release build clang10 | ||
trigger: | ||
include: | ||
- artifact: pipeline.yml | ||
job: cpu release build clang10 | ||
|
||
cpu codecov test gcc9: | ||
extends: .run_common | ||
needs: | ||
- cpu codecov build gcc9 | ||
trigger: | ||
strategy: depend | ||
include: | ||
- artifact: pipeline.yml | ||
job: cpu codecov build gcc9 | ||
|
||
gpu release test gcc9: | ||
extends: .run_common | ||
needs: | ||
- gpu release build gcc9 | ||
trigger: | ||
include: | ||
- artifact: pipeline.yml | ||
job: gpu release build gcc9 | ||
|
||
gpu release test clang10: | ||
extends: .run_common | ||
needs: | ||
- gpu release build clang10 | ||
trigger: | ||
include: | ||
- artifact: pipeline.yml | ||
job: gpu release build clang10 | ||
#cpu release test gcc9: | ||
# extends: .run_common | ||
# needs: | ||
# - cpu release build gcc9 | ||
# trigger: | ||
# include: | ||
# - artifact: pipeline.yml | ||
# job: cpu release build gcc9 | ||
# | ||
#cpu release test clang10: | ||
# extends: .run_common | ||
# needs: | ||
# - cpu release build clang10 | ||
# trigger: | ||
# include: | ||
# - artifact: pipeline.yml | ||
# job: cpu release build clang10 | ||
# | ||
#cpu codecov test gcc9: | ||
# extends: .run_common | ||
# needs: | ||
# - cpu codecov build gcc9 | ||
# trigger: | ||
# strategy: depend | ||
# include: | ||
# - artifact: pipeline.yml | ||
# job: cpu codecov build gcc9 | ||
# | ||
#gpu release test gcc9: | ||
# extends: .run_common | ||
# needs: | ||
# - gpu release build gcc9 | ||
# trigger: | ||
# include: | ||
# - artifact: pipeline.yml | ||
# job: gpu release build gcc9 | ||
# | ||
#gpu release test clang10: | ||
# extends: .run_common | ||
# needs: | ||
# - gpu release build clang10 | ||
# trigger: | ||
# include: | ||
# - artifact: pipeline.yml | ||
# job: gpu release build clang10 | ||
|
||
gpu codecov test gcc9: | ||
extends: .run_common | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,6 @@ spack: | |
variants: | ||
- '~cuda' | ||
- '~openmp' | ||
hpx: | ||
variants: | ||
- 'max_cpu_count=128' | ||
mpich: | ||
variants: | ||
- '~fortran' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.