Yet Another eXchange Tool 0.11.3
|
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"
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) |
internal interfaces for xt_request_msgs
Definition in file xt_request_msgs_internal.h.
PPM_DSO_INTERNAL Xt_request xt_request_msgs_alloc | ( | int | n, |
MPI_Comm | comm, | ||
Xt_config | config ) |
n | number of requests that can be stored |
comm | communicator to use for error handling |
config | custom configuration object handle |
Definition at line 100 of file xt_request_msgs.c.
PPM_DSO_INTERNAL MPI_Request * xt_request_msgs_get_req_ptr | ( | Xt_request | request | ) |
request | xt_request_msgs object |
Definition at line 144 of file xt_request_msgs.c.