Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: add an observer to sleep simcalls
[simgrid.git] / src / mc / remote / AppSide.cpp
2023-11-02 Martin QuinsonMC: add an observer to sleep simcalls
2023-07-01 Martin QuinsonMore verbose error and debug messages
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-20 Fred SuterMerge branch 'master' into 'task-token'
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Martin QuinsonFix the liveness tests by ignoring the Comm ID memory...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-15 Arnaud GierschDefine master_socket_name only once, and embed it with...
2023-05-15 Arnaud GierschTry harder not to fail with stale sockets after several...
2023-04-27 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-15 Martin QuinsonAlso send the disabled transitions over: UDPOR needs it
2023-04-15 Martin QuinsonMore informative message on system error
2023-04-11 Arnaud GierschMisc sonar issues.
2023-04-06 Martin QuinsonMC: Reap all zombie childs to avoid them to accumulate
2023-04-05 Martin QuinsonImprove the logging level of that message that is relat...
2023-04-05 Arnaud GierschCentralize definitions for the name of environment...
2023-04-04 Martin QuinsonUse the fast SOCK_SEQPACKET where available
2023-04-04 Martin QuinsonMake the MC protocol work on top of STREAM sockets
2023-04-02 Martin QuinsonDon't use ucontextes on Apple hosts
2023-04-02 Martin QuinsonCast a printf parameter to please MacOS X
2023-04-02 Martin QuinsonDon't use CLOEXEC
2023-04-01 Martin QuinsonIgnore empty replay path + hide a global (to avoid...
2023-04-01 Martin QuinsonFix an initialization race around the AppSide
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-03-31 Martin QuinsonFix non-MC builds when MC-only dependencies are missing
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-30 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-26 Martin QuinsonImplement reforks by forking the application, to save...
2023-03-25 Martin Quinsonmemset 0 the memory that is sent over the network
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-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-23 Martin QuinsonActually, read()=0 is not an issue in the AppSide
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
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...
next