Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
9928939d
Commit
9928939d
authored
May 03, 2018
by
Martin Reinecke
Browse files
switch off OpenMP altogether
parent
c3e73418
Pipeline
#28555
canceled with stages
in 32 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9928939d
...
...
@@ -2,6 +2,7 @@ image: $CONTAINER_TEST_IMAGE
variables
:
CONTAINER_TEST_IMAGE
:
gitlab-registry.mpcdf.mpg.de/ift/nifty:$CI_BUILD_REF_NAME
OMP_NUM_THREADS
:
1
stages
:
-
build_docker
...
...
@@ -46,13 +47,13 @@ test_python2_mpi:
stage
:
test
script
:
-
python setup.py install --user -f
-
OMP_NUM_THREADS=1
mpiexec -n 2 nosetests -q 2> /dev/null
-
mpiexec -n 2 nosetests -q 2> /dev/null
test_python3_mpi
:
stage
:
test
script
:
-
python3 setup.py install --user -f
-
OMP_NUM_THREADS=1
mpiexec -n 2 nosetests3 -q 2> /dev/null
-
mpiexec -n 2 nosetests3 -q 2> /dev/null
pages
:
stage
:
release
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment