SimGrid  3.18
Versatile Simulation of Distributed Systems
simgrid_config.h File Reference
#include <xbt/base.h>

Macros

#define SIMGRID_VERSION_MAJOR   3
 Define the version numbers of the used header files. More...
 
#define SIMGRID_VERSION_MINOR   18
 
#define SIMGRID_VERSION_PATCH   0
 
#define SIMGRID_GIT_VERSION   "059efd3757"
 
#define SIMGRID_INSTALL_PREFIX   "/usr"
 
#define SIMGRID_VERSION   (100UL * (100UL * (3) + (18)) + (0))
 
#define SIMGRID_VERSION_STRING   "SimGrid version 3.18"
 
#define SIMGRID_HAVE_JEDULE   0
 
#define SIMGRID_HAVE_LUA   0
 
#define SIMGRID_HAVE_MALLOCATOR   1
 
#define SIMGRID_HAVE_MC   0
 
#define SIMGRID_HAVE_NS3   0
 

Functions

void sg_version_get (int *major, int *minor, int *patch)
 Retrieves the version numbers of the used dynamic library (so, DLL or dynlib), while SIMGRID_VERSION_MAJOR and friends give the version numbers of the used header files. More...
 
void sg_version ()
 Display the version information and some additional blurb. More...
 

Macro Definition Documentation

◆ SIMGRID_VERSION_MAJOR

#define SIMGRID_VERSION_MAJOR   3

Define the version numbers of the used header files.

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

◆ SIMGRID_VERSION_MINOR

#define SIMGRID_VERSION_MINOR   18

◆ SIMGRID_VERSION_PATCH

#define SIMGRID_VERSION_PATCH   0

◆ SIMGRID_GIT_VERSION

#define SIMGRID_GIT_VERSION   "059efd3757"

◆ SIMGRID_INSTALL_PREFIX

#define SIMGRID_INSTALL_PREFIX   "/usr"

◆ SIMGRID_VERSION

#define SIMGRID_VERSION   (100UL * (100UL * (3) + (18)) + (0))

◆ SIMGRID_VERSION_STRING

#define SIMGRID_VERSION_STRING   "SimGrid version 3.18"

◆ SIMGRID_HAVE_JEDULE

#define SIMGRID_HAVE_JEDULE   0

◆ SIMGRID_HAVE_LUA

#define SIMGRID_HAVE_LUA   0

◆ SIMGRID_HAVE_MALLOCATOR

#define SIMGRID_HAVE_MALLOCATOR   1

◆ SIMGRID_HAVE_MC

#define SIMGRID_HAVE_MC   0

◆ SIMGRID_HAVE_NS3

#define SIMGRID_HAVE_NS3   0

Function Documentation

◆ sg_version_get()

void sg_version_get ( int *  major,
int *  minor,
int *  patch 
)

Retrieves the version numbers of the used dynamic library (so, DLL or dynlib), while SIMGRID_VERSION_MAJOR and friends give the version numbers of the used header files.

◆ sg_version()

void sg_version ( )

Display the version information and some additional blurb.