Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets an APC callback to be invoked on the calling thread when the request completes.
Syntax
int MPIAPI MSMPI_Request_set_apc(
MPI_Request request,
_In_ MSMPI_Request_callback *callback_fn,
_In_ MPI_Status *callback_status
);
Parameters
request
Communication request.callback_fn [in]
APC callback function.callback_status [in]
MPI status to pass to callback.
Return value
Returns MPI_SUCCESS on success. Otherwise, the return value is an error code.
Requirements
Product |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package or HPC Pack 2008 Client Utilities |
Header |
Mpi.h |
Library |
Msmpi.lib |
DLL |
Msmpi.dll |