mirror of
https://github.com/boostorg/mpi.git
synced 2026-02-24 16:12:16 +00:00
According to: http://mpi-forum.org/docs/mpi-3.1/mpi31-report.pdf input data on Scatter should be passed as a pointer to const. Open MPI miss that const which invalidate the implicit conversion.