Skip to content

Commit 500e4d3

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1405 from vkarak/ci/update-dom-ci
[ci] Use account option in CSCS CI
2 parents 95fb217 + d4f7f39 commit 500e4d3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

config/cscs-ci.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
],
2727
'access': [
2828
'--constraint=gpu',
29-
'--partition=cscsci'
29+
'--partition=cscsci',
30+
'--account=jenscscs'
3031
],
3132
'environs': [
3233
'builtin'
@@ -61,7 +62,8 @@
6162
'daint-gpu'
6263
],
6364
'access': [
64-
'--constraint=gpu'
65+
'--constraint=gpu',
66+
'--account=jenscscs'
6567
],
6668
'environs': [
6769
'builtin'
@@ -85,7 +87,8 @@
8587
'daint-gpu'
8688
],
8789
'access': [
88-
'proc=gpu'
90+
'proc=gpu',
91+
'-A jenscscs'
8992
],
9093
'environs': [
9194
'builtin'
@@ -101,7 +104,8 @@
101104
'daint-gpu'
102105
],
103106
'access': [
104-
'-l proc=gpu'
107+
'-l proc=gpu',
108+
'-A jenscscs'
105109
],
106110
'environs': [
107111
'builtin'

0 commit comments

Comments
 (0)