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.MpiModeMpiFacade. getMode()MpiFacade.MpiModeMpjImpl. getMode()MpiFacade.MpiModeOmpiImpl. getMode()MpiFacade.MpiModeSingleCoreImpl. getMode()static MpiFacade.MpiModeMpiFacade.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 MpiFacadeMpiInstantiator. getMpi(MpiFacade.MpiMode requestedMode, String... packageNames)Get an MPI implementation matching the givenMpiFacade.MpiMode
-