|
PaCO++
0.05
|
#include <paco_mpi.h>


Public Member Functions | |
| int | paco_barrier () |
| int | paco_bcast (void *buf, int count, int root) |
| paco_mpi (void *group) | |
| int | paco_rank (int *rank) |
| virtual | ~paco_mpi () |
Protected Attributes | |
| MPI_Comm | my_group_id |
Definition at line 7 of file paco_mpi.h.
| paco_mpi::paco_mpi | ( | void * | group | ) |
Definition at line 5 of file paco_mpi.cc.
References my_group_id.
Referenced by paco_mpi_fabrique::paco_create().
|
virtual |
Definition at line 10 of file paco_mpi.cc.
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 18 of file paco_mpi.h.
Referenced by paco_barrier(), paco_bcast(), paco_mpi(), and paco_rank().