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
Neel Shah
NIFTy
Commits
8782e4d2
Commit
8782e4d2
authored
Feb 01, 2018
by
Martin Reinecke
Browse files
try to work around HDF5 bugs
parent
e8dc8448
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8782e4d2
...
...
@@ -37,6 +37,10 @@ test_mpi_fftw:
-
ci/install_pyfftw.sh
-
nosetests -vv
-
nosetests3 -vv
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 2 nosetests -x
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -x
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 2 nosetests3 -x
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -x
test_mpi_fftw_hdf5
:
stage
:
test
...
...
@@ -46,10 +50,10 @@ test_mpi_fftw_hdf5:
-
ci/install_h5py.sh
-
nosetests -vv
-
nosetests3 -vv
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 2 nosetests -x
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -x
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 2 nosetests3 -x
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -x
#
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 2 nosetests -x
#
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -x
#
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 2 nosetests3 -x
#
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -x
-
nosetests -x --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