X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/32892d0df7206a7c14ace5a13f985df1e0a9249a..4a8bc21517c2e7759a0036d879338f84ed6bf56e:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 7467088055..71f0815b68 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -63,8 +63,6 @@ set(EXTRA_DIST src/xbt/automaton/parserPromela.tab.cacc src/xbt/automaton/parserPromela.tab.hacc src/xbt/automaton/parserPromela.yacc - src/xbt/backtrace_dummy.cpp - src/xbt/backtrace_linux.cpp src/xbt/dict_private.h src/xbt/log_private.h src/xbt/mallocator_private.h @@ -173,6 +171,7 @@ set(SMPI_SRC src/smpi/colls/alltoallv/alltoallv-ring.cpp src/smpi/colls/barrier/barrier-ompi.cpp src/smpi/colls/barrier/barrier-mvapich2-pair.cpp + src/smpi/colls/barrier/barrier-mpich-smp.cpp src/smpi/colls/bcast/bcast-NTSB.cpp src/smpi/colls/bcast/bcast-NTSL-Isend.cpp src/smpi/colls/bcast/bcast-NTSL.cpp @@ -439,6 +438,7 @@ set(S4U_SRC src/s4u/s4u_Mailbox.cpp src/s4u/s4u_Mutex.cpp src/s4u/s4u_Netzone.cpp + src/s4u/s4u_Semaphore.cpp src/s4u/s4u_Storage.cpp ) @@ -706,6 +706,7 @@ set(headers_to_install include/simgrid/s4u/Mailbox.hpp include/simgrid/s4u/Mutex.hpp include/simgrid/s4u/NetZone.hpp + include/simgrid/s4u/Semaphore.hpp include/simgrid/s4u/Storage.hpp include/simgrid/s4u/VirtualMachine.hpp include/simgrid/s4u.hpp @@ -740,7 +741,6 @@ set(headers_to_install include/xbt/asserts.h include/xbt/automaton.h include/xbt/automaton.hpp - include/xbt/backtrace.h include/xbt/backtrace.hpp include/xbt/base.h include/xbt/config.h @@ -749,7 +749,6 @@ set(headers_to_install include/xbt/dict.h include/xbt/dynar.h include/xbt/ex.h - include/xbt/exception.hpp include/xbt/Extendable.hpp include/xbt/file.hpp include/xbt/functional.hpp @@ -857,28 +856,12 @@ endif() set(DOC_SOURCES doc/Doxyfile.in doc/Layout.xml - doc/graphical-toc.svg - doc/sg_thread_model.fig - doc/simix.fig - doc/surf_nutshell.fig - doc/surf++.png - doc/surf++.pdf - doc/surf++.graphml - doc/surf++.uml - doc/triva-graph_configuration.png - doc/triva-graph_configuration.svg - doc/triva-graph_visualization.png - doc/triva-graph_visualization.svg - doc/triva-time_interval.png - doc/triva-time_interval.svg doc/doxygen/FAQ.doc - doc/doxygen/application.doc doc/doxygen/community.doc doc/doxygen/deployment.doc doc/doxygen/footer.html doc/doxygen/header.html - doc/doxygen/howtos.doc doc/doxygen/index.doc doc/doxygen/inside.doc doc/doxygen/inside_tests.doc @@ -886,21 +869,12 @@ set(DOC_SOURCES doc/doxygen/inside_doxygen.doc doc/doxygen/inside_extending.doc doc/doxygen/inside_release.doc - doc/doxygen/install.doc - doc/doxygen/install_yours.doc - doc/doxygen/java.doc - doc/doxygen/tutorial_smpi.doc - doc/doxygen/module-msg.doc - doc/doxygen/module-s4u.doc doc/doxygen/module-sd.doc - doc/doxygen/module-simix.doc - doc/doxygen/module-smpi.doc doc/doxygen/module-surf.doc doc/doxygen/module-trace.doc doc/doxygen/module-xbt.doc doc/doxygen/module-index.doc doc/doxygen/ns3.doc - doc/doxygen/options.doc doc/doxygen/outcomes.doc doc/doxygen/outcomes_logs.doc doc/doxygen/outcomes_MC.doc @@ -912,36 +886,47 @@ set(DOC_SOURCES doc/doxygen/uhood_switch.doc doc/doxygen/uhood_arch.doc - doc/manpage/smpicc.1 - doc/manpage/smpicxx.1 - doc/manpage/smpif90.1 - doc/manpage/smpiff.1 - doc/manpage/smpirun.1 - doc/manpage/tesh.pod + docs/manpages/smpicc.1 + docs/manpages/smpicxx.1 + docs/manpages/smpif90.1 + docs/manpages/smpiff.1 + docs/manpages/smpirun.1 + docs/manpages/tesh.pod docs/Build.sh docs/requirements.txt docs/source/conf.py docs/source/Doxyfile + docs/source/_ext/hidden_code_block.py docs/source/img/eclipseScreenShot.png docs/source/img/extlink.png docs/source/img/extlink.svg docs/source/img/graphical-toc.svg + docs/source/img/smpi_simgrid_alltoall_pair_16.png + docs/source/img/smpi_simgrid_alltoall_ring_16.png + docs/source/img/zone_hierarchy.png + docs/ignored_symbols docs/source/application.rst + docs/source/app_java.rst + docs/source/app_msg.rst + docs/source/app_s4u.rst + docs/source/app_smpi.rst docs/source/index.rst docs/source/intro_concepts.rst docs/source/introduction.rst - docs/source/intro_install.rst - docs/source/intro_yours.rst - docs/source/main_concepts.rst + docs/source/Installing_SimGrid.rst + docs/source/Start_Your_Own_Project.rst docs/source/models.rst docs/source/platform.rst - docs/source/scenar_config.rst + docs/source/platform_examples.rst + docs/source/platform_howtos.rst + docs/source/platform_reference.rst + docs/source/Configuring_SimGrid.rst docs/source/scenario.rst - docs/source/tuto_s4u.rst + docs/source/Tutorial_Algorithms.rst docs/source/tuto_s4u/deployment1.xml docs/source/tuto_s4u/deployment2.xml docs/source/tuto_s4u/deployment3.xml @@ -957,6 +942,13 @@ set(DOC_SOURCES docs/source/tuto_s4u/master-workers-lab3.cpp docs/source/tuto_s4u/master-workers-lab4.cpp + docs/source/Tutorial_MPI_Applications.rst + docs/source/tuto_smpi/3hosts.png + docs/source/tuto_smpi/3hosts.xml + docs/source/tuto_smpi/img/big-picture.svg + docs/source/tuto_smpi/img/lu.S.4.png + docs/source/tuto_smpi/roundtrip.c + CITATION.bib ) @@ -973,7 +965,6 @@ set(DOC_TOOLS # these files get copied automatically to the html documentation set(DOC_IMG - ${CMAKE_HOME_DIRECTORY}/doc/webcruft/AS_hierarchy.png ${CMAKE_HOME_DIRECTORY}/doc/webcruft/eclipseScreenShot.png ${CMAKE_HOME_DIRECTORY}/doc/webcruft/Paje_MSG_screenshot.jpg ${CMAKE_HOME_DIRECTORY}/doc/webcruft/Paje_MSG_screenshot_thn.jpg @@ -987,10 +978,6 @@ set(DOC_IMG ${CMAKE_HOME_DIRECTORY}/doc/webcruft/simgrid_logo_2011.gif ${CMAKE_HOME_DIRECTORY}/doc/webcruft/simgrid_logo_2011.png ${CMAKE_HOME_DIRECTORY}/doc/webcruft/simgrid_logo_2011_small.png - ${CMAKE_HOME_DIRECTORY}/doc/webcruft/simgrid_logo_win.bmp - ${CMAKE_HOME_DIRECTORY}/doc/webcruft/simgrid_logo_win_2011.bmp - ${CMAKE_HOME_DIRECTORY}/doc/webcruft/smpi_simgrid_alltoall_pair_16.png - ${CMAKE_HOME_DIRECTORY}/doc/webcruft/smpi_simgrid_alltoall_ring_16.png ) set(bin_files @@ -1009,10 +996,8 @@ set(txt_files COPYING README.md ChangeLog - INSTALL LICENSE-LGPL-2.1 NEWS - TODO ) # The list of cmake build directories is constructed from the following list. @@ -1048,7 +1033,7 @@ set(CMAKEFILES_TXT teshsuite/smpi/mpich3-test/coll/CMakeLists.txt teshsuite/smpi/mpich3-test/comm/CMakeLists.txt teshsuite/smpi/mpich3-test/datatype/CMakeLists.txt -# teshsuite/smpi/mpich3-test/f77/attr/CMakeLists.txt + teshsuite/smpi/mpich3-test/f77/attr/CMakeLists.txt teshsuite/smpi/mpich3-test/f77/coll/CMakeLists.txt teshsuite/smpi/mpich3-test/f77/info/CMakeLists.txt teshsuite/smpi/mpich3-test/f77/comm/CMakeLists.txt @@ -1104,21 +1089,17 @@ set(CMAKE_SOURCE_FILES tools/cmake/Modules/FindRngStream.cmake tools/cmake/Modules/FindValgrind.cmake tools/cmake/Option.cmake + tools/cmake/scripts/fixup_simgrid_dtd_l.pl tools/cmake/scripts/my_valgrind.pl tools/cmake/scripts/update_tesh.pl tools/cmake/UnitTesting.cmake tools/cmake/src/internal_config.h.in tools/cmake/test_prog/prog_asan.cpp - tools/cmake/test_prog/prog_gnu_dynlinker.c tools/cmake/test_prog/prog_makecontext.c - tools/cmake/test_prog/prog_mutex_timedlock.c tools/cmake/test_prog/prog_sem_init.c tools/cmake/test_prog/prog_sem_open.c - tools/cmake/test_prog/prog_sem_timedwait.c - tools/cmake/test_prog/prog_snprintf.c tools/cmake/test_prog/prog_stackgrowth.c tools/cmake/test_prog/prog_stacksetup.c - tools/cmake/test_prog/prog_vsnprintf.c tools/cmake/cross-mingw.cmake tools/smpi/generate_smpi_defines.pl tools/stack-cleaner/as @@ -1134,14 +1115,17 @@ set(PLATFORMS_EXAMPLES examples/platforms/bypassASroute.xml examples/platforms/bypassRoute.xml examples/platforms/cloud.xml - examples/platforms/cluster.xml examples/platforms/cluster_backbone.xml + examples/platforms/cluster_multi.xml examples/platforms/cluster_and_one_host.xml examples/platforms/cluster_prototype.lua - examples/platforms/cluster_no_backbone.xml - examples/platforms/cluster_torus.xml + examples/platforms/cluster_crossbar.xml examples/platforms/cluster_fat_tree.xml + examples/platforms/cluster_fat_tree.svg + examples/platforms/cluster_torus.xml + examples/platforms/cluster_torus.svg examples/platforms/cluster_dragonfly.xml + examples/platforms/cluster_dragonfly.svg examples/platforms/crosstraffic.xml examples/platforms/optorsim/gridpp_grid_2004.conf examples/platforms/optorsim/lcg_sept2004_grid.conf