The ROme OpTimistic Simulator  3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
simulation_configuration Struct Reference

A set of configurable values used by other modules. More...

#include <init.h>

Data Fields

simtime_t termination_time
 The target termination logical time.
 
unsigned gvt_period
 The gvt period expressed in microseconds.
 
int verbosity
 The log verbosity level.
 
uint64_t prng_seed
 The seed used to initialize the pseudo random numbers.
 
bool core_binding
 If set, worker threads are bound to physical cores.
 
bool is_serial
 If set, the simulation will run on the serial runtime.
 

Detailed Description

A set of configurable values used by other modules.

Definition at line 20 of file init.h.


The documentation for this struct was generated from the following file: