@@ -30,31 +30,6 @@ build:intel:
30
30
- install_test
31
31
expire_in : 1 week
32
32
33
- build:ibm :
34
- stage : build
35
- tags : [darwin-slurm-shared]
36
- variables :
37
- SCHEDULER_PARAMETERS : " -ppower9 -t 4:00:00 -N 1 --ntasks-per-node=16"
38
- script :
39
- - module load ibm
40
- - rm .gitmodules
41
- - cp $GITSUBMODULEPATCH .gitmodules
42
- - git submodule update --init --recursive
43
- - ./autogen.pl
44
- - ./configure CC=xlc FC=xlf CXX=xlc++ --prefix=$PWD/install_test --with-libevent=internal
45
- - make -j 8 install
46
- - make check
47
- - export PATH=$PWD/install_test/bin:$PATH
48
- - cd examples
49
- - make
50
- artifacts :
51
- name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
52
- untracked : true
53
- paths :
54
- - examples
55
- - install_test
56
- expire_in : 1 week
57
-
58
33
build:amd :
59
34
stage : build
60
35
tags : [darwin-slurm-shared]
@@ -130,54 +105,6 @@ test:intel:
130
105
name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
131
106
expire_in : 1 week
132
107
133
- test:ibm :
134
- stage : test
135
- tags : [darwin-slurm-shared]
136
- variables :
137
- SCHEDULER_PARAMETERS : " -ppower9 -t 2:00:00 -N 1 --ntasks-per-node=16"
138
- dependencies :
139
- - build:ibm
140
- needs : ["build:ibm"]
141
- script :
142
- - pwd
143
- - ls
144
- - module load ibm
145
- - export PATH=$PWD/install_test/bin:$PATH
146
- - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/install_test/lib
147
- - which mpirun
148
- - pushd examples
149
- - mpirun -np 4 hostname
150
- - mpirun -np 4 ./hello_c
151
- - mpirun -np 4 ./ring_c
152
- - mpirun -np 4 ./hello_mpifh
153
- - mpirun -np 4 ./ring_mpifh
154
- - mpirun -np 4 ./hello_usempi
155
- - mpirun -np 4 ./ring_usempi
156
- - mpirun -np 4 ./hello_usempif08
157
- - mpirun -np 4 ./ring_usempif08
158
- - mpirun -np 4 ./connectivity_c
159
- - popd
160
- - mkdir osu-tests
161
- - pushd osu-tests
162
- - cp -p -r $OSU_TESTS_FOLDER/* .
163
- - ./configure CC=mpicc FC=mpifort F77=mpifort CXX=mpiCC && make -j 8 clean && make -j 8
164
- - pushd mpi/pt2pt
165
- - mpirun -np 2 ./osu_latency
166
- - mpirun -np 2 ./osu_latency D H
167
- - mpirun -np 2 ./osu_latency H D
168
- - mpirun -np 2 ./osu_latency H H
169
- - mpirun -np 2 ./osu_bw
170
- - mpirun -np 2 ./osu_bw D H
171
- - mpirun -np 2 ./osu_bw H D
172
- - mpirun -np 2 ./osu_bw H H
173
- - mpirun -np 2 ./osu_bibw
174
- - mpirun -np 2 ./osu_bibw D H
175
- - mpirun -np 2 ./osu_bibw H D
176
- - mpirun -np 2 ./osu_bibw H H
177
- artifacts :
178
- name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
179
- expire_in : 1 week
180
-
181
108
test:amd :
182
109
stage : test
183
110
tags : [darwin-slurm-shared]
0 commit comments