Charades
charades.h
Go to the documentation of this file.
1 
7 #ifndef _CHARADES_H
8 #define _CHARADES_H
9 
10 #include "command_line.h"
11 #include "event.h"
12 #include "factory.h"
13 #include "globals.h"
14 #include "lp.h"
15 #include "mapper.h"
16 #include "random.h"
17 #include "setup.h"
18 #include "util.h"
19 
20 #include <charm++.h>
21 
22 #if not USE_CHARMC
23 void _registerExternalModules(char **argv);
24 void _createTraces(char **argv);
25 #endif
26 
27 #endif
Declarations for global variables and associated functions.
Contains setup routines called from main to initialize, run, and terminate a simulation.
Defines functions for registering and parsing command line arguments.
Declarations for classes/variables/methods related to LPs.