From 46461adb2ff0b62c43ba4209da37ac06baa5d8fa Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 19 May 2022 10:45:57 +0200 Subject: [PATCH] Make distcheck. --- MANIFEST.in | 5 ++++- examples/platforms/CMakeLists.txt | 2 +- examples/smpi/CMakeLists.txt | 1 + tools/cmake/DefinePackages.cmake | 4 +++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index aa2f7fa162..62758074cb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -607,6 +607,7 @@ include examples/smpi/mc/non_termination2.c include examples/smpi/mc/non_termination3.c include examples/smpi/mc/non_termination4.c include examples/smpi/mc/only_send_deterministic.c +include examples/smpi/mc/only_send_deterministic.tesh include examples/smpi/mc/promela_bugged1_liveness include examples/smpi/mc/sendsend.c include examples/smpi/mc/sendsend.tesh @@ -1942,6 +1943,9 @@ include examples/platforms/small_platform_routing_none.xml include examples/platforms/small_platform_with_routers.xml include examples/platforms/storage/content/small_content.txt include examples/platforms/storage/content/storage_content.txt +include examples/platforms/supernode.cpp +include examples/platforms/supernode.py +include examples/platforms/supernode.svg include examples/platforms/syscoord/generate_peer_platform.pl include examples/platforms/syscoord/median_harvard.syscoord include examples/platforms/syscoord/median_meridian.syscoord @@ -1964,7 +1968,6 @@ include examples/python/platform-failures/platform-failures_d.xml include examples/smpi/CMakeLists.txt include examples/smpi/NAS/CMakeLists.txt include examples/smpi/comm_dynamic_costs/CMakeLists.txt -include examples/smpi/mc/only_send_deterministic.tesh include examples/smpi/replay_multiple/CMakeLists.txt include examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt include examples/smpi/smpi_s4u_masterworker/CMakeLists.txt diff --git a/examples/platforms/CMakeLists.txt b/examples/platforms/CMakeLists.txt index 42a50736c9..187377329b 100644 --- a/examples/platforms/CMakeLists.txt +++ b/examples/platforms/CMakeLists.txt @@ -1,6 +1,6 @@ add_custom_target(platf_cpp COMMENT "C++ platform description") add_dependencies(tests platf_cpp) -foreach (platf routing_cluster griffon) +foreach (platf griffon routing_cluster supernode) add_library (${platf} SHARED ${platf}.cpp) target_link_libraries(${platf} simgrid) add_dependencies(platf_cpp ${platf}) diff --git a/examples/smpi/CMakeLists.txt b/examples/smpi/CMakeLists.txt index 11a0a10884..406554822f 100644 --- a/examples/smpi/CMakeLists.txt +++ b/examples/smpi/CMakeLists.txt @@ -59,6 +59,7 @@ set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/energy/energy.tes ${CMAKE_CURRENT_SOURCE_DIR}/trace_simple/trace_simple.tesh ${CMAKE_CURRENT_SOURCE_DIR}/trace_call_location/trace_call_location.tesh ${CMAKE_CURRENT_SOURCE_DIR}/ampi_test/ampi_test.tesh + ${CMAKE_CURRENT_SOURCE_DIR}/mc/only_send_deterministic.tesh ${CMAKE_CURRENT_SOURCE_DIR}/mc/sendsend.tesh ${CMAKE_CURRENT_SOURCE_DIR}/replay/replay-override-replayer.tesh ${CMAKE_CURRENT_SOURCE_DIR}/replay/replay.tesh PARENT_SCOPE) diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index b1f7bf77a3..785af135ad 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -69,7 +69,6 @@ set(EXTRA_DIST src/xbt/mmalloc/mrealloc.c src/xbt/mmalloc/swag.c src/xbt/mmalloc/swag.h - examples/smpi/mc/only_send_deterministic.tesh ) set(SMPI_SRC @@ -1191,6 +1190,9 @@ set(PLATFORMS_EXAMPLES examples/platforms/small_platform_one_link_routes.xml examples/platforms/small_platform_profile.xml examples/platforms/small_platform_with_routers.xml + examples/platforms/supernode.cpp + examples/platforms/supernode.py + examples/platforms/supernode.svg examples/platforms/syscoord/generate_peer_platform.pl examples/platforms/syscoord/median_harvard.syscoord examples/platforms/syscoord/median_meridian.syscoord -- 2.20.1