#include <ParGraph.hpp>
Public Member Functions | |
MPI_Comm | comm () const |
size_t | rank () const |
size_t | size () const |
Friends | |
void | ParGraph_init (int &, char **&) |
Initialization of ParGraph (using MPI_COMM_WORLD). | |
void | ParGraph_init (int &, char **&, MPI_Comm &) |
Initialization of ParGraph using define MPI communicator. | |
void | ParGraph_common_init () |
void | ParGraph_finalize () |
Termination of ParGraph. | |
void | _pg_mpi_reduce_op_wrapper (void *, void *, int *, MPI_Datatype *) |
template<class A> A | PG_Reduce (A, void(*op)(void *, void *)) |
Definition at line 43 of file ParGraph.hpp.
|
Termination of ParGraph.
Definition at line 43 of file ParGraph.cpp. |
|
Initialization of ParGraph using define MPI communicator.
Definition at line 34 of file ParGraph.cpp. |
|
Initialization of ParGraph (using MPI_COMM_WORLD).
Definition at line 19 of file ParGraph.cpp. |