Uses of Class
de.dlr.gitlab.fame.mpi.MpiFacade.MpiMode
-
Packages that use MpiFacade.MpiMode Package Description de.dlr.gitlab.fame.mpi -
-
Uses of MpiFacade.MpiMode in de.dlr.gitlab.fame.mpi
Methods in de.dlr.gitlab.fame.mpi that return MpiFacade.MpiMode Modifier and Type Method Description MpiFacade.MpiMode
MpiFacade. getMode()
MpiFacade.MpiMode
MpjImpl. getMode()
MpiFacade.MpiMode
OmpiImpl. getMode()
MpiFacade.MpiMode
SingleCoreImpl. getMode()
static MpiFacade.MpiMode
MpiFacade.MpiMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MpiFacade.MpiMode[]
MpiFacade.MpiMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.dlr.gitlab.fame.mpi with parameters of type MpiFacade.MpiMode Modifier and Type Method Description static MpiFacade
MpiInstantiator. getMpi(MpiFacade.MpiMode requestedMode, String... packageNames)
Get an MPI implementation matching the givenMpiFacade.MpiMode
-