Package de.dlr.gitlab.fame.mpi
Interface MpiRequestFacade
-
- All Known Implementing Classes:
MpjRequest
,OmpiRequest
public interface MpiRequestFacade
Simple interface for MPI Requests- Author:
- Christoph Schimeczek, Achraf El Ghazi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
waitForCompletion()
returns when MPI data transfer associated with this request has finished
-