Skip to content

Commit 368eaa7

Browse files
authored
Merge pull request #11795 from hppritcha/lanl_ci_remove_ibm_testing_v50x
lanl-ci: remove ibm from test matrix
2 parents f6e13fe + 66093be commit 368eaa7

File tree

1 file changed

+0
-73
lines changed

1 file changed

+0
-73
lines changed

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

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,6 @@ build:intel:
3030
- install_test
3131
expire_in: 1 week
3232

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-
5833
build:amd:
5934
stage: build
6035
tags: [darwin-slurm-shared]
@@ -161,54 +136,6 @@ test:intel:
161136
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
162137
expire_in: 1 week
163138

164-
test:ibm:
165-
stage: test
166-
tags: [darwin-slurm-shared]
167-
variables:
168-
SCHEDULER_PARAMETERS: "-ppower9 -t 2:00:00 -N 1 --ntasks-per-node=16"
169-
dependencies:
170-
- build:ibm
171-
needs: ["build:ibm"]
172-
script:
173-
- pwd
174-
- ls
175-
- module load ibm
176-
- export PATH=$PWD/install_test/bin:$PATH
177-
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/install_test/lib
178-
- which mpirun
179-
- pushd examples
180-
- mpirun -np 4 hostname
181-
- mpirun -np 4 ./hello_c
182-
- mpirun -np 4 ./ring_c
183-
- mpirun -np 4 ./hello_mpifh
184-
- mpirun -np 4 ./ring_mpifh
185-
- mpirun -np 4 ./hello_usempi
186-
- mpirun -np 4 ./ring_usempi
187-
- mpirun -np 4 ./hello_usempif08
188-
- mpirun -np 4 ./ring_usempif08
189-
- mpirun -np 4 ./connectivity_c
190-
- popd
191-
- mkdir osu-tests
192-
- pushd osu-tests
193-
- cp -p -r $OSU_TESTS_FOLDER/* .
194-
- ./configure CC=mpicc FC=mpifort F77=mpifort CXX=mpiCC && make -j 8 clean && make -j 8
195-
- pushd mpi/pt2pt
196-
- mpirun -np 2 ./osu_latency
197-
- mpirun -np 2 ./osu_latency D H
198-
- mpirun -np 2 ./osu_latency H D
199-
- mpirun -np 2 ./osu_latency H H
200-
- mpirun -np 2 ./osu_bw
201-
- mpirun -np 2 ./osu_bw D H
202-
- mpirun -np 2 ./osu_bw H D
203-
- mpirun -np 2 ./osu_bw H H
204-
- mpirun -np 2 ./osu_bibw
205-
- mpirun -np 2 ./osu_bibw D H
206-
- mpirun -np 2 ./osu_bibw H D
207-
- mpirun -np 2 ./osu_bibw H H
208-
artifacts:
209-
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
210-
expire_in: 1 week
211-
212139
test:amd:
213140
stage: test
214141
tags: [darwin-slurm-shared]

0 commit comments

Comments
 (0)