MPTRAC
Data Fields
mpi_info_t Struct Reference

MPI information data. More...

#include <mptrac.h>

Data Fields

int rank
 Rank of node. More...
 
int size
 Size of node. More...
 

Detailed Description

MPI information data.

This structure contains information related to MPI (Message Passing Interface), including the rank and size of the node, and additional MPI-specific data when the domain decomposition is defined.

Definition at line 3426 of file mptrac.h.

Field Documentation

◆ rank

int mpi_info_t::rank

Rank of node.

Definition at line 3428 of file mptrac.h.

◆ size

int mpi_info_t::size

Size of node.

Definition at line 3431 of file mptrac.h.


The documentation for this struct was generated from the following file: