12#ifndef SST_CORE_HEARTBEAT_H
13#define SST_CORE_HEARTBEAT_H
15#include "sst/core/action.h"
16#include "sst/core/config.h"
17#include "sst/core/cputimer.h"
18#include "sst/core/output.h"
19#include "sst/core/sst_types.h"
20#include "sst/core/timeConverter.h"
Class to contain SST Simulation Configuration variables.
Definition config.h:52
This class is basically a wrapper for objects to declare the order in which their members should be s...
Definition serializer.h:43
Main control class for a SST Simulation.
Definition simulation.h:121
An optional heartbeat to show progress in a simulation.
Definition heartbeat.h:34
SimulatorHeartbeat(Config *cfg, int this_rank, Simulation *sim, TimeConverter period)
Create a new heartbeat object for the simulation core to show progress.
void execute() override
Function which will be called when the time for this Activity comes to pass.
Definition heartbeat.cc:56
A class to convert between a component's view of time and the core's view of time.
Definition timeConverter.h:31