KMR
Public Attributes | List of all members
kmr_map_ms_state Struct Reference

State during kmr_map_ms(). More...

#include <kmr.h>

Public Attributes

int dones
 
int idles
 
int kicks
 
char states [1]
 

Detailed Description

State during kmr_map_ms().

It is kept in a key-value stream only during kmr_map_ms() on rank0. (IT SHOULD BE INCLUDED IN THE STATE OF kmr_save_kvs() AND kmr_restore_kvs(), BUT NOT YET). IDLES is the count of ranks waiting for finish, KICKS is the count of jobs started, and DONES is the count of jobs finished. Flexible-array member is avoided for C++.

Definition at line 453 of file kmr.h.


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