X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/519fc4af194190fc8092d801d51b2fd83d35845e..7b4766bf670b8042a39700c3f27e61b82db3d6cd:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index c3f49ce0b6..a1b8d5ad8d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -557,6 +557,8 @@ include examples/python/exec-cpu-nonlinear/exec-cpu-nonlinear.py include examples/python/exec-cpu-nonlinear/exec-cpu-nonlinear.tesh include examples/python/exec-dvfs/exec-dvfs.py include examples/python/exec-dvfs/exec-dvfs.tesh +include examples/python/exec-ptask/exec-ptask.py +include examples/python/exec-ptask/exec-ptask.tesh include examples/python/exec-remote/exec-remote.py include examples/python/exec-remote/exec-remote.tesh include examples/python/io-degradation/io-degradation.py @@ -710,6 +712,9 @@ include examples/smpi/trace_call_location/trace_call_location.c include examples/smpi/trace_call_location/trace_call_location.tesh include examples/smpi/trace_simple/trace_simple.c include examples/smpi/trace_simple/trace_simple.tesh +include examples/sthread/pthread-mutex-simple.c +include examples/sthread/pthread-mutex-simple.tesh +include examples/sthread/sthread-mutex-simple.c include src/include/catch_simgrid.hpp include teshsuite/java/semaphoregc/SemaphoreGC.java include teshsuite/java/semaphoregc/semaphoregc.tesh @@ -1973,6 +1978,7 @@ include examples/smpi/comm_dynamic_costs/CMakeLists.txt include examples/smpi/replay_multiple/CMakeLists.txt include examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt include examples/smpi/smpi_s4u_masterworker/CMakeLists.txt +include examples/sthread/CMakeLists.txt include include/simgrid/Exception.hpp include include/simgrid/actor.h include include/simgrid/barrier.h @@ -2054,6 +2060,7 @@ include include/xbt.h include include/xbt/Extendable.hpp include include/xbt/PropertyHolder.hpp include include/xbt/asserts.h +include include/xbt/asserts.hpp include include/xbt/automaton.h include include/xbt/automaton.hpp include include/xbt/backtrace.hpp @@ -2277,6 +2284,7 @@ include src/mc/VisitedState.cpp include src/mc/VisitedState.hpp include src/mc/api.cpp include src/mc/api.hpp +include src/mc/api/ActorState.hpp include src/mc/api/State.cpp include src/mc/api/State.hpp include src/mc/compare.cpp @@ -2317,15 +2325,12 @@ include src/mc/mc_forward.hpp include src/mc/mc_global.cpp include src/mc/mc_hash.cpp include src/mc/mc_hash.hpp -include src/mc/mc_ignore.hpp include src/mc/mc_mmu.hpp -include src/mc/mc_pattern.hpp include src/mc/mc_private.hpp include src/mc/mc_record.cpp include src/mc/mc_record.hpp include src/mc/mc_replay.hpp include src/mc/mc_safety.hpp -include src/mc/mc_smx.cpp include src/mc/remote/AppSide.cpp include src/mc/remote/AppSide.hpp include src/mc/remote/Channel.cpp @@ -2584,6 +2589,9 @@ include src/smpi/smpif90.in include src/smpi/smpiff.in include src/smpi/smpirun.in include src/smpi/smpitools.sh +include src/sthread/sthread.c +include src/sthread/sthread.h +include src/sthread/sthread_impl.cpp include src/surf/HostImpl.cpp include src/surf/HostImpl.hpp include src/surf/cpu_cas01.cpp @@ -2647,6 +2655,7 @@ include src/xbt/memory_map.cpp include src/xbt/memory_map.hpp include src/xbt/mmalloc/mfree.c include src/xbt/mmalloc/mm.c +include src/xbt/mmalloc/mm_interface.c include src/xbt/mmalloc/mm_legacy.c include src/xbt/mmalloc/mm_module.c include src/xbt/mmalloc/mmalloc.c