Skip to content

Commit fc55ce2

Browse files
authored
Merge pull request #11801 from hppritcha/lanl_ci_remove_cce_v50x
lanl-ci: remove cce build
2 parents 3750398 + b9b79ff commit fc55ce2

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

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

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -78,37 +78,6 @@ build:gnu:
7878
- install_test
7979
expire_in: 1 week
8080

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-
11281
test:intel:
11382
stage: test
11483
tags: [darwin-slurm-shared]
@@ -193,37 +162,3 @@ test:gnu:
193162
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
194163
expire_in: 1 week
195164

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

Comments
 (0)