SIONlib  1.7.7
Scalable I/O library for parallel access to task-local files
Data Fields
_test_communicators_struct Struct Reference

Data Fields

MPI_Comm all
 
MPI_Comm work
 
MPI_Comm workread
 
MPI_Comm local
 
int all_size
 
int all_rank
 
int work_size
 
int work_rank
 
int workread_size
 
int workread_rank
 
int local_size
 
int local_rank
 
int file_number
 
int ionode_number
 

Detailed Description

Definition at line 25 of file ompi_partest.h.

Field Documentation

◆ all

MPI_Comm _test_communicators_struct::all

all tasks in mpi program

Definition at line 26 of file ompi_partest.h.

◆ local

MPI_Comm _test_communicators_struct::local

tasks which should work on the same file

Definition at line 29 of file ompi_partest.h.

◆ work

MPI_Comm _test_communicators_struct::work

all working tasks, e.g. if bluegene_np is used

Definition at line 27 of file ompi_partest.h.

◆ workread

MPI_Comm _test_communicators_struct::workread

all working tasks, shifted by read_task_offset, e.g. if bluegene_np is used

Definition at line 28 of file ompi_partest.h.


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