Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make the propaganda useful (and thus desirable) to the users
[simgrid.git] / src / surf / surf_interface.cpp
index 7c3d2d5..45ccea0 100644 (file)
@@ -284,7 +284,8 @@ void sg_version_get(int* ver_major, int* ver_minor, int* ver_patch)
 
 void sg_version()
 {
-  std::printf("This program was linked against %s\n", SIMGRID_VERSION_STRING);
+  std::printf("This program was linked against %s (git: %s), found in %s.\n",
+              SIMGRID_VERSION_STRING, SIMGRID_GIT_VERSION, SIMGRID_INSTALL_PREFIX);
 
 #if HAVE_MC
   std::printf("   Model-checking support compiled in.\n");