Skip to content

Commit

Permalink
change vCluster back santis -> daint
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao committed Dec 20, 2024
1 parent 33b632a commit d2662b4
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions ci/cscs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,21 +144,6 @@ build_py38_image_x86_64:
<<: *py38



# TODO(edopao): remove santis config once available in remote CSCS GitLab config
.container-runner-santis-alps:
extends: .f7t-container-runner
variables:
FIRECREST_SYSTEM: 'santis'
.container-runner-santis-gh200:
extends: .container-runner-santis-alps
variables:
ARCH: 'aarch64'
USE_CE: 'YES'
SLURM_MPI_TYPE: pmi2
NVIDIA_VISIBLE_DEVICES: 'all'
NVIDIA_DRIVER_CAPABILITIES: 'compute,utility'

.test_helper:
stage: test
image: $CSCS_REGISTRY_PATH/public/$ARCH/gt4py/gt4py-ci:$CI_COMMIT_SHA-$PYVERSION
Expand All @@ -184,7 +169,7 @@ build_py38_image_x86_64:
VARIANT: [-nomesh, -atlas]
SUBVARIANT: [-cuda11x, -cpu]
.test_helper_aarch64:
extends: [.container-runner-santis-gh200, .test_helper]
extends: [.container-runner-daint-gh200, .test_helper]
parallel:
matrix:
- SUBPACKAGE: [cartesian, storage]
Expand Down

0 comments on commit d2662b4

Please sign in to comment.