Uses of Interface
de.dlr.gitlab.fame.mpi.MpiRequestFacade
-
Packages that use MpiRequestFacade Package Description de.dlr.gitlab.fame.mpi -
-
Uses of MpiRequestFacade in de.dlr.gitlab.fame.mpi
Classes in de.dlr.gitlab.fame.mpi that implement MpiRequestFacade Modifier and Type Class Description classMpjRequestclassOmpiRequestFacade to OpenMPI RequestsMethods in de.dlr.gitlab.fame.mpi that return MpiRequestFacade Modifier and Type Method Description MpiRequestFacadeMpiFacade. iSendBytesTo(byte[] data, int target, int tag)Sends an array of Bytes to the specified target process with given tag;
This method does not block, i.e. returns immediately after dispatching the data, not confirming its receival.MpiRequestFacadeSingleCoreImpl. iSendBytesTo(byte[] data, int target, int tag)
-