Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
follow up on #228: fix make dist and cleanups
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 15 Oct 2017 19:19:31 +0000 (21:19 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 15 Oct 2017 19:19:31 +0000 (21:19 +0200)
examples/s4u/CMakeLists.txt
examples/s4u/actor-execute/s4u-actor-execute.cpp

index 9fa8945..542c454 100644 (file)
@@ -35,7 +35,7 @@ set(tesh_files    ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/s4u
                                   ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/s4u-async-wait.tesh
                                   ${CMAKE_CURRENT_SOURCE_DIR}/async-waitany/s4u-async-waitany.tesh
                                   ${CMAKE_CURRENT_SOURCE_DIR}/async-waitall/s4u-async-waitall.tesh
-                                  ${CMAKE_CURRENT_SOURCE_DIR}/process-create/s4u-actor-execute.tesh         PARENT_SCOPE)
+                                  ${CMAKE_CURRENT_SOURCE_DIR}/actor-execute/s4u-actor-execute.tesh         PARENT_SCOPE)
 set(xml_files     ${xml_files}    ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/s4u-actions-comm-split_d.xml
                                   ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/s4u-actions-comm_d.xml
                                   ${CMAKE_CURRENT_SOURCE_DIR}/actions-storage/s4u-actions-storage_d.xml
index b0c5e67..66f5af0 100644 (file)
@@ -4,8 +4,6 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/s4u.hpp"
-#include <cstdlib>
-#include <iostream>
 
 static int executor(std::vector<std::string> args)
 {