KMR
|
State during kmr_map_ms(). More...
#include <kmr.h>
Public Attributes | |
int | dones |
int | idles |
int | kicks |
char | states [1] |
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++.