Gromacs
2022.2
|
Struct for timing the region for dynamic load balancing.
Public Member Functions | |
BalanceRegion () | |
Constructor. | |
Public Attributes | |
bool | isOpen |
Are we in an open balancing region? | |
bool | isOpenOnCpu |
Is the, currently open, region still open on the CPU side? | |
bool | isOpenOnGpu |
Is the, currently open, region open on the GPU side? | |
gmx_cycles_t | cyclesOpenCpu |
Cycle count when opening the CPU region. | |
gmx_cycles_t | cyclesLastCpu |
Cycle count at the last call to ddCloseBalanceRegionCpu() | |