Skip to content

Use MPI_Datatype as vtkMPICommunicator method param, fix TestAny bug

Use MPI_Datatype directly for dynamic type NoBlockSend, so differences in the type between OpenMPI and MPICH are handled.

Fix a bug in vtkMPICommunicator::Test* and vtkMPICommunicator::Wait* calls that didn't update the Request handles after the call was complete.

Merge request reports