wrench::WorkloadTraceFileReplayerEventReceiver

class wrench::WorkloadTraceFileReplayerEventReceiver : public wrench::ExecutionController

A WMS that only submits a single job to a given batch service, which is used to implement batch workload replay.

Public Functions

inline WorkloadTraceFileReplayerEventReceiver(std::string hostname, std::shared_ptr<JobManager> job_manager)

Constructor.

Parameters
  • hostname – the name of the host on which the “one job” WMS will run

  • job_manager – A JobManager with which to interact

virtual int main() override

main method of the WorkloadTraceFileReplayerEventReceiver daemon

Returns

0 on success