Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC protocol: rename INITIAL_ADDRESSES msg to NEED_MEMINFO
[simgrid.git] / src / mc / remote / AppSide.cpp
2023-03-25 Martin QuinsonMC protocol: rename INITIAL_ADDRESSES msg to NEED_MEMINFO
2023-03-24 Martin QuinsonFix the refork feature by not ptracing App so that...
2023-03-24 Arnaud GierschSimplify loop.
2023-03-24 Arnaud GierschDetermine n_transitions on receiving side (and remove...
2023-03-24 Arnaud GierschThere's no need to compute the total transition count...
2023-03-24 Arnaud GierschRemove superfluous test, and reduce depth of nested...
2023-03-24 Arnaud GierschMerge loops and get rid of the "probes" temporary vector.
2023-03-23 Martin QuinsonActually, read()=0 is not an issue in the AppSide
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-21 Martin QuinsonFix the liveness tests when the reforks are compiled...
2023-03-20 Martin QuinsonDo not initialize the App's memory introspection if...
2023-03-15 Martin QuinsonSanitize how we know the current MC mode
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-12 Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
2023-03-12 Martin QuinsonMC: stop reading maxpid in memory, but ask it over...
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Arnaud GierschZero-initialize more messages.
2023-03-02 Arnaud GierschReplace memset(..., 0, ...) with zero-initialization.
2023-03-02 Arnaud GierschZero-initialize messages (essentially their padding...
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschVarious cleanups.
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-20 Arnaud GierschMerge branch 'fix-probe' into 'master'
2023-02-20 Maxwell PirtleSend actor action probes one at a time
2023-02-19 Martin QuinsonRemove more occurences of 'surf' with uppercases
2023-02-18 Martin QuinsonKill src/include
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Arnaud GierschVarious cleanups.
2023-02-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 Maxwell PirtleAdd note about resetting `times_considered`
2023-02-10 Maxwell PirtleAdd intial steps to transfer transitions to the MC
2023-01-13 Arnaud GierschFix MC+sthread+coverage.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-21 Arnaud GierschAddress misc Sonar issues.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonMC: display the status of all actors in case of deadlock
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-27 Arnaud GierschUse true/false for boolean variable (Sonar).
2022-10-21 Martin Quinsonfix the parameter of a strncpy call
2022-10-16 Martin QuinsonKill redundent sanity checks
2022-10-16 Martin QuinsonDon't include simgrid/config.h from simgrid/modelchecke...
2022-10-16 Martin QuinsonImplement pthread_join in MC mode for sthread
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-26 Arnaud GierschUse "std::vector" instead of C-style array (sonar).
2022-08-26 Arnaud GierschAvoid to send/receive zero-size messages.
2022-07-31 Martin Quinsonsanitize things around FINALIZE_REPLY despite my lazine...
2022-07-30 Martin QuinsonMC further cleanups (let it compile, this time)
2022-07-30 Martin QuinsonAnd now cleanup the App-side of cruft that was needed...
2022-07-30 Martin QuinsonFinally kill mc::RemoteProcess::actors(). We now commun...
2022-07-22 Augustin DegommeMerge branch 'support-sendrecv-ti' into 'master'
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-21 Martin QuinsonSeparate mmalloc from xbt
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Arnaud GierschCosmetics: don't talk about ActorIDTrait if it's not...
2022-03-24 Arnaud GierschMake maxpid a static member of ActorIDTrait.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin Quinsonfurther simpify the MC initialization on app side
2022-03-09 Martin QuinsonSimplify the parameter passing while initializing the...
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-02-28 Arnaud GierschMinor sonar smells, and other cosmetics.
2022-02-28 Arnaud GierschPut message handling in its own method (avoid nested...
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-02-19 Martin Quinsonkill ModelChecker::simcall_is_visible()
2022-02-18 Martin QuinsonHave the application execute its transition before...
2022-02-16 Arnaud GierschUse C++ std::array (sonar).
2022-02-12 Martin QuinsonSimplify the serialization protocol to implement TestAn...
2022-02-12 Martin QuinsonFix MC gcc builds :(
2022-02-12 Martin QuinsonMove dot_label() from Observer to Transition (+ some...
2022-02-12 Martin QuinsonBetter fix for the security warning from sonar: hide...
2022-02-11 Martin QuinsonNo need to save the observers on the App side now that...
2022-02-11 Martin QuinsonBig bang in MC: app's observers are serialized, to...
2022-02-07 Martin QuinsonFast path: don't check the dependency between null...
2022-02-07 Martin QuinsonMC: Trade less use of executed_req for more network...
2022-02-06 Martin Quinsonnardin clang (fix clang MC builds)
2022-02-05 Martin QuinsonDon't compute the dependencies locally in the checker...
2022-02-05 Martin QuinsonMC: isend/irecv are not blocking
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-21 SUTER Fredericmove MC stuff from simix_global to EngineImpl
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-23 Augustin DegommeRevert "Fix for clang 14: new check was added against...
2021-08-23 Augustin DegommeFix for clang 14: new check was added against substract...
2021-08-17 Arnaud GierschPleases somewhat codefactor.io, lgtm, and pvs-studio.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-06-01 Arnaud GierschPrefer std algorithms.
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
next