Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a cmake flag to not compile MSG at all
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 30 Jan 2020 19:49:18 +0000 (20:49 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 30 Jan 2020 19:49:18 +0000 (20:49 +0100)
commitf15e92e5de94e0d84b2084de6e1648ce64dadbed
treedab47b18e84a91f077654b8d419c1d0ee009d557
parent10b2c45a66b840a7a20b17071e476e1b9381a584
Add a cmake flag to not compile MSG at all
34 files changed:
CMakeLists.txt
ChangeLog
MANIFEST.in
NEWS
examples/deprecated/msg/CMakeLists.txt
examples/deprecated/msg/mc/CMakeLists.txt
examples/smpi/replay_multiple/replay_multiple.c
examples/smpi/smpi_msg_masterslave/masterslave_mailbox_smpi.c [deleted file]
examples/smpi/smpi_msg_masterslave/msg_smpi.tesh [deleted file]
examples/smpi/smpi_s4u_masterslave/CMakeLists.txt [moved from examples/smpi/smpi_msg_masterslave/CMakeLists.txt with 55% similarity]
examples/smpi/smpi_s4u_masterslave/deployment_masterslave_mailbox_smpi.xml [moved from examples/smpi/smpi_msg_masterslave/deployment_masterslave_mailbox_smpi.xml with 80% similarity]
examples/smpi/smpi_s4u_masterslave/masterslave_mailbox_smpi.cpp [new file with mode: 0644]
examples/smpi/smpi_s4u_masterslave/s4u_smpi.tesh [new file with mode: 0644]
include/simgrid/config.h.in
src/instr/instr_interface.cpp
src/instr/instr_platform.cpp
src/msg/msg_process.cpp
src/xbt/xbt_log_layout_format.cpp
src/xbt/xbt_log_layout_simple.cpp
teshsuite/mc/CMakeLists.txt
teshsuite/mc/mutex-handling/mutex-handling.c [deleted file]
teshsuite/mc/mutex-handling/mutex-handling.cpp [new file with mode: 0644]
teshsuite/mc/mutex-handling/mutex-handling_d.xml [deleted file]
teshsuite/msg/CMakeLists.txt
teshsuite/surf/lmm_usage/lmm_usage.cpp
teshsuite/surf/maxmin_bench/maxmin_bench.cpp
teshsuite/xbt/log_large/log_large.c
teshsuite/xbt/log_usage/log_usage.c
teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.cpp
teshsuite/xbt/parmap_bench/parmap_bench.cpp
teshsuite/xbt/parmap_test/parmap_test.cpp
tools/cmake/DefinePackages.cmake
tools/cmake/Option.cmake
tools/graphicator/CMakeLists.txt