Skip to content

lanl-ci: remove cce build #11801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions .ci/lanl/gitlab-darwin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,37 +78,6 @@ build:gnu:
- install_test
expire_in: 1 week

build:cce:
stage: build
tags: [darwin-slurm-shared]
variables:
SCHEDULER_PARAMETERS: "-pcrossroads-dev -t 4:00:00 -N 1 --ntasks-per-node=16"
script:
- hostname
- module use --append /opt/cray/pe/modulefiles
- module avail cce
- module load cce
- module unload libsci
- module unload cray-mvapich2_nogpu
- rm .gitmodules
- cp $GITSUBMODULEPATCH .gitmodules
- git submodule update --init --recursive
- ./autogen.pl
- ./configure CC=cc FTN=ftn CXX=CC --with-ucx=no --prefix=$PWD/install_test --with-libevent=internal
- make -j 8 install
- make check
- export PATH=$PWD/install_test/bin:$PATH
- cd examples
- make
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
untracked: true
paths:
- examples
- install_test
expire_in: 1 week


test:intel:
stage: test
tags: [darwin-slurm-shared]
Expand Down Expand Up @@ -193,37 +162,3 @@ test:gnu:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
expire_in: 1 week

test:cce:
stage: test
tags: [darwin-slurm-shared]
variables:
SCHEDULER_PARAMETERS: "-pcrossroads-dev -t 4:00:00 -N 1 --ntasks-per-node=16"
dependencies:
- build:cce
needs: ["build:cce"]
script:
- pwd
- ls
- hostname
- module use --append /opt/cray/pe/modulefiles
- module avail cce
- module load cce
- module unload libsci
- module unload cray-mvapich2_nogpu
- export PATH=$PWD/install_test/bin:$PATH
- which mpirun
- cd examples
- mpirun -np 4 hostname
- mpirun -np 4 ./hello_c
- mpirun -np 4 ./ring_c
- mpirun -np 4 ./hello_mpifh
- mpirun -np 4 ./ring_mpifh
- mpirun -np 4 ./hello_usempi
- mpirun -np 4 ./ring_usempi
- mpirun -np 4 ./hello_usempif08
- mpirun -np 4 ./ring_usempif08
- mpirun -np 4 ./connectivity_c
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
expire_in: 1 week