Skip to content

Fix for building mpi4py on Windows with msmpi

David Gobbi requested to merge dgobbi/vtk:mpi4py-4.0.1-fix into master

For mpi4py to work correctly with msmpi, it is necessary to define MSMPI_VER when mpi4py.MPI is compiled.

This MR adds the following internal variable to the cache (e.g. for msmpi 10.1, 0xa01):

//Hexadecimal msmpi version (with 0x) for mpi4py
VTK_MPI4PY_MSMPI_VER:INTERNAL=0xa01

See third-party/mpi4py!6 (merged).

Backport: release

Edited by David Gobbi

Merge request reports

Loading