Skip to content

Commit 2010b4d

Browse files
committed
Merge remote-tracking branch 'cels/dev'
2 parents 49a4fab + adcde58 commit 2010b4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variables:
1717
- ctest -VV
1818

1919
tags:
20-
- shared_ssh
20+
- "20.04"
2121

2222
no-dependencies:
2323
extends: .basic_job
@@ -30,7 +30,7 @@ netcdf:
3030
adios2-mpich-gnu:
3131
extends: .basic_job
3232
variables:
33-
CMAKE_ARG: "-DFTK_USE_MPI=ON -DFTK_USE_ADIOS2=ON -DADIOS2_DIR=/nfs/gce/projects/PEDAL-GCE/hguo/ci/adios2-2.7.1-mpich-3.4.2-gnu/lib/cmake/adios2"
33+
CMAKE_ARG: "-DFTK_USE_MPI=ON -DFTK_USE_ADIOS2=ON -DADIOS2_DIR=/nfs/gce/projects/PEDAL-GCE/hguo/ci/adios2-2.7.1/lib/cmake/adios2"
3434
CC: mpicc
3535
CXX: mpicxx
3636
before_script:
@@ -68,8 +68,6 @@ python3-setup-build-only:
6868
- module load anaconda3/2021.05
6969
script:
7070
- python setup.py build
71-
tags:
72-
- shared_ssh
7371

7472
python3:
7573
extends: .basic_job

0 commit comments

Comments
 (0)