Skip to content

Commit 4ad3d28

Browse files
committed
Add some package dependencies of MPI-based tests
1 parent 49ff8ae commit 4ad3d28

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ numpy
22
sympy
33
pyrsistent
44
pyvkfft
5+
6+
# used in mpi-based tests
7+
platformdirs
8+
59
git+https://github.com/inducer/pytools.git#egg=pytools
610
git+https://github.com/inducer/pymbolic.git#egg=pymbolic
711
git+https://github.com/inducer/islpy.git#egg=islpy

0 commit comments

Comments
 (0)