Plugin dependency is not supported
Currently in PDI
there is no order when loading plugins. This makes dependencies between plugins to have undefined behaviour, because we can't force the order (e.g. FTI plugin
uses MPI_Comm
defined in MPI plugin
).