mpi4py.MPI.get_vendor

mpi4py.MPI.get_vendor()

Information about the underlying MPI implementation.

Returns:

  • string with the name of the MPI implementation.

  • integer 3-tuple version number (major, minor, micro).

Return type:

tuple[str, tuple[int, int, int]]