Skip to main content

getTimeVortexMaxDepth

uint64_t getTimeVortexMaxDepth() const;

Returns the maximum depth of the TimeVortex (event queue) on the current rank/thread. Each thread has its own TimeVortex.

Parameters

  • returns The maximum size of the TimeVortex

Example

uint64_t local_max_depth = getTimeVortexMaxDepth();
#include <sst/core/realtimeAction.h>