SimGrid  3.14.159
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   14
 
#define SIMGRID_VERSION_PATCH   159
 
#define SIMGRID_VERSION   (100UL * (100UL * (3) + (14)) + (159))
 
#define SIMGRID_VERSION_STRING   "SimGrid version 3.14.159"
 
#define HAVE_JEDULE   0
 
#define HAVE_LUA   0
 
#define HAVE_MALLOCATOR   1
 
#define HAVE_MC   0
 
#define HAVE_NS3   0
 

Macro Definition Documentation

◆ SIMGRID_VERSION_MAJOR

#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.

◆ SIMGRID_VERSION_MINOR

#define SIMGRID_VERSION_MINOR   14

◆ SIMGRID_VERSION_PATCH

#define SIMGRID_VERSION_PATCH   159

◆ SIMGRID_VERSION

#define SIMGRID_VERSION   (100UL * (100UL * (3) + (14)) + (159))

◆ SIMGRID_VERSION_STRING

#define SIMGRID_VERSION_STRING   "SimGrid version 3.14.159"

◆ HAVE_JEDULE

#define HAVE_JEDULE   0

◆ HAVE_LUA

#define HAVE_LUA   0

◆ HAVE_MALLOCATOR

#define HAVE_MALLOCATOR   1

◆ HAVE_MC

#define HAVE_MC   0

◆ HAVE_NS3

#define HAVE_NS3   0