From: Christian Heinrich Date: Fri, 3 Aug 2018 09:16:23 +0000 (+0200) Subject: [SMPI/AMPI] Make AMPI examples work and install correctly X-Git-Tag: v3_21~313 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1aeb6a5ae68ba7cea8eab6a1507c86b8adc893e3 [SMPI/AMPI] Make AMPI examples work and install correctly --- diff --git a/examples/smpi/CMakeLists.txt b/examples/smpi/CMakeLists.txt index d334fa9699..03580f0e00 100644 --- a/examples/smpi/CMakeLists.txt +++ b/examples/smpi/CMakeLists.txt @@ -23,7 +23,7 @@ if(enable_smpi) endforeach() endif() -foreach(x replay) +foreach(x ampi replay) set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x}.cpp) endforeach() foreach(x trace trace_simple trace_call_location energy) @@ -39,6 +39,7 @@ set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/energy/energy.tes ${CMAKE_CURRENT_SOURCE_DIR}/trace/trace.tesh ${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/ampi.tesh ${CMAKE_CURRENT_SOURCE_DIR}/replay/replay.tesh PARENT_SCOPE) set(bin_files ${bin_files} ${CMAKE_CURRENT_SOURCE_DIR}/hostfile ${CMAKE_CURRENT_SOURCE_DIR}/energy/hostfile