#include <vcom.h>
Public Attributes | |
int | mpi_rank |
Local PE rank from MPI. | |
int | mpi_size |
Total number of PEs in this communicator from MPI. | |
int | type |
Communication type. 0 = not initialized 1 = Message Passing Interface 1.1. | |
int | error |
note if any error has occurred on this vcom device | |
void * | core |
Private MPI core. |
int sVcom::mpi_rank |
Local PE rank from MPI.
int sVcom::mpi_size |
Total number of PEs in this communicator from MPI.
int sVcom::type |
Communication type.
0 = not initialized
1 = Message Passing Interface 1.1.
int sVcom::error |
note if any error has occurred on this vcom device
void* sVcom::core |
Private MPI core.