X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/15c8d6afaea3db0bc2e17884aa87868d987c2752..da1759812eea33183c2fde958b0ed0231370ecec:/buildtools/Cmake/DefinePackages.cmake diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 4fd7eb8095..4e1564c9c3 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -210,6 +210,7 @@ set(SMPI_SRC src/smpi/colls/bcast-flattree.c src/smpi/colls/bcast-ompi-pipeline.c src/smpi/colls/bcast-ompi-split-bintree.c + src/smpi/colls/bcast-mvapich-smp.c src/smpi/colls/bcast-scatter-LR-allgather.c src/smpi/colls/bcast-scatter-rdb-allgather.c src/smpi/colls/coll_tuned_topo.c @@ -228,6 +229,7 @@ set(SMPI_SRC src/smpi/colls/reduce-mvapich-two-level.c src/smpi/colls/reduce-rab.c src/smpi/colls/scatter-ompi.c + src/smpi/colls/scatter-mvapich-two-level.c src/smpi/colls/smpi_automatic_selector.c src/smpi/colls/smpi_mpich_selector.c src/smpi/colls/smpi_intel_mpi_selector.c @@ -249,21 +251,9 @@ set(SMPI_SRC src/smpi/smpi_replay.c src/smpi/smpi_rma.c src/smpi/smpi_topo.c + src/smpi/smpi_f77.c ) -if(SMPI_FORTRAN) - set(SMPI_SRC - ${SMPI_SRC} - src/smpi/smpi_f77.c - ) -else() - set(EXTRA_DIST - ${EXTRA_DIST} - src/smpi/smpi_f77.c - ) -endif() - - set(XBT_SRC src/xbt/RngStream.c src/xbt/automaton/automaton.c @@ -993,6 +983,7 @@ set(EXAMPLES_CMAKEFILES_TXT examples/msg/energy/e1/CMakeLists.txt examples/msg/energy/e2/CMakeLists.txt examples/msg/energy/e3/CMakeLists.txt + examples/msg/exception/CMakeLists.txt examples/msg/gpu/CMakeLists.txt examples/msg/gtnets/CMakeLists.txt examples/msg/icomms/CMakeLists.txt @@ -1036,6 +1027,8 @@ set(EXAMPLES_CMAKEFILES_TXT set(TESHSUITE_CMAKEFILES_TXT teshsuite/bug-17132/CMakeLists.txt + teshsuite/java/CMakeLists.txt + teshsuite/java/sleep_host_off/CMakeLists.txt teshsuite/mc/CMakeLists.txt teshsuite/mc/dwarf/CMakeLists.txt teshsuite/mc/dwarf_expression/CMakeLists.txt @@ -1077,6 +1070,7 @@ set(TESHSUITE_CMAKEFILES_TXT teshsuite/smpi/shared/CMakeLists.txt teshsuite/smpi/struct/CMakeLists.txt teshsuite/smpi/vector/CMakeLists.txt + teshsuite/smpi/isp/umpire/CMakeLists.txt teshsuite/smpi/mpich3-test/CMakeLists.txt teshsuite/smpi/mpich3-test/attr/CMakeLists.txt teshsuite/smpi/mpich3-test/coll/CMakeLists.txt @@ -1238,6 +1232,7 @@ set(PLATFORMS_EXAMPLES examples/platforms/syscoord/median_p2psim.xml examples/platforms/torus_cluster.xml examples/platforms/two_hosts_platform.xml + examples/platforms/two_hosts_platform_shared.xml examples/platforms/two_hosts_platform_with_availability.xml examples/platforms/two_hosts_platform_with_availability_included.xml examples/platforms/two_peers.xml