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

Update .gitlab-ci.yml

parent aeb34e4b
Branches
No related merge requests found
Pipeline #33505 failed with stages
in 1 minute and 33 seconds
......@@ -8,9 +8,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)
......@@ -68,7 +68,7 @@ gcc_9_mpionly:
test:
stage: test
variables:
SUBMIT_TO_SLURM: 1
# SUBMIT_TO_SLURM: 1
SLURM_PARTITION: "work"
SLURM_TIMELIMIT: 20
SLURM_CONSTRAINT: hwperf
......@@ -77,10 +77,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)
- hostname
- echo $NUM_CORES
......
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