X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/908f43d575e3b19014f39ba209da997ab6e3fa2c..509521017c4fd521bb98758c369ea1d8295c6300:/teshsuite/smpi/CMakeLists.txt diff --git a/teshsuite/smpi/CMakeLists.txt b/teshsuite/smpi/CMakeLists.txt index c0d0ea3c33..34f483c1f9 100644 --- a/teshsuite/smpi/CMakeLists.txt +++ b/teshsuite/smpi/CMakeLists.txt @@ -20,7 +20,8 @@ if(enable_smpi) add_executable(allreduce allreduce.c) add_executable(allreduce_coll allreduce_coll.c) add_executable(bcast bcast.c) - add_executable(bcast_coll bcast_coll.c) + add_executable(bcast_coll bcast_coll.c) + add_executable(barrier_coll barrier.c ) add_executable(compute compute.c) add_executable(compute2 compute2.c) add_executable(compute3 compute3.c) @@ -48,6 +49,7 @@ if(enable_smpi) target_link_libraries(allreduce_coll simgrid) target_link_libraries(bcast simgrid) target_link_libraries(bcast_coll simgrid) + target_link_libraries(barrier_coll simgrid) target_link_libraries(compute simgrid) target_link_libraries(compute2 simgrid) target_link_libraries(compute3 simgrid) @@ -82,6 +84,8 @@ set(tesh_files ${CMAKE_CURRENT_SOURCE_DIR}/allreduce_coll.tesh ${CMAKE_CURRENT_SOURCE_DIR}/alltoall_coll.tesh ${CMAKE_CURRENT_SOURCE_DIR}/alltoallv_coll.tesh + ${CMAKE_CURRENT_SOURCE_DIR}/scatter_coll.tesh + ${CMAKE_CURRENT_SOURCE_DIR}/barrier_coll.tesh ${CMAKE_CURRENT_SOURCE_DIR}/bcast.tesh ${CMAKE_CURRENT_SOURCE_DIR}/bcast_coll.tesh ${CMAKE_CURRENT_SOURCE_DIR}/compute.tesh