ECP-VELOC Components
User documentation for all components
Functions
spath_mpi.h File Reference

Go to the source code of this file.

Functions

int spath_sendrecv (const spath *send_path, int send_rank, spath *recv_path, int recv_rank, MPI_Comm comm)
 
int spath_bcast (spath *path, int root, MPI_Comm comm)
 

Function Documentation

◆ spath_bcast()

int spath_bcast ( spath *  path,
int  root,
MPI_Comm  comm 
)

broadcast path, path should be from spath_new() on non-roots

◆ spath_sendrecv()

int spath_sendrecv ( const spath *  send_path,
int  send_rank,
spath *  recv_path,
int  recv_rank,
MPI_Comm  comm 
)

send/recv path, recv_path should be from spath_new()