forked from eth-cscs/DLA-Future
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathci-ext-custom.yml
More file actions
41 lines (36 loc) · 1.08 KB
/
Copy pathci-ext-custom.yml
File metadata and controls
41 lines (36 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Distributed Linear Algebra with Future (DLAF)
#
# Copyright (c) ETH Zurich
# All rights reserved.
#
# Please, refer to the LICENSE file in the root directory.
# SPDX-License-Identifier: BSD-3-Clause
#
include:
- remote: 'https://gitlab.com/cscs-ci/recipes/-/raw/master/templates/v2/.ci-ext.yml'
.dlaf-container-runner-eiger:
extends: .container-runner-eiger
variables:
SLURM_CONSTRAINT: mc
# Need to reset as remote adds SLURM_MPI_TYPE: pmi2
SLURM_MPI_TYPE: cray_shasta
.dlaf-container-runner-daint-gh200:
extends: .container-runner-daint-gh200
variables:
CSCS_CUDA_MPS: 1
# Need to reset as remote adds SLURM_MPI_TYPE: pmi2
SLURM_MPI_TYPE: cray_shasta
# TDS needs different credentials
.dlaf-container-runner-beverin:
variables:
F7T_CLIENT_ID: $F7T_TDS_CLIENT_ID
F7T_CLIENT_SECRET: $F7T_TDS_CLIENT_SECRET
.dlaf-container-runner-beverin-mi300:
extends:
- .container-runner-beverin-mi300
- .dlaf-container-runner-beverin
.dlaf-container-runner-beverin-mi200:
extends:
- .container-runner-beverin-mi200
- .dlaf-container-runner-beverin