Skip to content
GitLab
Menu
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
32a08573
Commit
32a08573
authored
Dec 29, 2017
by
Martin Reinecke
Browse files
disable OpenMP when doing MPI tests; it would just slow everything down
parent
fe4c71c3
Pipeline
#23259
passed with stage
in 4 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
32a08573
...
...
@@ -19,8 +19,8 @@ test_min:
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
nosetests
-
mpiexec --allow-run-as-root -n 4 nosetests -x
-
mpiexec --allow-run-as-root -n 4 nosetests3 -x
-
OMP_NUM_THREADS=1
mpiexec --allow-run-as-root -n 4 nosetests -x
-
OMP_NUM_THREADS=1
mpiexec --allow-run-as-root -n 4 nosetests3 -x
-
nosetests3 -x --with-coverage --cover-package=nifty2go --cover-branches
-
>
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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