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
747c1e4f
Commit
747c1e4f
authored
Jul 18, 2017
by
Theo Steininger
Browse files
removed '-vv' for mpirun -n 4 nosetests
parent
2483c4f5
Pipeline
#15065
failed with stage
in 11 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
747c1e4f
...
...
@@ -48,7 +48,7 @@ test_mpi_fftw_hdf5:
-
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 4 nosetests
-vv
-
mpiexec --allow-run-as-root -n 4 nosetests
-
nosetests -vv --with-coverage --cover-package=nifty --cover-branches
-
>
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
...
...
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