File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Pytest POCL:
2626 script :
2727 - export PY_EXE=python3
2828 - export PYOPENCL_TEST=portable:pthread
29- - export EXTRA_INSTALL="pybind11 numpy mako"
29+ - export EXTRA_INSTALL="pybind11 numpy mako mpi4py "
3030 - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
3131 - " . ./build-and-test-py-project.sh"
3232 tags :
@@ -43,7 +43,7 @@ Pytest Titan V:
4343 script :
4444 - py_version=3
4545 - export PYOPENCL_TEST=nvi:titan
46- - EXTRA_INSTALL="pybind11 numpy mako"
46+ - EXTRA_INSTALL="pybind11 numpy mako mpi4py "
4747 - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
4848 - " . ./build-and-test-py-project.sh"
4949 tags :
Original file line number Diff line number Diff line change 22sympy
33pyrsistent
44pyvkfft
5+
6+ # used in mpi-based tests
7+ platformdirs
8+
59git+https://github.com/inducer/pytools.git#egg=pytools
610git+https://github.com/inducer/pymbolic.git#egg=pymbolic
711git+https://github.com/inducer/islpy.git#egg=islpy
You can’t perform that action at this time.
0 commit comments