Skip to content

Commit 4eaf541

Browse files
committed
debugging.......
1 parent 2f3deee commit 4eaf541

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ install:
2727
script:
2828
- "./docs/update_apidocs.sh"
2929
- which nosetests
30-
- mpirun --version
3130
- export MPICH_NO_LOCAL=1
3231
- export PYTHONPATH=$PYTHONPATH:../../..
33-
- mpirun -np 2 python pySDC/tutorial/step_7/C_pySDC_with_PETSc.py
32+
- mpirun -np 4 python pySDC/tutorial/step_7/C_pySDC_with_PETSc.py 2
3433
# - nosetests -v --with-coverage --cover-erase --cover-inclusive --cover-package=pySDC/core,pySDC/implementations,pySDC/helpers,pySDC/tutorial,pySDC/projects --cover-html --cover-html-dir=doc/build/test_coverage pySDC/tests
3534
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx build; fi
3635

0 commit comments

Comments
 (0)