@@ -103,37 +103,6 @@ build:gnu:
103103 - install_test
104104 expire_in : 1 week
105105
106- build:cce :
107- stage : build
108- tags : [darwin-slurm-shared]
109- variables :
110- SCHEDULER_PARAMETERS : " -pcrossroads-dev -t 4:00:00 -N 1 --ntasks-per-node=16"
111- script :
112- - hostname
113- - module use --append /opt/cray/pe/modulefiles
114- - module avail cce
115- - module load cce
116- - module unload libsci
117- - module unload cray-mvapich2_nogpu
118- - rm .gitmodules
119- - cp $GITSUBMODULEPATCH .gitmodules
120- - git submodule update --init --recursive
121- - ./autogen.pl
122- - ./configure CC=cc FTN=ftn CXX=CC --with-ucx=no --prefix=$PWD/install_test --with-libevent=internal
123- - make -j 8 install
124- - make check
125- - export PATH=$PWD/install_test/bin:$PATH
126- - cd examples
127- - make
128- artifacts :
129- name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
130- untracked : true
131- paths :
132- - examples
133- - install_test
134- expire_in : 1 week
135-
136-
137106test:intel :
138107 stage : test
139108 tags : [darwin-slurm-shared]
@@ -266,37 +235,3 @@ test:gnu:
266235 name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
267236 expire_in : 1 week
268237
269- test:cce :
270- stage : test
271- tags : [darwin-slurm-shared]
272- variables :
273- SCHEDULER_PARAMETERS : " -pcrossroads-dev -t 4:00:00 -N 1 --ntasks-per-node=16"
274- dependencies :
275- - build:cce
276- needs : ["build:cce"]
277- script :
278- - pwd
279- - ls
280- - hostname
281- - module use --append /opt/cray/pe/modulefiles
282- - module avail cce
283- - module load cce
284- - module unload libsci
285- - module unload cray-mvapich2_nogpu
286- - export PATH=$PWD/install_test/bin:$PATH
287- - which mpirun
288- - cd examples
289- - mpirun -np 4 hostname
290- - mpirun -np 4 ./hello_c
291- - mpirun -np 4 ./ring_c
292- - mpirun -np 4 ./hello_mpifh
293- - mpirun -np 4 ./ring_mpifh
294- - mpirun -np 4 ./hello_usempi
295- - mpirun -np 4 ./ring_usempi
296- - mpirun -np 4 ./hello_usempif08
297- - mpirun -np 4 ./ring_usempif08
298- - mpirun -np 4 ./connectivity_c
299- artifacts :
300- name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
301- expire_in : 1 week
302-
0 commit comments