KMR
|
Segment Reading Information of Each Rank. More...
Public Attributes | |
int | color |
_Bool | digesting |
_Bool | head |
_Bool | ingesting |
ino_t | ino |
int | iogroup |
long | offset |
int | rank |
off_t | reads |
off_t | size |
int | stripe |
Segment Reading Information of Each Rank.
Entries are stored in an array of a group of ranks who participate in the same collective read. An entry is associated to RANK. COLOR is a given color value (COLOR!=-1). IOGROUP is an I/O-group of a rank. INO and SIZE are about a file. READS is an amount of a read. OFFSET holds a byte offset of a read. STRIPE holds an index in a stripe, where STRIPE=-1 when a rank does not perform reads. INGESTING and DIGESTING indicates what a rank performs. HEAD is true on a rank which is the minimum in the same color and performs reads. A head rank prints diagnostics/debugging messages.
Definition at line 64 of file kmrfiles.c.