X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/94e9e4e93833ebbe7b164ff0c9845f41b5b12664..a451588d036aa6addbf51c71bbb670f81acfe319:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index b4af3a281d..68ecbc594e 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -259,6 +259,7 @@ set(SMPI_SRC src/smpi/plugins/ampi/instr_ampi.cpp src/smpi/plugins/ampi/instr_ampi.hpp src/smpi/plugins/load_balancer/LoadBalancer.cpp + src/smpi/plugins/load_balancer/load_balancer.hpp src/surf/network_smpi.cpp src/surf/network_ib.cpp ) @@ -434,6 +435,7 @@ set(S4U_SRC src/s4u/s4u_Engine.cpp src/s4u/s4u_Exec.cpp src/s4u/s4u_Host.cpp + src/s4u/s4u_Io.cpp src/s4u/s4u_Link.cpp src/s4u/s4u_Mailbox.cpp src/s4u/s4u_Mutex.cpp @@ -664,7 +666,6 @@ set(MC_SRC set(MC_SIMGRID_MC_SRC src/mc/checker/simgrid_mc.cpp) set(headers_to_install - include/simgrid_config.h include/simgrid/actor.h include/simgrid/barrier.h @@ -677,7 +678,6 @@ set(headers_to_install include/simgrid/plugins/load.h include/simgrid/plugins/load_balancer.h include/simgrid/smpi/replay.hpp - include/simgrid/smpi/sampi.h include/simgrid/instr.h include/simgrid/mailbox.h include/simgrid/msg.h @@ -701,6 +701,7 @@ set(headers_to_install include/simgrid/s4u/Engine.hpp include/simgrid/s4u/Exec.hpp include/simgrid/s4u/Host.hpp + include/simgrid/s4u/Io.hpp include/simgrid/s4u/Link.hpp include/simgrid/s4u/Mailbox.hpp include/simgrid/s4u/Mutex.hpp @@ -727,6 +728,7 @@ set(headers_to_install include/simgrid/kernel/routing/VivaldiZone.hpp include/smpi/mpi.h + include/smpi/sampi.h include/smpi/smpi.h include/smpi/smpi_main.h include/smpi/smpi_helpers.h @@ -875,9 +877,7 @@ set(DOC_SOURCES doc/doxygen/application.doc doc/doxygen/community.doc doc/doxygen/deployment.doc - doc/doxygen/examples.doc doc/doxygen/footer.html - doc/doxygen/getting_started.doc doc/doxygen/header.html doc/doxygen/howtos.doc doc/doxygen/index.doc @@ -890,10 +890,7 @@ set(DOC_SOURCES doc/doxygen/install.doc doc/doxygen/install_yours.doc doc/doxygen/java.doc - doc/tuto-msg/tuto-msg.doc - doc/tuto-msg/overview.svg doc/doxygen/tutorial_smpi.doc - doc/doxygen/models.doc doc/doxygen/module-msg.doc doc/doxygen/module-s4u.doc doc/doxygen/module-sd.doc @@ -911,7 +908,6 @@ set(DOC_SOURCES doc/doxygen/outcomes_vizu.doc doc/doxygen/platform.doc doc/doxygen/platform_lua.doc - doc/doxygen/scenario.doc doc/doxygen/stylesheet.css doc/doxygen/uhood.doc doc/doxygen/uhood_switch.doc @@ -924,18 +920,6 @@ set(DOC_SOURCES doc/manpage/smpirun.1 doc/manpage/tesh.pod - doc/tuto-msg/deployment0.xml - doc/tuto-msg/deployment1.xml - doc/tuto-msg/deployment2.xml - doc/tuto-msg/deployment3.xml - doc/tuto-msg/deployment_general.xml - doc/tuto-msg/Makefile - doc/tuto-msg/masterworker.c - doc/tuto-msg/masterworker-sol1.c - doc/tuto-msg/masterworker-sol2.c - doc/tuto-msg/masterworker-sol3.c - doc/tuto-msg/masterworker-sol4.c - CITATION.bib ) @@ -952,7 +936,6 @@ set(DOC_TOOLS # these files get copied automatically to the html documentation set(DOC_IMG - ${CMAKE_HOME_DIRECTORY}/doc/sc3-description.png ${CMAKE_HOME_DIRECTORY}/doc/webcruft/AS_hierarchy.png ${CMAKE_HOME_DIRECTORY}/doc/webcruft/eclipseScreenShot.png ${CMAKE_HOME_DIRECTORY}/doc/webcruft/Paje_MSG_screenshot.jpg