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

Update .gitlab-ci.yml

parent a0f5c592
Branches
No related merge requests found
Pipeline #32336 failed with stages
in 0 seconds
......@@ -4,7 +4,7 @@
## ##
###############################################################################
variables:
AUTH_USER: yw25ynew
AUTH_USER: iwia023h
stages:
- build
......@@ -18,6 +18,9 @@ stages:
.build_template:
script:
- module load cmake/3.11.1
- module load openmpi/3.1.5-gcc
- module load gcc/9.1.0
- export NUM_CORES=$(nproc --all)
- export MAX_BUILD_CORES=$(( $(awk '( $1 == "MemTotal:" ) { print $2 }' /proc/meminfo) / ( 4 * 1024 * 1024 ) ))
- "[[ $MAX_BUILD_CORES -lt $NUM_CORES ]] && export NUM_BUILD_CORES=$MAX_BUILD_CORES || export NUM_BUILD_CORES=$NUM_CORES"
......@@ -65,7 +68,7 @@ stages:
WALBERLA_BUILD_WITH_PARMETIS: "ON"
WALBERLA_ENABLE_GUI: "OFF"
tags:
- i10staff22
- testfront
###############################################################################
......@@ -104,4 +107,4 @@ test:
CTEST_EXCLUDE_LABELS: "longrun"
CMAKE_BUILD_TYPE: "Release"
tags:
- i10staff22
- testfront
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