SimGrid  3.13
Versatile Simulation of Distributed Systems
simgrid_config.h File Reference

Macros

#define SIMGRID_VERSION_MAJOR   3
 Define the version numbers of the used header files. More...
 
#define SIMGRID_VERSION_MINOR   13
 
#define SIMGRID_VERSION_PATCH   0
 
#define SIMGRID_VERSION   (100UL * (100UL * (3) + (13)) + (0))
 
#define SIMGRID_VERSION_STRING   "SimGrid version 3.13"
 
#define HAVE_JEDULE   0 /* Was Jedule compiled in? */
 
#define HAVE_LUA   0 /* Was the Lua support compiled in? */
 
#define HAVE_MALLOCATOR   1 /* Were mallocators (object pools) compiled in? */
 
#define HAVE_MC   0 /* Was the model-checking compiled in? */
 
#define HAVE_NS3   0 /* Was the NS3 support compiled in? */
 

Macro Definition Documentation

#define SIMGRID_VERSION_MAJOR   3

Define the version numbers of the used header files.

See sg_version() to retrieve the version of the dynamic library.

#define SIMGRID_VERSION_MINOR   13
#define SIMGRID_VERSION_PATCH   0
#define SIMGRID_VERSION   (100UL * (100UL * (3) + (13)) + (0))
#define SIMGRID_VERSION_STRING   "SimGrid version 3.13"
#define HAVE_JEDULE   0 /* Was Jedule compiled in? */
#define HAVE_LUA   0 /* Was the Lua support compiled in? */
#define HAVE_MALLOCATOR   1 /* Were mallocators (object pools) compiled in? */
#define HAVE_MC   0 /* Was the model-checking compiled in? */
#define HAVE_NS3   0 /* Was the NS3 support compiled in? */