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 fa3aaa7 commit 2f3deeeCopy full SHA for 2f3deee
.travis.yml
@@ -27,6 +27,8 @@ install:
27
script:
28
- "./docs/update_apidocs.sh"
29
- which nosetests
30
+ - mpirun --version
31
+ - export MPICH_NO_LOCAL=1
32
- export PYTHONPATH=$PYTHONPATH:../../..
33
- mpirun -np 2 python pySDC/tutorial/step_7/C_pySDC_with_PETSc.py
34
# - 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
0 commit comments