mpi4py.MPI.get_vendor¶
- mpi4py.MPI.get_vendor()¶
Infomation about the underlying MPI implementation
- Returns
a string with the name of the MPI implementation
an integer 3-tuple version
(major, minor, micro)
- Return type
Tuple[str, Tuple[int, int, int]]