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
d475ed86
Commit
d475ed86
authored
Jul 18, 2017
by
Theo Steininger
Browse files
Added another MPI-test (-n 5)
parent
7ae27a71
Pipeline
#15053
canceled with stage
in 22 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d475ed86
...
...
@@ -37,7 +37,7 @@ test_mpi_fftw:
-
ci/install_mpi4py.sh
-
ci/install_pyfftw.sh
-
python setup.py build_ext --inplace
-
mpiexec --allow-run-as-root -n 2
nosetests -vv
-
nosetests -vv
test_mpi_fftw_hdf5
:
stage
:
test
...
...
@@ -47,6 +47,8 @@ test_mpi_fftw_hdf5:
-
ci/install_pyfftw.sh
-
ci/install_h5py.sh
-
python setup.py build_ext --inplace
-
mpiexec --allow-run-as-root -n 2 nosetests -vv
-
mpiexec --allow-run-as-root -n 5 nosetests -vv
-
nosetests -vv --with-coverage --cover-package=nifty --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