Bug#1081631: pyzoltan: FTBFS error: ‘MPI_Session’ does not name a type
Antonio Valentino
antonio.valentino at tiscali.it
Sun Sep 22 18:32:00 BST 2024
Dear Drew,
Il 16/09/24 10:26, Drew Parsons ha scritto:
> Package: python3-mpi4py
> Followup-For: Bug #1081631
>
> mpi4py is scrupulously tested. It's more likely a bug in pyzoltan.
>
I'm able to reproduce the issue with a very minimal example just
importing mpi4py in a cython file.
According to https://github.com/mpi4py/mpi4py/issues/525 this is due to
the fact that "Open MPI does not support MPI-4 yet".
I'm wondering if mpi4py should have an dependency form another MPI
implementation.
kind regards
--
Antonio Valentino
-------------- next part --------------
.PHONY: default, build, clean
PYTHON=python3
default: build
build: mpi4pytest.pyx setup.py
$(PYTHON) setup.py build_ext --inplace
clean:
$(RM) *.c *.cpp *.so
$(RM) -r build
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpi4pytest.pyx
Type: text/x-python
Size: 51 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-science-maintainers/attachments/20240922/e0e8d840/attachment-0002.py>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setup.py
Type: text/x-python
Size: 581 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-science-maintainers/attachments/20240922/e0e8d840/attachment-0003.py>
More information about the debian-science-maintainers
mailing list