Skip to content
Snippets Groups Projects
Commit 00d0c1cf authored by Lukas Werner's avatar Lukas Werner
Browse files

Update .gitlab-ci.yml

parent 7e1d17e4
Branches
No related merge requests found
Pipeline #33404 passed with stages
in 1 minute and 42 seconds
......@@ -9,9 +9,9 @@ stages:
gcc_9_mpionly:
stage: build
script:
- #module load cmake/3.11.1
- #module load openmpi/3.1.5-gcc
- #module load gcc/9.1.0
# - module load cmake/3.11.1
# - module load openmpi/3.1.5-gcc
# - module load gcc/9.1.0
- export CXX=g++
- export CC=gcc
- export NUM_CORES=$(nproc --all)
......@@ -79,10 +79,10 @@ test:
CTEST_EXCLUDE_LABELS: "longrun"
CMAKE_BUILD_TYPE: "Release"
script:
- #module load cmake/3.11.1
- #module load openmpi/3.1.5-gcc
- #module load gcc/9.1.0
- #module load slurm
# - module load cmake/3.11.1
# - module load openmpi/3.1.5-gcc
# - module load gcc/9.1.0
# - module load slurm
- export NUM_CORES=$(nproc --all)
- cd $CI_PROJECT_DIR/build/tests/core
- ctest -C $CMAKE_BUILD_TYPE --output-on-failure -j $NUM_CORES -T Test -R ReduceTest
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment