We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95fb217 + d4f7f39 commit 500e4d3Copy full SHA for 500e4d3
config/cscs-ci.py
@@ -26,7 +26,8 @@
26
],
27
'access': [
28
'--constraint=gpu',
29
- '--partition=cscsci'
+ '--partition=cscsci',
30
+ '--account=jenscscs'
31
32
'environs': [
33
'builtin'
@@ -61,7 +62,8 @@
61
62
'daint-gpu'
63
64
- '--constraint=gpu'
65
+ '--constraint=gpu',
66
67
68
69
@@ -85,7 +87,8 @@
85
87
86
88
89
- 'proc=gpu'
90
+ 'proc=gpu',
91
+ '-A jenscscs'
92
93
94
@@ -101,7 +104,8 @@
101
104
102
105
103
106
- '-l proc=gpu'
107
+ '-l proc=gpu',
108
109
110
111
0 commit comments