Skip to content

Commit 196837f

Browse files
committed
Do not run test_io in parallel
1 parent a06b2d2 commit 196837f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/runtests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ if [ $PY -eq 3 ]; then
2424
# mpiexec -n 8 python -m coverage test_mpifft.py
2525
# mpiexec -n 12 python -m coverage test_mpifft.py
2626
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
27+
#mpiexec -n 2 python -m coverage run -m test_io
28+
#mpiexec -n 4 python -m coverage run -m test_io
2929
mpiexec -n 2 python -m coverage run -m test_darray
3030
mpiexec -n 4 python -m coverage run -m test_darray
3131

0 commit comments

Comments
 (0)