Skip to content

Commit 409ce31

Browse files
committed
Merge remote-tracking branch 'cels/dev' into dev
2 parents d60c92a + 745b81d commit 409ce31

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,15 @@ intel-mpich:
4444
CXX: mpicxx
4545
before_script:
4646
- module load mpich/3.4.2-intel
47-
- module load intel/20.2
47+
- module load intel/20.4
4848

4949
intel-mpich-hdf5:
5050
extends: .basic_job
5151
variables:
52-
CMAKE_ARG: "-DFTK_USE_MPI=ON -DFTK_USE_HDF5=ON -DFTK_HDF5_DIR=/nfs/gce/software/custom/linux-ubuntu18.04-x86_64/hdf5/1.12.1-mpich-3.4.2-intel-parallel-fortran"
52+
CMAKE_ARG: "-DFTK_USE_MPI=ON -DFTK_USE_HDF5=ON -DFTK_HDF5_DIR=/nfs/gce/software/custom/linux-ubuntu20.04-x86_64/hdf5/hdf5-1.12.1-mpich-3.4.2-parallel-fortran"
5353
CC: mpicc
5454
CXX: mpicxx
5555
before_script:
56-
- module load hdf5/1.12.1-mpich-3.4.2-intel-parallel-fortran
5756
- module load mpich/3.4.2-intel
5857
- module load intel/20.4
5958

@@ -62,7 +61,7 @@ cuda-compile-only:
6261
variables:
6362
CMAKE_ARG: "-DFTK_USE_CUDA=ON"
6463
before_script:
65-
- export PATH=/nfs/gce/software/custom/linux-ubuntu18.04-x86_64/cuda/10.2/bin:$PATH
64+
- export PATH=/nfs/gce/projects/PEDAL-GCE/hguo/ci/cuda-11.6/bin:$PATH
6665

6766
python3-setup-build-only:
6867
before_script:
@@ -82,30 +81,29 @@ python3:
8281
intel-tbb:
8382
extends: .basic_job
8483
variables:
85-
CMAKE_ARG: "-DFTK_USE_TBB=ON -DTBB_ROOT=/nfs/gce/software/custom/linux-ubuntu18.04-x86_64/intel/20.2/tbb"
84+
CMAKE_ARG: "-DFTK_USE_TBB=ON -DTBB_ROOT=/nfs/gce/software/custom/linux-ubuntu20.4-x86_64/intel/20.4/tbb"
8685
before_script:
8786
- module load intel/20.4
8887

8988
intel-mpich-tbb:
9089
extends: .basic_job
9190
variables:
92-
CMAKE_ARG: "-DFTK_USE_MPI=ON -DFTK_USE_TBB=ON -DTBB_ROOT=/nfs/gce/software/custom/linux-ubuntu18.04-x86_64/intel/20.2/tbb"
91+
CMAKE_ARG: "-DFTK_USE_MPI=ON -DFTK_USE_TBB=ON -DTBB_ROOT=/nfs/gce/software/custom/linux-ubuntu20.04-x86_64/intel/20.4/tbb"
9392
CC: mpicc
9493
CXX: mpicxx
9594
before_script:
9695
- module load mpich/3.4.2-intel
97-
- module load intel/20.2
96+
- module load intel/20.4
9897

9998
intel-mpich-hdf5-tbb:
10099
extends: .basic_job
101100
variables:
102-
CMAKE_ARG: "-DFTK_USE_MPI=ON -DFTK_USE_HDF5=ON -DFTK_HDF5_DIR=/nfs/gce/software/custom/linux-ubuntu18.04-x86_64/hdf5/1.12.1-mpich-3.4.2-intel-parallel-fortran -DFTK_USE_TBB=ON -DTBB_ROOT=/nfs/gce/software/custom/linux-ubuntu18.04-x86_64/intel/20.2/tbb"
101+
CMAKE_ARG: "-DFTK_USE_MPI=ON -DFTK_USE_HDF5=ON -DFTK_HDF5_DIR=/nfs/gce/software/custom/linux-ubuntu20.04-x86_64/hdf5/hdf5-1.12.1-mpich-3.4.2-parallel-fortran -DFTK_USE_TBB=ON -DTBB_ROOT=/nfs/gce/software/custom/linux-ubuntu20.04-x86_64/intel/20.4/tbb"
103102
CC: mpicc
104103
CXX: mpicxx
105104
before_script:
106-
- module load hdf5/1.12.1-mpich-3.4.2-intel-parallel-fortran
107105
- module load mpich/3.4.2-intel
108-
- module load intel/20.2
106+
- module load intel/20.4
109107

110108
vtk:
111109
extends: .basic_job
@@ -114,8 +112,6 @@ vtk:
114112

115113
paraview:
116114
extends: .basic_job
117-
before_script:
118-
- module load cmake/3.20.5-yjp2hz6
119115
variables:
120116
CMAKE_ARG: "-DFTK_BUILD_PARAVIEW=ON -DParaView_DIR=/nfs/gce/projects/PEDAL-GCE/hguo/ci/paraview-5.9.1/lib/cmake/paraview-5.9"
121117

0 commit comments

Comments
 (0)