Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/_/-/
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 23 Dec 2021 15:40:16 +0000 (16:40 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 23 Dec 2021 15:40:16 +0000 (16:40 +0100)
MANIFEST.in
examples/cpp/CMakeLists.txt
examples/cpp/dag-from-dot/s4u-dag-from-dot.cpp [moved from examples/cpp/dag-from-dot/s4u_dag-from-dot.cpp with 100% similarity]
examples/cpp/dag-from-dot/s4u-dag-from-dot.tesh [moved from examples/cpp/dag-from-dot/s4u_dag-from-dot.tesh with 98% similarity]

index 39c2313..c0d0687 100644 (file)
@@ -207,8 +207,8 @@ include examples/cpp/dag-comm/s4u-dag-comm.tesh
 include examples/cpp/dag-failure/s4u-dag-failure.cpp
 include examples/cpp/dag-failure/s4u-dag-failure.tesh
 include examples/cpp/dag-from-dot/dag.dot
-include examples/cpp/dag-from-dot/s4u_dag-from-dot.cpp
-include examples/cpp/dag-from-dot/s4u_dag-from-dot.tesh
+include examples/cpp/dag-from-dot/s4u-dag-from-dot.cpp
+include examples/cpp/dag-from-dot/s4u-dag-from-dot.tesh
 include examples/cpp/dag-io/s4u-dag-io.cpp
 include examples/cpp/dag-io/s4u-dag-io.tesh
 include examples/cpp/dag-simple/s4u-dag-simple.cpp
index 19f3cc5..5ef1784 100644 (file)
@@ -29,18 +29,18 @@ foreach (example ${MC_regular_tests})
 endforeach()
 
 if(HAVE_GRAPHVIZ)
-  add_executable       (s4u_dag-from-dot  EXCLUDE_FROM_ALL dag-from-dot/s4u_dag-from-dot.cpp)
-  target_link_libraries(s4u_dag-from-dot  simgrid)
-  set_target_properties(s4u_dag-from-dot  PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/dag-from-dot)
-  add_dependencies(tests s4u_dag-from-dot)
+  add_executable       (s4u-dag-from-dot  EXCLUDE_FROM_ALL dag-from-dot/s4u-dag-from-dot.cpp)
+  target_link_libraries(s4u-dag-from-dot  simgrid)
+  set_target_properties(s4u-dag-from-dot  PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/dag-from-dot)
+  add_dependencies(tests s4u-dag-from-dot)
 
   ADD_TESH(s4u-dag-from-dot --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/cpp/dag-from-dot
                              --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
                              --cd ${CMAKE_BINARY_DIR}/examples/cpp/dag-from-dot
-                             ${CMAKE_HOME_DIRECTORY}/examples/cpp/dag-from-dot/s4u_dag-from-dot.tesh)
+                             ${CMAKE_HOME_DIRECTORY}/examples/cpp/dag-from-dot/s4u-dag-from-dot.tesh)
  endif()
- set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/dag-from-dot/s4u_dag-from-dot.cpp)
- set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/dag-from-dot/s4u_dag-from-dot.tesh)
+ set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/dag-from-dot/s4u-dag-from-dot.cpp)
+ set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/dag-from-dot/s4u-dag-from-dot.tesh)
 
 
 if(SIMGRID_HAVE_MC)
@@ -1,6 +1,6 @@
 #!/usr/bin/env tesh
 
-$ ${bindir:=.}/s4u_dag-from-dot --log=no_loc ${platfdir}/cluster_backbone.xml ${srcdir:=.}/dag.dot
+$ ${bindir:=.}/s4u-dag-from-dot --log=no_loc ${platfdir}/cluster_backbone.xml ${srcdir:=.}/dag.dot
 > [0.000000] [dag_from_dot/INFO] --------- Display all activities of the loaded DAG -----------
 > [0.000000] [dag_from_dot/INFO] 'root' is an Exec: 0 flops to execute. Dependencies: solved; Ressources: NOT assigned
 > [0.000000] [dag_from_dot/INFO] '0' is an Exec: 10000000129 flops to execute. Dependencies: NOT solved; Ressources: NOT assigned