Skip to content
Snippets Groups Projects
Commit e69fe85d authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'mpi4py-run-for-mpi-cis' into 'master'

Add PY_EXTRA_FLAGS="-m mpi4py.run" to help avoid stuck MPI-based CIs

See merge request inducer/grudge!23
parents 582be41a cec6fa85
Branches
Tags
No related merge requests found
...@@ -47,6 +47,10 @@ Python 3.6 POCL MPI: ...@@ -47,6 +47,10 @@ Python 3.6 POCL MPI:
- export PYOPENCL_TEST=portable - export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="numpy mako mpi4py pymetis" - export EXTRA_INSTALL="numpy mako mpi4py pymetis"
- export PYTEST_ADDOPTS="-k mpi" - export PYTEST_ADDOPTS="-k mpi"
# https://mpi4py.readthedocs.io/en/stable/mpi4py.run.html
- export PY_EXTRA_FLAGS="-m mpi4py.run"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh" - ". ./build-and-test-py-project.sh"
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment