X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79affec61e2c9af35fc9d5c5f34c977dde041283..18fe51578463c47b120f4688da0d49aac5b8f3e0:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index cd3d19a7b3..83be8b2a91 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -16,6 +16,58 @@ include doc/webcruft/simgrid_logo_2011.gif include doc/webcruft/simgrid_logo_2011.png include doc/webcruft/simgrid_logo_2011_small.png include doc/webcruft/storage_sample_scenario.png +include examples/c/actor-create/actor-create.c +include examples/c/actor-create/actor-create.tesh +include examples/c/actor-create/actor-create_d.xml +include examples/c/actor-daemon/actor-daemon.c +include examples/c/actor-daemon/actor-daemon.tesh +include examples/c/actor-exiting/actor-exiting.c +include examples/c/actor-exiting/actor-exiting.tesh +include examples/c/actor-join/actor-join.c +include examples/c/actor-join/actor-join.tesh +include examples/c/actor-kill/actor-kill.c +include examples/c/actor-kill/actor-kill.tesh +include examples/c/actor-migrate/actor-migrate.c +include examples/c/actor-migrate/actor-migrate.tesh +include examples/c/actor-suspend/actor-suspend.c +include examples/c/actor-suspend/actor-suspend.tesh +include examples/c/actor-yield/actor-yield.c +include examples/c/actor-yield/actor-yield.tesh +include examples/c/actor-yield/actor-yield_d.xml +include examples/c/app-chainsend/app-chainsend.tesh +include examples/c/app-chainsend/app-chainsend_d.xml +include examples/c/app-chainsend/broadcaster.c +include examples/c/app-chainsend/chainsend.c +include examples/c/app-chainsend/chainsend.h +include examples/c/app-chainsend/peer.c +include examples/c/app-pingpong/app-pingpong.c +include examples/c/app-pingpong/app-pingpong.tesh +include examples/c/app-pingpong/app-pingpong_d.xml +include examples/c/app-token-ring/app-token-ring.c +include examples/c/app-token-ring/app-token-ring.tesh +include examples/c/async-waitall/async-waitall.c +include examples/c/async-waitall/async-waitall.tesh +include examples/c/async-waitall/async-waitall_d.xml +include examples/c/async-waitany/async-waitany.c +include examples/c/async-waitany/async-waitany.tesh +include examples/c/async-waitany/async-waitany_d.xml +include examples/c/cloud-capping/cloud-capping.c +include examples/c/cloud-capping/cloud-capping.tesh +include examples/c/cloud-migration/cloud-migration.c +include examples/c/cloud-migration/cloud-migration.tesh +include examples/c/cloud-simple/cloud-simple.c +include examples/c/cloud-simple/cloud-simple.tesh +include examples/c/energy-exec/energy-exec.c +include examples/c/energy-exec/energy-exec.tesh +include examples/c/exec-dvfs/exec-dvfs.c +include examples/c/exec-dvfs/exec-dvfs.tesh +include examples/c/io-disk-raw/io-disk-raw.c +include examples/c/io-disk-raw/io-disk-raw.tesh +include examples/c/io-file-remote/io-file-remote.c +include examples/c/io-file-remote/io-file-remote.tesh +include examples/c/io-file-remote/io-file-remote_d.xml +include examples/c/plugin-hostload/plugin-hostload.c +include examples/c/plugin-hostload/plugin-hostload.tesh include examples/deprecated/java/app/bittorrent/Common.java include examples/deprecated/java/app/bittorrent/Connection.java include examples/deprecated/java/app/bittorrent/Main.java @@ -253,6 +305,8 @@ include examples/python/actor-join/actor-join.py include examples/python/actor-join/actor-join.tesh include examples/python/actor-kill/actor-kill.py include examples/python/actor-kill/actor-kill.tesh +include examples/python/actor-lifetime/actor-lifetime.py +include examples/python/actor-lifetime/actor-lifetime.tesh include examples/python/actor-migrate/actor-migrate.py include examples/python/actor-migrate/actor-migrate.tesh include examples/python/actor-suspend/actor-suspend.py @@ -334,6 +388,8 @@ include examples/s4u/cloud-migration/s4u-cloud-migration.cpp include examples/s4u/cloud-migration/s4u-cloud-migration.tesh include examples/s4u/cloud-simple/s4u-cloud-simple.cpp include examples/s4u/cloud-simple/s4u-cloud-simple.tesh +include examples/s4u/comm-dependent/s4u-comm-dependent.cpp +include examples/s4u/comm-dependent/s4u-comm-dependent.tesh include examples/s4u/dht-chord/s4u-dht-chord-node.cpp include examples/s4u/dht-chord/s4u-dht-chord.cpp include examples/s4u/dht-chord/s4u-dht-chord.hpp @@ -368,6 +424,8 @@ include examples/s4u/exec-async/s4u-exec-async.cpp include examples/s4u/exec-async/s4u-exec-async.tesh include examples/s4u/exec-basic/s4u-exec-basic.cpp include examples/s4u/exec-basic/s4u-exec-basic.tesh +include examples/s4u/exec-dependent/s4u-exec-dependent.cpp +include examples/s4u/exec-dependent/s4u-exec-dependent.tesh include examples/s4u/exec-dvfs/s4u-exec-dvfs.cpp include examples/s4u/exec-dvfs/s4u-exec-dvfs.tesh include examples/s4u/exec-ptask/s4u-exec-ptask.cpp @@ -376,8 +434,12 @@ include examples/s4u/exec-remote/s4u-exec-remote.cpp include examples/s4u/exec-remote/s4u-exec-remote.tesh include examples/s4u/exec-waitany/s4u-exec-waitany.cpp include examples/s4u/exec-waitany/s4u-exec-waitany.tesh +include examples/s4u/exec-waitfor/s4u-exec-waitfor.cpp +include examples/s4u/exec-waitfor/s4u-exec-waitfor.tesh include examples/s4u/io-async/s4u-io-async.cpp include examples/s4u/io-async/s4u-io-async.tesh +include examples/s4u/io-dependent/s4u-io-dependent.cpp +include examples/s4u/io-dependent/s4u-io-dependent.tesh include examples/s4u/io-disk-raw/s4u-io-disk-raw.cpp include examples/s4u/io-disk-raw/s4u-io-disk-raw.tesh include examples/s4u/io-file-remote/s4u-io-file-remote.cpp @@ -414,6 +476,8 @@ include examples/s4u/routing-get-clusters/s4u-routing-get-clusters.cpp include examples/s4u/routing-get-clusters/s4u-routing-get-clusters.tesh include examples/s4u/synchro-barrier/s4u-synchro-barrier.cpp include examples/s4u/synchro-barrier/s4u-synchro-barrier.tesh +include examples/s4u/synchro-condition-variable/s4u-synchro-condition-variable.cpp +include examples/s4u/synchro-condition-variable/s4u-synchro-condition-variable.tesh include examples/s4u/synchro-mutex/s4u-synchro-mutex.cpp include examples/s4u/synchro-mutex/s4u-synchro-mutex.tesh include examples/s4u/synchro-semaphore/s4u-synchro-semaphore.cpp @@ -539,9 +603,9 @@ include examples/smpi/replay_multiple_manual_deploy/workload_compute_consecutive include examples/smpi/replay_multiple_manual_deploy/workload_compute_simple include examples/smpi/replay_multiple_manual_deploy/workload_mixed2_same_time include examples/smpi/replay_multiple_manual_deploy/workload_mixed2_same_time_and_resources -include examples/smpi/smpi_msg_masterslave/deployment_masterslave_mailbox_smpi.xml -include examples/smpi/smpi_msg_masterslave/masterslave_mailbox_smpi.c -include examples/smpi/smpi_msg_masterslave/msg_smpi.tesh +include examples/smpi/smpi_s4u_masterslave/deployment_masterslave_mailbox_smpi.xml +include examples/smpi/smpi_s4u_masterslave/masterslave_mailbox_smpi.cpp +include examples/smpi/smpi_s4u_masterslave/s4u_smpi.tesh include examples/smpi/trace/trace.c include examples/smpi/trace/trace.tesh include examples/smpi/trace_call_location/adjust @@ -557,9 +621,8 @@ include teshsuite/mc/dwarf-expression/dwarf-expression.cpp include teshsuite/mc/dwarf-expression/dwarf-expression.tesh include teshsuite/mc/dwarf/dwarf.cpp include teshsuite/mc/dwarf/dwarf.tesh -include teshsuite/mc/mutex-handling/mutex-handling.c +include teshsuite/mc/mutex-handling/mutex-handling.cpp include teshsuite/mc/mutex-handling/mutex-handling.tesh -include teshsuite/mc/mutex-handling/mutex-handling_d.xml include teshsuite/mc/mutex-handling/without-mutex-handling.tesh include teshsuite/mc/random-bug/random-bug-nocrash.tesh include teshsuite/mc/random-bug/random-bug-replay.tesh @@ -578,48 +641,14 @@ include teshsuite/msg/app-bittorrent/connection.h include teshsuite/msg/app-bittorrent/generate.py include teshsuite/msg/app-bittorrent/tracker.c include teshsuite/msg/app-bittorrent/tracker.h -include teshsuite/msg/app-chainsend/app-chainsend.tesh -include teshsuite/msg/app-chainsend/app-chainsend_d.xml -include teshsuite/msg/app-chainsend/broadcaster.c -include teshsuite/msg/app-chainsend/broadcaster.h -include teshsuite/msg/app-chainsend/chainsend.c -include teshsuite/msg/app-chainsend/common.c -include teshsuite/msg/app-chainsend/common.h -include teshsuite/msg/app-chainsend/iterator.c -include teshsuite/msg/app-chainsend/iterator.h -include teshsuite/msg/app-chainsend/messages.c -include teshsuite/msg/app-chainsend/messages.h -include teshsuite/msg/app-chainsend/peer.c -include teshsuite/msg/app-chainsend/peer.h -include teshsuite/msg/app-pingpong/app-pingpong.c -include teshsuite/msg/app-pingpong/app-pingpong.tesh -include teshsuite/msg/app-pingpong/app-pingpong_d.xml -include teshsuite/msg/app-token-ring/app-token-ring.c -include teshsuite/msg/app-token-ring/app-token-ring.tesh include teshsuite/msg/async-wait/async-wait.c include teshsuite/msg/async-wait/async-wait.tesh include teshsuite/msg/async-wait/async-wait2_d.xml include teshsuite/msg/async-wait/async-wait3_d.xml include teshsuite/msg/async-wait/async-wait4_d.xml include teshsuite/msg/async-wait/async-wait_d.xml -include teshsuite/msg/async-waitall/async-waitall.c -include teshsuite/msg/async-waitall/async-waitall.tesh -include teshsuite/msg/async-waitall/async-waitall_d.xml -include teshsuite/msg/async-waitany/async-waitany.c -include teshsuite/msg/async-waitany/async-waitany.tesh -include teshsuite/msg/async-waitany/async-waitany_d.xml -include teshsuite/msg/cloud-capping/cloud-capping.c -include teshsuite/msg/cloud-capping/cloud-capping.tesh -include teshsuite/msg/cloud-migration/cloud-migration.c -include teshsuite/msg/cloud-migration/cloud-migration.tesh -include teshsuite/msg/cloud-simple/cloud-simple.c -include teshsuite/msg/cloud-simple/cloud-simple.tesh include teshsuite/msg/cloud-two-tasks/cloud-two-tasks.c include teshsuite/msg/cloud-two-tasks/cloud-two-tasks.tesh -include teshsuite/msg/energy-consumption/energy-consumption.c -include teshsuite/msg/energy-consumption/energy-consumption.tesh -include teshsuite/msg/energy-pstate/energy-pstate.c -include teshsuite/msg/energy-pstate/energy-pstate.tesh include teshsuite/msg/energy-ptask/energy-ptask.c include teshsuite/msg/energy-ptask/energy-ptask.tesh include teshsuite/msg/get_sender/get_sender.c @@ -630,37 +659,17 @@ include teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp include teshsuite/msg/host_on_off_processes/host_on_off_processes.tesh include teshsuite/msg/host_on_off_recv/host_on_off_recv.c include teshsuite/msg/host_on_off_recv/host_on_off_recv.tesh -include teshsuite/msg/io-file-remote/io-file-remote.c -include teshsuite/msg/io-file-remote/io-file-remote.tesh -include teshsuite/msg/io-file-remote/io-file-remote_d.xml include teshsuite/msg/io-file/io-file.c include teshsuite/msg/io-file/io-file.tesh -include teshsuite/msg/io-raw-storage/io-raw-storage.c -include teshsuite/msg/io-raw-storage/io-raw-storage.tesh include teshsuite/msg/platform-properties/platform-properties.c include teshsuite/msg/platform-properties/platform-properties.tesh include teshsuite/msg/platform-properties/platform-properties_d.xml -include teshsuite/msg/plugin-hostload/plugin-hostload.c -include teshsuite/msg/plugin-hostload/plugin-hostload.tesh -include teshsuite/msg/process-daemon/process-daemon.c -include teshsuite/msg/process-daemon/process-daemon.tesh -include teshsuite/msg/process-join/process-join.c -include teshsuite/msg/process-join/process-join.tesh -include teshsuite/msg/process-kill/process-kill.c -include teshsuite/msg/process-kill/process-kill.tesh include teshsuite/msg/process-lifetime/baseline_d.xml include teshsuite/msg/process-lifetime/kill_d.xml include teshsuite/msg/process-lifetime/process-lifetime.c include teshsuite/msg/process-lifetime/process-lifetime.tesh include teshsuite/msg/process-lifetime/start_d.xml include teshsuite/msg/process-lifetime/start_kill_d.xml -include teshsuite/msg/process-migration/process-migration.c -include teshsuite/msg/process-migration/process-migration.tesh -include teshsuite/msg/process-suspend/process-suspend.c -include teshsuite/msg/process-suspend/process-suspend.tesh -include teshsuite/msg/process-yield/process-yield.c -include teshsuite/msg/process-yield/process-yield.tesh -include teshsuite/msg/process-yield/process-yield_d.xml include teshsuite/msg/task-priority/task-priority.c include teshsuite/msg/task-priority/task-priority.tesh include teshsuite/msg/task-priority/task-priority_d.xml @@ -684,9 +693,20 @@ include teshsuite/msg/trace_integration/test-hbp1.5-hbp1.5.xml include teshsuite/msg/trace_integration/test-hbp2.5-hbp1.5.xml include teshsuite/msg/trace_integration/trace_integration.c include teshsuite/msg/trace_integration/trace_integration.tesh +include teshsuite/python/borken-context/borken-context.py +include teshsuite/python/borken-context/borken-context.tesh +include teshsuite/python/borken-context/borken-context_d.xml +include teshsuite/python/corrupt-stack/corrupt-stack.py +include teshsuite/python/corrupt-stack/corrupt-stack.tesh +include teshsuite/python/corrupt-stack/corrupt-stack_d.xml include teshsuite/s4u/activity-lifecycle/activity-lifecycle.cpp +include teshsuite/s4u/activity-lifecycle/activity-lifecycle.hpp include teshsuite/s4u/activity-lifecycle/activity-lifecycle.tesh +include teshsuite/s4u/activity-lifecycle/testing_comm.cpp +include teshsuite/s4u/activity-lifecycle/testing_exec.cpp include teshsuite/s4u/activity-lifecycle/testing_platform.xml +include teshsuite/s4u/activity-lifecycle/testing_sleep.cpp +include teshsuite/s4u/activity-lifecycle/testing_test-wait.cpp include teshsuite/s4u/actor-autorestart/actor-autorestart.cpp include teshsuite/s4u/actor-autorestart/actor-autorestart.tesh include teshsuite/s4u/actor/actor.cpp @@ -1411,6 +1431,34 @@ include teshsuite/smpi/mpich3-test/init/library_version.c include teshsuite/smpi/mpich3-test/init/testlist include teshsuite/smpi/mpich3-test/init/timeout.c include teshsuite/smpi/mpich3-test/init/version.c +include teshsuite/smpi/mpich3-test/io/async.c +include teshsuite/smpi/mpich3-test/io/async_any.c +include teshsuite/smpi/mpich3-test/io/bigtype.c +include teshsuite/smpi/mpich3-test/io/external32-derived-dtype.c +include teshsuite/smpi/mpich3-test/io/getextent.c +include teshsuite/smpi/mpich3-test/io/hindexed_io.c +include teshsuite/smpi/mpich3-test/io/i_aggregation1.c +include teshsuite/smpi/mpich3-test/io/i_aggregation2.c +include teshsuite/smpi/mpich3-test/io/i_bigtype.c +include teshsuite/smpi/mpich3-test/io/i_coll_test.c +include teshsuite/smpi/mpich3-test/io/i_darray_read.c +include teshsuite/smpi/mpich3-test/io/i_hindexed.c +include teshsuite/smpi/mpich3-test/io/i_hindexed_io.c +include teshsuite/smpi/mpich3-test/io/i_noncontig.c +include teshsuite/smpi/mpich3-test/io/i_noncontig_coll.c +include teshsuite/smpi/mpich3-test/io/i_noncontig_coll2.c +include teshsuite/smpi/mpich3-test/io/i_rdwrord.c +include teshsuite/smpi/mpich3-test/io/i_setviewcur.c +include teshsuite/smpi/mpich3-test/io/i_types_with_zeros.c +include teshsuite/smpi/mpich3-test/io/rdwrord.c +include teshsuite/smpi/mpich3-test/io/rdwrzero.c +include teshsuite/smpi/mpich3-test/io/resized.c +include teshsuite/smpi/mpich3-test/io/resized2.c +include teshsuite/smpi/mpich3-test/io/setinfo.c +include teshsuite/smpi/mpich3-test/io/setviewcur.c +include teshsuite/smpi/mpich3-test/io/simple_collective.c +include teshsuite/smpi/mpich3-test/io/testlist +include teshsuite/smpi/mpich3-test/io/userioerr.c include teshsuite/smpi/mpich3-test/perf/README include teshsuite/smpi/mpich3-test/perf/allredtrace.c include teshsuite/smpi/mpich3-test/perf/commcreatep.c @@ -1681,6 +1729,7 @@ include teshsuite/xbt/signals/signals.cpp include teshsuite/xbt/signals/signals.tesh include tools/MSG_visualization/colorize.pl include tools/MSG_visualization/trace2fig.pl +include tools/address_sanitizer.supp include tools/doxygen/fig2dev_postprocessor.pl include tools/doxygen/xbt_log_extract_hierarchy.pl include tools/fix-paje-trace.sh @@ -1689,7 +1738,6 @@ include tools/graphicator/graphicator.c include tools/graphicator/graphicator.tesh include tools/normalize-pointers.py include tools/pkg-config/simgrid.pc.in -include tools/sanitizers.supp include tools/sg_xml_unit_converter.py include tools/simgrid.supp include tools/simgrid2vite.sed @@ -1718,6 +1766,7 @@ include tools/tesh/set-return.tesh include tools/tesh/set-timeout.tesh include tools/tesh/setenv.tesh include tools/tesh/tesh.py +include tools/thread_sanitizer.supp include AUTHORS include CITATION.bib include CMakeLists.txt @@ -1750,6 +1799,7 @@ include doc/doxygen/uhood.doc include doc/doxygen/uhood_arch.doc include doc/doxygen/uhood_switch.doc include docs/Build.sh +include docs/find-missing.ignore include docs/find-missing.py include docs/ignored_symbols include docs/manpages/smpicc.1 @@ -1766,6 +1816,7 @@ include docs/source/Experimental_Setup.rst include docs/source/Installing_SimGrid.rst include docs/source/Introduction.rst include docs/source/Platform_Examples.rst +include docs/source/Platform_Routing.rst include docs/source/Plugins.rst include docs/source/Start_Your_Own_Project.rst include docs/source/Tutorial_Algorithms.rst @@ -1775,6 +1826,7 @@ include docs/source/_ext/autodoxy.py include docs/source/_ext/showfile.css include docs/source/_ext/showfile.js include docs/source/_ext/showfile.py +include docs/source/_static/css/custom.css include docs/source/_templates/breadcrumbs.html include docs/source/app_msg.rst include docs/source/app_s4u.rst @@ -1816,6 +1868,7 @@ include docs/source/tuto_smpi/img/big-picture.svg include docs/source/tuto_smpi/img/lu.S.4.png include docs/source/tuto_smpi/roundtrip.c include examples/README.rst +include examples/c/CMakeLists.txt include examples/deprecated/java/.classpath include examples/deprecated/java/.project include examples/deprecated/java/CMakeLists.txt @@ -1882,7 +1935,6 @@ include examples/platforms/small_platform_profile.xml include examples/platforms/small_platform_with_routers.xml include examples/platforms/storage/content/small_content.txt include examples/platforms/storage/content/storage_content.txt -include examples/platforms/storage/remote_io.xml include examples/platforms/storage/storage.xml include examples/platforms/syscoord/generate_peer_platform.pl include examples/platforms/syscoord/median_harvard.syscoord @@ -1898,8 +1950,6 @@ include examples/platforms/vivaldi.xml include examples/platforms/wifi.xml include examples/python/CMakeLists.txt include examples/python/actor-create/actor-create_d.xml -include examples/python/actor-lifetime/actor-lifetime.py -include examples/python/actor-lifetime/actor-lifetime.tesh include examples/python/actor-lifetime/actor-lifetime_d.xml include examples/python/async-wait/async-wait_d.xml include examples/python/async-waitall/async-waitall_d.xml @@ -1911,14 +1961,17 @@ include examples/smpi/mc/non_deterministic.tesh include examples/smpi/mc/only_send_deterministic.tesh include examples/smpi/replay_multiple/CMakeLists.txt include examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt -include examples/smpi/smpi_msg_masterslave/CMakeLists.txt +include examples/smpi/smpi_s4u_masterslave/CMakeLists.txt include include/simgrid/Exception.hpp include include/simgrid/actor.h include include/simgrid/barrier.h include include/simgrid/chrono.hpp +include include/simgrid/comm.h include include/simgrid/cond.h include include/simgrid/config.h.in +include include/simgrid/disk.h include include/simgrid/engine.h +include include/simgrid/exec.h include include/simgrid/forward.h include include/simgrid/host.h include include/simgrid/instr.h @@ -1993,6 +2046,7 @@ include include/smpi/smpi_helpers_internal.h include include/smpi/smpi_main.h include include/xbt.h include include/xbt/Extendable.hpp +include include/xbt/PropertyHolder.hpp include include/xbt/asserts.h include include/xbt/automaton.h include include/xbt/automaton.hpp @@ -2151,7 +2205,6 @@ include src/kernel/context/ContextThread.cpp include src/kernel/context/ContextThread.hpp include src/kernel/context/ContextUnix.cpp include src/kernel/context/ContextUnix.hpp -include src/kernel/context/context_private.hpp include src/kernel/future.cpp include src/kernel/lmm/fair_bottleneck.cpp include src/kernel/lmm/maxmin.cpp @@ -2513,8 +2566,6 @@ include src/smpi/smpirun.in include src/smpi/smpitools.sh include src/surf/HostImpl.cpp include src/surf/HostImpl.hpp -include src/surf/PropertyHolder.cpp -include src/surf/PropertyHolder.hpp include src/surf/StorageImpl.cpp include src/surf/StorageImpl.hpp include src/surf/cpu_cas01.cpp @@ -2560,6 +2611,7 @@ include src/surf/xml/simgrid_dtd.h include src/surf/xml/surfxml_parseplatf.cpp include src/surf/xml/surfxml_sax_cb.cpp include src/xbt/OsSemaphore.hpp +include src/xbt/PropertyHolder.cpp include src/xbt/automaton/automaton.c include src/xbt/automaton/automaton_lexer.yy.c include src/xbt/automaton/automatonparse_promela.c @@ -2608,7 +2660,6 @@ include src/xbt/xbt_log_layout_format.cpp include src/xbt/xbt_log_layout_simple.cpp include src/xbt/xbt_main.cpp include src/xbt/xbt_os_file.cpp -include src/xbt/xbt_os_synchro.cpp include src/xbt/xbt_os_time.c include src/xbt/xbt_replay.cpp include src/xbt/xbt_str.cpp @@ -2620,6 +2671,7 @@ include teshsuite/lua/CMakeLists.txt include teshsuite/lua/lua_platforms.tesh include teshsuite/mc/CMakeLists.txt include teshsuite/msg/CMakeLists.txt +include teshsuite/python/CMakeLists.txt include teshsuite/s4u/CMakeLists.txt include teshsuite/simdag/CMakeLists.txt include teshsuite/simix/CMakeLists.txt @@ -2652,6 +2704,7 @@ include teshsuite/smpi/mpich3-test/f90/util/CMakeLists.txt include teshsuite/smpi/mpich3-test/group/CMakeLists.txt include teshsuite/smpi/mpich3-test/info/CMakeLists.txt include teshsuite/smpi/mpich3-test/init/CMakeLists.txt +include teshsuite/smpi/mpich3-test/io/CMakeLists.txt include teshsuite/smpi/mpich3-test/perf/CMakeLists.txt include teshsuite/smpi/mpich3-test/pt2pt/CMakeLists.txt include teshsuite/smpi/mpich3-test/rma/CMakeLists.txt @@ -2689,6 +2742,7 @@ include tools/cmake/test_prog/prog_asan.cpp include tools/cmake/test_prog/prog_makecontext.c include tools/cmake/test_prog/prog_stackgrowth.c include tools/cmake/test_prog/prog_stacksetup.c +include tools/cmake/test_prog/prog_tsan.cpp include tools/doxygen/fig2dev_postprocessor.pl include tools/doxygen/list_routing_models_examples.sh include tools/doxygen/xbt_log_extract_hierarchy.pl