Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove Jedule related stuff + fix SIMDAG_SRC->DAG_SRC issue
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Mon, 3 Jan 2022 09:46:58 +0000 (10:46 +0100)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Mon, 3 Jan 2022 09:47:57 +0000 (10:47 +0100)
CMakeLists.txt
MANIFEST.in
include/simgrid/config.h.in
src/simgrid/sg_version.cpp
tools/cmake/DefinePackages.cmake
tools/cmake/Distrib.cmake
tools/internal/spell_dict.txt

index c3b459a..31b507b 100644 (file)
@@ -378,12 +378,6 @@ else()
   SET(enable_model-checking 0)
 endif()
 
-if(enable_jedule)
-  set(SIMGRID_HAVE_JEDULE 1)
-else()
-  set(SIMGRID_HAVE_JEDULE 0)
-endif()
-
 if(enable_mallocators)
   SET(SIMGRID_HAVE_MALLOCATOR 1)
 else()
@@ -967,7 +961,6 @@ message("")
 message("        Maintainer mode .............: ${enable_maintainer_mode}")
 message("        Documentation................: ${enable_documentation}")
 message("        Model checking ..............: ${SIMGRID_HAVE_MC}")
-message("        Jedule  mode ................: ${SIMGRID_HAVE_JEDULE}")
 message("        Graphviz mode ...............: ${HAVE_GRAPHVIZ}")
 message("        Mallocators .................: ${enable_mallocators}")
 message("")
index e3f5c90..ce72ee0 100644 (file)
@@ -2216,6 +2216,7 @@ include src/bindings/python/simgrid_python.cpp
 include src/dag/dax.dtd
 include src/dag/dax_dtd.c
 include src/dag/dax_dtd.h
+include src/dag/loaders.cpp
 include src/include/catch.hpp
 include src/include/mc/datatypes.h
 include src/include/mc/mc.h
index 3d4aa54..32e11df 100644 (file)
@@ -11,8 +11,6 @@
 
 /* Was MSG compiled in?  */
 #cmakedefine01 SIMGRID_HAVE_MSG
-/* Was Jedule compiled in?  */
-#cmakedefine01 SIMGRID_HAVE_JEDULE
 /* Was the Lua support compiled in? */
 #cmakedefine01 SIMGRID_HAVE_LUA
 /* Were mallocators (object pools) compiled in? */
index 7fcec54..6c085b2 100644 (file)
@@ -64,12 +64,6 @@ void sg_version()
   XBT_HELP("   ns-3 support disabled at compilation.");
 #endif
 
-#if SIMGRID_HAVE_JEDULE
-  XBT_HELP("   Jedule support compiled in.");
-#else
-  XBT_HELP("   Jedule support disabled at compilation.");
-#endif
-
 #if SIMGRID_HAVE_LUA
   XBT_HELP("   Lua support compiled in.");
 #else
index 6baca65..03c13e3 100644 (file)
@@ -802,12 +802,6 @@ else()
                                                 ${MSG_SRC})
 endif()
 
-if(${SIMGRID_HAVE_JEDULE})
-  set(simgrid_sources  ${simgrid_sources}  ${JEDULE_SRC})
-else()
-  set(EXTRA_DIST       ${EXTRA_DIST}       ${JEDULE_SRC})
-endif()
-
 if(enable_smpi)
   set(simgrid_sources  ${simgrid_sources}  ${SMPI_SRC})
 endif()
index 7a063c9..4276ff9 100644 (file)
@@ -147,7 +147,6 @@ set(source_to_pack
   ${headers_to_install}
   ${source_of_generated_headers}
   ${BINDINGS_SRC}
-  ${JEDULE_SRC}
   ${JMSG_C_SRC}
   ${JMSG_JAVA_SRC}
   ${LUA_SRC}
@@ -158,7 +157,7 @@ set(source_to_pack
   ${S4U_SRC}
   ${NS3_SRC}
   ${PLUGINS_SRC}
-  ${SIMDAG_SRC}
+  ${DAG_SRC}
   ${SIMGRID_SRC}
   ${SIMIX_SRC}
   ${SMPI_SRC}
index 219270f..abbf35a 100644 (file)
@@ -40,7 +40,6 @@ ingroup
 int
 java
 Java
-JEDULE
 JNI
 kcachegrind
 KILLME