Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #314 from simgrid/smpi-args-cleanup
authorMartin Quinson <624847+mquinson@users.noreply.github.com>
Wed, 21 Nov 2018 10:43:13 +0000 (11:43 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Nov 2018 10:43:13 +0000 (11:43 +0100)
SMPI args cleanup

1  2 
tools/cmake/DefinePackages.cmake

@@@ -453,6 -453,7 +453,6 @@@ set(MSG_SR
    src/msg/msg_gos.cpp
    src/msg/msg_legacy.cpp
    src/msg/msg_process.cpp
 -  src/msg/msg_synchro.cpp
    src/msg/msg_task.cpp
    )
  
@@@ -689,7 -690,6 +689,7 @@@ set(headers_to_instal
    include/simgrid/kernel/future.hpp
    include/simgrid/host.h
    include/simgrid/link.h
 +  include/simgrid/semaphore.h
    include/simgrid/storage.h
    include/simgrid/vm.h
    include/simgrid/zone.h
@@@ -1013,7 -1013,6 +1013,6 @@@ set(CMAKEFILES_TX
      examples/smpi/smpi_msg_masterslave/CMakeLists.txt
      examples/smpi/replay_multiple/CMakeLists.txt
      examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt
-     examples/smpi/load_balancer_replay/CMakeLists.txt
      examples/smpi/energy/f77/CMakeLists.txt
      examples/smpi/energy/f90/CMakeLists.txt