Skip to content
Snippets Groups Projects
Commit 02b1c2b5 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Activate MPI debug messages for initial tests

parent 75b7d33e
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,13 @@ image: iffregistry.fz-juelich.de/docker-images/centos8-intel-compilers:latest-ip
before_script:
# set +e prevents sourced scripts from aborting if single commands fail (GitLab CI sets `-e` by default)
- set +e && source compilervars.sh intel64 && set -e
#- set +e && source compilervars.sh intel64 && set -e
# set environment variables to avoind stack size issue
- export OMP_NUM_THREADS=1
- export OMP_STACKSIZE=1g
- ulimit -s unlimited
# install pip and numpy
- pip install numpy || curl -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py && pip install numpy
#- pip install numpy || curl -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py && pip install numpy
stages:
- test
......
......@@ -4,6 +4,7 @@ set -x
ulimit -s unlimited
export OMP_STACKSIZE=1G
export I_MPI_DEBUG=12
#source compiler-select intel
#export FI_PROVIDER=tcp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment