File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,9 @@ build:cce:
109
109
variables :
110
110
SCHEDULER_PARAMETERS : " -pcrossroads-dev -t 4:00:00 -N 1 --ntasks-per-node=16"
111
111
script :
112
+ - hostname
113
+ - module use --append /opt/cray/pe/modulefiles
114
+ - module avail cce
112
115
- module load cce
113
116
- module unload libsci
114
117
- module unload cray-mvapich2_nogpu
@@ -264,12 +267,17 @@ test:gnu:
264
267
test:cce :
265
268
stage : test
266
269
tags : [darwin-slurm-shared]
270
+ variables :
271
+ SCHEDULER_PARAMETERS : " -pcrossroads-dev -t 4:00:00 -N 1 --ntasks-per-node=16"
267
272
dependencies :
268
273
- build:cce
269
274
needs : ["build:cce"]
270
275
script :
271
276
- pwd
272
277
- ls
278
+ - hostname
279
+ - module use --append /opt/cray/pe/modulefiles
280
+ - module avail cce
273
281
- module load cce
274
282
- module unload libsci
275
283
- module unload cray-mvapich2_nogpu
You can’t perform that action at this time.
0 commit comments