Skip to content

Commit

Permalink
switch from daint-alps to santis
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao committed Jan 10, 2025
1 parent 8a57262 commit d23245f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ build_baseimage_aarch64:
HPC_SDK_VERSION: 24.11
HPC_SDK_NAME: "nvhpc_2024_2411_Linux_${ARCH}_cuda_12.6"
UBUNTU_VERSION: 22.04
# TODO(edopao): remove santis config once available in remote CSCS GitLab config
FIRECREST_SYSTEM: 'santis'

.build_image:
stage: image
Expand All @@ -53,6 +55,9 @@ build_image_x86_64:
build_image_aarch64:
extends: [.container-builder-cscs-gh200, .build_image]
needs: [build_baseimage_aarch64]
variables:
# TODO(edopao): remove santis config once available in remote CSCS GitLab config
FIRECREST_SYSTEM: 'santis'

.test_template:
timeout: 8h
Expand Down Expand Up @@ -92,3 +97,5 @@ build_image_aarch64:
# when high test parallelism is used.
NUM_PROCESSES: 16
ICON4PY_NOX_UV_CUSTOM_SESSION_EXTRAS: "cuda12"
# TODO(edopao): remove santis config once available in remote CSCS GitLab config
FIRECREST_SYSTEM: 'santis'

0 comments on commit d23245f

Please sign in to comment.