WARNING This documentation is a work in progress and does not reflect the full MPI plugin potential.
MPI plugin defines 2 types in PDI:
MPI plugin exposes several metadata that correspond with mpi library.
All above metadata are available from PDI_init call to PDI_finalize call.
At the yaml tree root plugin is a map that contains the following keys:
| key | value |
|---|---|
| "logging" (optional) | a logging |
| "transtype" (optional) | a transtype map |
A transtype map can be used to transtype between C and Fortran MPI communicators. It is a mapping that in key has the name of data with communicator to transtype and in value the name of data where to write transtyped communicator.
Example: