Skip to content

Commit e1a244a

Browse files
authored
Merge pull request #11762 from hppritcha/lanl_ci_remove_ibm_testing
lanl-ci: remove ibm from test matrix
2 parents 51be8ed + 6b53756 commit e1a244a

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]
@@ -130,54 +105,6 @@ test:intel:
130105
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
131106
expire_in: 1 week
132107

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-
181108
test:amd:
182109
stage: test
183110
tags: [darwin-slurm-shared]

0 commit comments

Comments
 (0)