@@ -78,37 +78,6 @@ build:gnu:
78
78
- install_test
79
79
expire_in : 1 week
80
80
81
- build:cce :
82
- stage : build
83
- tags : [darwin-slurm-shared]
84
- variables :
85
- SCHEDULER_PARAMETERS : " -pcrossroads-dev -t 4:00:00 -N 1 --ntasks-per-node=16"
86
- script :
87
- - hostname
88
- - module use --append /opt/cray/pe/modulefiles
89
- - module avail cce
90
- - module load cce
91
- - module unload libsci
92
- - module unload cray-mvapich2_nogpu
93
- - rm .gitmodules
94
- - cp $GITSUBMODULEPATCH .gitmodules
95
- - git submodule update --init --recursive
96
- - ./autogen.pl
97
- - ./configure CC=cc FTN=ftn CXX=CC --with-ucx=no --prefix=$PWD/install_test --with-libevent=internal
98
- - make -j 8 install
99
- - make check
100
- - export PATH=$PWD/install_test/bin:$PATH
101
- - cd examples
102
- - make
103
- artifacts :
104
- name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
105
- untracked : true
106
- paths :
107
- - examples
108
- - install_test
109
- expire_in : 1 week
110
-
111
-
112
81
test:intel :
113
82
stage : test
114
83
tags : [darwin-slurm-shared]
@@ -193,37 +162,3 @@ test:gnu:
193
162
name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
194
163
expire_in : 1 week
195
164
196
- test:cce :
197
- stage : test
198
- tags : [darwin-slurm-shared]
199
- variables :
200
- SCHEDULER_PARAMETERS : " -pcrossroads-dev -t 4:00:00 -N 1 --ntasks-per-node=16"
201
- dependencies :
202
- - build:cce
203
- needs : ["build:cce"]
204
- script :
205
- - pwd
206
- - ls
207
- - hostname
208
- - module use --append /opt/cray/pe/modulefiles
209
- - module avail cce
210
- - module load cce
211
- - module unload libsci
212
- - module unload cray-mvapich2_nogpu
213
- - export PATH=$PWD/install_test/bin:$PATH
214
- - which mpirun
215
- - cd examples
216
- - mpirun -np 4 hostname
217
- - mpirun -np 4 ./hello_c
218
- - mpirun -np 4 ./ring_c
219
- - mpirun -np 4 ./hello_mpifh
220
- - mpirun -np 4 ./ring_mpifh
221
- - mpirun -np 4 ./hello_usempi
222
- - mpirun -np 4 ./ring_usempi
223
- - mpirun -np 4 ./hello_usempif08
224
- - mpirun -np 4 ./ring_usempif08
225
- - mpirun -np 4 ./connectivity_c
226
- artifacts :
227
- name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
228
- expire_in : 1 week
229
-
0 commit comments