Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
VMPI_Partition_desc Struct Reference

Structure holding partitions descriptions. More...

#include <VMPI.h>

Collaboration diagram for VMPI_Partition_desc:
Collaboration graph

Data Fields

int id
 Unique identifier of the partition. More...
 
int root_id
 Identifier of the root of the partition. More...
 
int size
 Number of tasks involved in the partition. More...
 
char name [200]
 Name of the partition (could be NONE) More...
 
char program_name [VMPI_PNAME_LEN]
 Program name as stated in argv[0]. More...
 
char command_line [VMPI_COMMAND_LEN]
 Complete command used to invoke the program. More...
 
MPI_Comm partition_comm
 The communicator of the partition. More...
 

Detailed Description

Structure holding partitions descriptions.

Definition at line 100 of file VMPI.h.

Field Documentation

char VMPI_Partition_desc::command_line[VMPI_COMMAND_LEN]

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.

char VMPI_Partition_desc::program_name[VMPI_PNAME_LEN]

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: