We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06b2d2 commit 196837fCopy full SHA for 196837f
tests/runtests.sh
@@ -24,8 +24,8 @@ if [ $PY -eq 3 ]; then
24
# mpiexec -n 8 python -m coverage test_mpifft.py
25
# mpiexec -n 12 python -m coverage test_mpifft.py
26
mpiexec -n 2 python -m coverage run spectral_dns_solver.py
27
- mpiexec -n 2 python -m coverage run -m test_io
28
- mpiexec -n 4 python -m coverage run -m test_io
+ #mpiexec -n 2 python -m coverage run -m test_io
+ #mpiexec -n 4 python -m coverage run -m test_io
29
mpiexec -n 2 python -m coverage run -m test_darray
30
mpiexec -n 4 python -m coverage run -m test_darray
31
0 commit comments