![]() |
The ROme OpTimistic Simulator
2.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
Data Fields | |
| enum capability_t | capability |
| union { | |
| const char * output_dir | |
| Destination Directory of output files. | |
| int scheduler | |
| Which scheduler to be used. | |
| int gvt_time_period | |
| Wall-Clock time to wait before executiong GVT operations. | |
| int simulation_time | |
| Wall-clock-time based termination predicate. | |
| int lps_distribution | |
| Policy for the LP to Kernel mapping. | |
| int state_saving | |
| Type of checkpointing mode (Synchronous, Semi-Asyncronous, ...) | |
| int checkpointing | |
| Type of checkpointing scheme (e.g., PSS, CSS, ...) | |
| int ckpt_period | |
| Number of events to execute before taking a snapshot in PSS (ignored otherwise) | |
| int termination_mode | |
| Check termination strategy: standard or incremental. | |
| int verbose | |
| Kernel verbose. | |
| int stats | |
| Produce performance statistic file (default STATS_ALL) | |
| int lps | |
| Number of active logical processes. | |
| uint64_t seed | |
| The master seed to be used in this run. | |
| }; | |
Definition at line 279 of file ROOT-Sim.h.