SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#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... | |
#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.
#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 |
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.
void sg_version | ( | ) |
Display the version information and some additional blurb.