Skip to content
Snippets Groups Projects
Commit 897d02d9 authored by Aron Helser's avatar Aron Helser
Browse files

Fix type mismatch for MPI_Datatype with OpenMPI

MPICH uses an `int` for MPI_Datatype, but OpenMPI uses a pointer.
Change the stand-in type in the VTK api so that it can accept either,
and detect the type using a template so we can do the appropriate cast.
parent ab949370
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment