SpECTRE
v2024.09.29
|
Wraps a size_t representing the global core number. More...
#include <MockDistributedObject.hpp>
Public Attributes | |
size_t | value |
Wraps a size_t representing the global core number.
The global core number is unique for each core, even if the cores are on different nodes. For example, if there are 3 nodes with 2 cores each, the global core number goes from 0 through 5 to label each of the 6 cores, and no two cores have the same global core number.