SHORE API
|
Stores an enumerated ID for each thread number/process rank combination. More...
Static Public Member Functions | |
static int | id () |
static std::string | info () |
static std::string | label () |
Stores an enumerated ID for each thread number/process rank combination.
Enumeration starts with process ranks and proceeds with thread number, i.e. p1t1=0, p2t1, ..., pNt1, p1t2, p2t2, ... The ID of the root thread of a process always equals the process rank.