Implements the Ideal Simulation Protocol, described in the paper "Performance Evaluation of Conservative Algoritms in Parallel Simulation Languages" by Bagrodia et al. More...
#include <cidealsimulationprot.h>
Public Member Functions | |
cIdealSimulationProtocol () | |
virtual | ~cIdealSimulationProtocol () |
virtual void | startRun () |
virtual void | endRun () |
virtual cMessage * | getNextEvent () |
Implements the Ideal Simulation Protocol, described in the paper "Performance Evaluation of Conservative Algoritms in Parallel Simulation Languages" by Bagrodia et al.
This is not a real synchronization protocol, but rather a research tool to measure efficiency of other synchonization protocols like the null message algorithm.