Yet Another eXchange Tool  0.9.0
Functions
xt_request_msgs.h File Reference
#include <mpi.h>
#include "xt/xt_request.h"
Include dependency graph for xt_request_msgs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Xt_request xt_request_msgs_new (int n, const MPI_Request requests[n], MPI_Comm comm)
 

Detailed Description

Author
Jörg Behrens behre.nosp@m.ns@d.nosp@m.krz.d.nosp@m.e Moritz Hanke hanke.nosp@m.@dkr.nosp@m.z.de Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de

Definition in file xt_request_msgs.h.

Function Documentation

◆ xt_request_msgs_new()

Xt_request xt_request_msgs_new ( int  n,
const MPI_Request  requests[n],
MPI_Comm  comm 
)

constructor for message request handle

Parameters
[in]nnumber of entries in requests
[in]requestsarray containg MPI requests
[in]commMPI communicator
Remarks
ownership of the MPI requests is passed to the Xt_request object, however the caller remains the owner of the requests array
Examples
test_request_parallel.c.
Here is the caller graph for this function: