Yet Another eXchange Tool 0.11.3
Loading...
Searching...
No Matches
Functions
xt_request_msgs_internal.h File Reference

internal interfaces for xt_request_msgs More...

#include <mpi.h>
#include "xt/xt_config.h"
#include "xt/xt_request.h"
#include "core/ppm_visibility.h"
Include dependency graph for xt_request_msgs_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

PPM_DSO_INTERNAL Xt_request xt_request_msgs_alloc (int n, MPI_Comm comm, Xt_config config)
 
PPM_DSO_INTERNAL MPI_Request * xt_request_msgs_get_req_ptr (Xt_request request)
 

Detailed Description

internal interfaces for xt_request_msgs

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_internal.h.

Function Documentation

◆ xt_request_msgs_alloc()

PPM_DSO_INTERNAL Xt_request xt_request_msgs_alloc ( int n,
MPI_Comm comm,
Xt_config config )
Parameters
nnumber of requests that can be stored
commcommunicator to use for error handling
configcustom configuration object handle
Returns
Xt_request_msgs object ready for n MPI requests

Definition at line 100 of file xt_request_msgs.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ xt_request_msgs_get_req_ptr()

PPM_DSO_INTERNAL MPI_Request * xt_request_msgs_get_req_ptr ( Xt_request request)
Parameters
requestxt_request_msgs object
Returns
Pointer to first element of MPI_Request array for requests stored in request object

Definition at line 144 of file xt_request_msgs.c.

Here is the caller graph for this function: