Skip to content

Commit 0d2f45c

Browse files
committed
lanl-ci: add debugging for cce environment
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 31953c1 commit 0d2f45c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ build:cce:
109109
variables:
110110
SCHEDULER_PARAMETERS: "-pcrossroads-dev -t 4:00:00 -N 1 --ntasks-per-node=16"
111111
script:
112+
- hostname
113+
- module use --append /opt/cray/pe/modulefiles
114+
- module avail cce
112115
- module load cce
113116
- module unload libsci
114117
- module unload cray-mvapich2_nogpu
@@ -264,12 +267,17 @@ test:gnu:
264267
test:cce:
265268
stage: test
266269
tags: [darwin-slurm-shared]
270+
variables:
271+
SCHEDULER_PARAMETERS: "-pcrossroads-dev -t 4:00:00 -N 1 --ntasks-per-node=16"
267272
dependencies:
268273
- build:cce
269274
needs: ["build:cce"]
270275
script:
271276
- pwd
272277
- ls
278+
- hostname
279+
- module use --append /opt/cray/pe/modulefiles
280+
- module avail cce
273281
- module load cce
274282
- module unload libsci
275283
- module unload cray-mvapich2_nogpu

0 commit comments

Comments
 (0)