Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
8af5299c
Commit
8af5299c
authored
Aug 29, 2018
by
Philipp Arras
Browse files
Merge branch 'get_rid_of_mpierrors' into 'NIFTy_5'
Get rid of MPI error messages See merge request ift/nifty-dev!97
parents
77335eae
885ef633
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8af5299c
...
@@ -36,8 +36,10 @@ build_docker_from_cache:
...
@@ -36,8 +36,10 @@ build_docker_from_cache:
test_python2_with_coverage
:
test_python2_with_coverage
:
stage
:
test
stage
:
test
variables
:
OMPI_MCA_btl_vader_single_copy_mechanism
:
none
script
:
script
:
-
mpiexec -n 2 --bind-to none pytest -q test
2> /dev/null
-
mpiexec -n 2 --bind-to none pytest -q test
-
pytest -q --cov=nifty5 test
-
pytest -q --cov=nifty5 test
-
>
-
>
python -m coverage report --omit "*plotting*,*distributed_do*"
python -m coverage report --omit "*plotting*,*distributed_do*"
...
@@ -46,9 +48,11 @@ test_python2_with_coverage:
...
@@ -46,9 +48,11 @@ test_python2_with_coverage:
test_python3
:
test_python3
:
stage
:
test
stage
:
test
variables
:
OMPI_MCA_btl_vader_single_copy_mechanism
:
none
script
:
script
:
-
pytest-3 -q
-
pytest-3 -q
-
mpiexec -n 2 --bind-to none pytest-3 -q
2> /dev/null
-
mpiexec -n 2 --bind-to none pytest-3 -q
pages
:
pages
:
stage
:
release
stage
:
release
...
...
Write
Preview
Markdown
is supported
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