X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4f3a012fbbb4484ed74c6cec7b5444ffb15f27f..0f9c16dc1c877e21cf0a8c538e62f94dc66bce49:/tools/cmake/DefinePackages.cmake?ds=sidebyside diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index e623b06e72..17f25b1271 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -31,6 +31,7 @@ set(EXTRA_DIST src/simix/smx_private.h src/simix/smx_synchro_private.h src/kernel/activity/ActivityImpl.hpp + src/kernel/activity/CommImpl.hpp src/kernel/activity/SynchroComm.hpp src/kernel/activity/SynchroExec.hpp src/kernel/activity/SynchroIo.hpp @@ -53,6 +54,7 @@ set(EXTRA_DIST src/surf/network_ib.hpp src/surf/ns3/ns3_interface.h src/surf/ns3/ns3_simulator.h + src/surf/trace_mgr_test.cpp src/surf/xml/simgrid.dtd src/surf/xml/simgrid_dtd.h src/surf/xml/simgrid_dtd.c @@ -205,9 +207,9 @@ set(SMPI_SRC src/smpi/colls/smpi_openmpi_selector.cpp src/smpi/colls/smpi_mvapich2_selector.cpp src/smpi/instr_smpi.cpp - src/smpi/smpi_base.cpp src/smpi/smpi_bench.cpp src/smpi/smpi_memory.cpp + src/smpi/smpi_shared.cpp src/smpi/smpi_static_variables.cpp src/smpi/smpi_coll.cpp src/smpi/smpi_coll.hpp @@ -220,6 +222,8 @@ set(SMPI_SRC src/smpi/smpi_f2c.hpp src/smpi/smpi_group.cpp src/smpi/smpi_group.hpp + src/smpi/SmpiHost.cpp + src/smpi/SmpiHost.hpp src/smpi/smpi_mpi.cpp src/smpi/smpi_datatype.cpp src/smpi/smpi_datatype.hpp @@ -229,12 +233,17 @@ set(SMPI_SRC src/smpi/smpi_keyvals.hpp src/smpi/smpi_datatype_derived.cpp src/smpi/smpi_datatype_derived.hpp + src/smpi/smpi_main.c src/smpi/smpi_op.cpp src/smpi/smpi_op.hpp + src/smpi/smpi_process.cpp + src/smpi/smpi_process.hpp src/smpi/smpi_pmpi.cpp src/smpi/smpi_replay.cpp src/smpi/smpi_request.cpp src/smpi/smpi_request.hpp + src/smpi/smpi_status.cpp + src/smpi/smpi_status.hpp src/smpi/smpi_win.cpp src/smpi/smpi_win.hpp src/smpi/smpi_topo.cpp @@ -274,13 +283,11 @@ set(XBT_SRC src/xbt/xbt_log_layout_format.c src/xbt/xbt_log_layout_simple.c src/xbt/xbt_main.cpp - src/xbt/xbt_matrix.c src/xbt/xbt_os_file.c src/xbt/xbt_os_synchro.c src/xbt/xbt_os_time.c src/xbt/xbt_replay.cpp src/xbt/xbt_str.cpp - src/xbt/xbt_strbuff.c src/xbt/xbt_virtu.c src/xbt_modinter.h ) @@ -526,7 +533,6 @@ set(LUA_SRC ) set(TRACING_SRC - src/instr/instr_TI_trace.cpp src/instr/instr_config.cpp src/instr/instr_interface.cpp src/instr/instr_paje_containers.cpp @@ -537,7 +543,6 @@ set(TRACING_SRC src/instr/instr_private.h src/instr/instr_smpi.h src/instr/instr_resource_utilization.cpp - src/instr/instr_trace.cpp ) set(JEDULE_SRC @@ -579,7 +584,6 @@ set(MC_SRC src/mc/remote/mc_protocol.cpp src/mc/AddressSpace.hpp - src/mc/AddressSpace.cpp src/mc/Frame.hpp src/mc/Frame.cpp src/mc/ModelChecker.hpp @@ -593,7 +597,6 @@ set(MC_SRC src/mc/RegionSnapshot.cpp src/mc/RegionSnapshot.hpp src/mc/Type.hpp - src/mc/Variable.cpp src/mc/Variable.hpp src/mc/mc_forward.hpp src/mc/Process.hpp @@ -666,16 +669,16 @@ set(headers_to_install include/simgrid/s4u/forward.hpp include/simgrid/s4u/Activity.hpp include/simgrid/s4u/Actor.hpp - include/simgrid/s4u/comm.hpp - include/simgrid/s4u/conditionVariable.hpp - include/simgrid/s4u/engine.hpp - include/simgrid/s4u/file.hpp - include/simgrid/s4u/host.hpp + include/simgrid/s4u/Comm.hpp + include/simgrid/s4u/ConditionVariable.hpp + include/simgrid/s4u/Engine.hpp + include/simgrid/s4u/File.hpp + include/simgrid/s4u/Host.hpp include/simgrid/s4u/Link.hpp include/simgrid/s4u/Mailbox.hpp include/simgrid/s4u/Mutex.hpp include/simgrid/s4u/NetZone.hpp - include/simgrid/s4u/storage.hpp + include/simgrid/s4u/Storage.hpp include/simgrid/s4u/VirtualMachine.hpp include/simgrid/s4u.hpp include/simgrid/plugins/energy.h @@ -686,6 +689,7 @@ set(headers_to_install include/smpi/smpi_extended_traces.h include/smpi/smpi_extended_traces_fortran.h include/smpi/forward.hpp + include/smpi/smpi_shared_malloc.hpp include/surf/surf_routing.h include/xbt.h include/xbt/RngStream.h @@ -717,8 +721,6 @@ set(headers_to_install include/xbt/log.h include/xbt/log.hpp include/xbt/mallocator.h - include/xbt/matrix.h - include/xbt/memory.hpp include/xbt/misc.h include/xbt/mmalloc.h include/xbt/module.h @@ -726,7 +728,6 @@ set(headers_to_install include/xbt/range.hpp include/xbt/replay.hpp include/xbt/str.h - include/xbt/strbuff.h include/xbt/swag.h include/xbt/synchro.h include/xbt/sysdep.h @@ -778,7 +779,7 @@ set(simgrid_sources ${XBT_SRC} ) -if(${HAVE_JEDULE}) +if(${SIMGRID_HAVE_JEDULE}) set(simgrid_sources ${simgrid_sources} ${JEDULE_SRC}) else() set(EXTRA_DIST ${EXTRA_DIST} ${JEDULE_SRC}) @@ -788,11 +789,11 @@ if(enable_smpi) set(simgrid_sources ${simgrid_sources} ${SMPI_SRC}) endif() -if(HAVE_MC) +if(SIMGRID_HAVE_MC) set(simgrid_sources ${simgrid_sources} ${MC_SRC}) endif() -if(HAVE_NS3) +if(SIMGRID_HAVE_NS3) set(simgrid_sources ${simgrid_sources} ${NS3_SRC}) endif() @@ -806,7 +807,7 @@ if(WIN32) ) endif() -if(HAVE_LUA) +if(SIMGRID_HAVE_LUA) set(simgrid_sources ${simgrid_sources} ${LUA_SRC}) else() set(EXTRA_DIST ${EXTRA_DIST} ${LUA_SRC}) @@ -943,7 +944,7 @@ set(txt_files ${txt_files} AUTHORS COPYING - README + README.md ChangeLog INSTALL LICENSE-LGPL-2.1 @@ -969,6 +970,7 @@ set(CMAKEFILES_TXT teshsuite/java/CMakeLists.txt teshsuite/mc/CMakeLists.txt teshsuite/msg/CMakeLists.txt + teshsuite/s4u/CMakeLists.txt teshsuite/simdag/CMakeLists.txt teshsuite/simix/CMakeLists.txt teshsuite/smpi/CMakeLists.txt