16#include <Comm_Group_MPI.h>
17#include <Comm_Group.h>
18#include <IJK_communications.h>
21void envoyer_recevoir(
const void *send_buf,
int send_buf_size,
int send_proc,
void *recv_buf,
int recv_buf_size,
int recv_proc)
27 if (send_proc == -1 && recv_proc == -1)
return;
28 Cerr <<
"Error in envoyer_recevoir: non empty message and not Comm_Group_MPI" << finl;
32 grpmpi.ptop_send_recv(send_buf, send_buf_size, send_proc, recv_buf, recv_buf_size, recv_proc);
: Class Comm_Group_MPI, derived from the abstract class Comm_Group.
: This class describes a group of processors on which
static const Comm_Group & current_group()
Returns a reference to the current active processor group.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.