Skip to content
Snippets Groups Projects
Commit 8584dcbc authored by Martin Reinecke's avatar Martin Reinecke
Browse files

experiment

parent 83b0908b
Branches
Tags
No related merge requests found
Pipeline #
......@@ -18,10 +18,9 @@ test_min:
script:
- pip install --user .
- nosetests -q --with-coverage --cover-package=nifty4 --cover-branches
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q --with-coverage --cover-package=nifty4 --cover-branches
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q
- pip3 install --user .
- nosetests3 -q
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q
- coverage report
- >
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }' || true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment