Charades
|
Contains setup routines called from main to initialize, run, and terminate a simulation. More...
Go to the source code of this file.
Functions | |
void | tw_init (int argc, char **argv) |
Parses commandline arguments and initializes the simulator. | |
void | tw_create_simulation (LPFactory *factory, LPMapper *mapper) |
Creates simulation components based on desired mapping. | |
void | tw_create_simulation (LPFactory *factory) |
Creates simulation components using default mapping. | |
void | tw_run () |
Intializes LPs then runs simulation to completion. | |
void | tw_end () |
Cleans up simulation resources and exits. | |
void | charm_init (int argc, char **argv) |
void | charm_exit () |
void | charm_run () |
Contains setup routines called from main to initialize, run, and terminate a simulation.