Structure holding partitions descriptions.
More...
#include <VMPI.h>
Structure holding partitions descriptions.
Definition at line 100 of file VMPI.h.
Complete command used to invoke the program.
Definition at line 107 of file VMPI.h.
int VMPI_Partition_desc::id |
Unique identifier of the partition.
Definition at line 102 of file VMPI.h.
char VMPI_Partition_desc::name[200] |
Name of the partition (could be NONE)
Definition at line 105 of file VMPI.h.
MPI_Comm VMPI_Partition_desc::partition_comm |
The communicator of the partition.
Definition at line 108 of file VMPI.h.
Program name as stated in argv[0].
Definition at line 106 of file VMPI.h.
int VMPI_Partition_desc::root_id |
Identifier of the root of the partition.
Definition at line 103 of file VMPI.h.
int VMPI_Partition_desc::size |
Number of tasks involved in the partition.
Definition at line 104 of file VMPI.h.
The documentation for this struct was generated from the following file: