Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New model for parallel tasks: host/model:ptask_BMF
[simgrid.git] / src / kernel / activity /
2022-03-06 Martin Quinsonsonar fixes and little cleanups
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Martin QuinsonKill dead MC code
2022-03-03 Martin QuinsonMutex are now DPOR compatible
2022-03-03 Martin QuinsonSemaphore made observable from the Checker side
2022-03-02 Arnaud GierschRename method for consistency.
2022-03-02 Arnaud GierschConst methods.
2022-03-02 Arnaud GierschDisable the copy constructor and the copy-assignment...
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-03-01 SUTER Fredericrework how host-to-host comms are managed
2022-03-01 SUTER Fredericget/set for CommImpl::type
2022-02-28 Fabien Chaixapply Simgrid coding rules
2022-02-28 Fabien ChaixMinimal change to support host on-off and permanent...
2022-02-28 Arnaud GierschMinor sonar smells, and other cosmetics.
2022-02-27 Martin Quinsonreduce the visibility of popping_private
2022-02-25 Martin QuinsonTry to make timeouted semaphores robust to actors death
2022-02-25 Martin Quinsoncosmetics: rename a variable and please sonar a tiny bit
2022-02-25 Martin Quinsonfix a memory corruption
2022-02-25 Martin QuinsonImplement SemaphoreImpl::acquire_async (timeouts are...
2022-02-24 Martin Quinsonkill some remains of the pre-C++ era
2022-02-24 Martin QuinsonTest the dependencies of Mutex transitions
2022-02-23 Martin QuinsonMutex do not need a locked_ field. owner_ != null is...
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-02-20 Martin QuinsonRename SynchroRawImpl to SynchroImpl
2022-02-20 SUTER Fredericremove old wait any simcall
2022-02-19 Martin QuinsonKill Simcall::COMM_WAIT
2022-02-19 Martin QuinsonKill Simcall::COMM_RECV, COMM_IRECV, COMM_SEND and...
2022-02-18 Martin QuinsonMC does not need a mc_value_ in the simcall anymore
2022-02-18 Martin QuinsonSplit the Comm observers to their own files
2022-02-18 Martin QuinsonMake CommDet a plugin on top of Safety
2022-02-18 Martin QuinsonGive the comm to {Send,Recv}Transition, as CommDet...
2022-02-16 Arnaud GierschDon't mix public and private data members (sonar).
2022-02-13 Martin QuinsonImplement WaitAnyTransition
2022-02-13 Martin QuinsonSonar fixes
2022-02-11 Martin QuinsonCommWaitTransition mailbox is now valid
2022-02-11 Martin QuinsonBig bang in MC: app's observers are serialized, to...
2022-02-09 Arnaud GierschForward all the parameters to the observer.
2022-02-08 Arnaud GierschReduce scope for variables.
2022-02-08 SUTER Fredericsimplify calls to CommImpl::isend and CommImpl::irecv
2022-02-08 SUTER Frederic[sonar] constify
2022-02-06 SUTER Frederictest and testany are non blocking simcalls
2022-02-05 SUTER Fredericback to normal ... keep progressing towards modern...
2022-02-03 SUTER Fredericremove old simcall_comm_test and simcall_comm_testany
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 SUTER Fredericmake isend and irecv observable (except for irecv in...
2022-02-03 SUTER Fredericdraft CommI{send,recv}Observer
2022-02-03 SUTER Fredericmove the code of isend and irecv out of the handler...
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Frederictake two on prepare() for Waitany and Testany observers
2022-02-02 SUTER Fredericbetter handling of ActivityImpl::wait_for with dying...
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-20 SUTER FredericCleanup in log categories
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-06 Arnaud GierschCosmetics to please codefactor.io.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2021-12-23 SUTER FredericMight be interesting to have start and finish time...
2021-12-22 SUTER FredericActivity refactoring
2021-12-22 SUTER Fredericassociate a s4u::Comm to a kernel::activity::CommImpl...
2021-12-21 SUTER Frederic(crudly) deal with I/O launched by maestro
2021-12-20 SUTER Fredericallow an Exec to be unscheduled (reset host list, flops...
2021-12-16 SUTER Fredericneed to set Exec finish time when created by maestro
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonFix ExecImpl::get_remaining to return the right value...
2021-11-10 SUTER FredericRevert "use smart pointers for kernel timers"
2021-11-10 SUTER Fredericrename synchro logging categories (simix->ker)
2021-11-10 SUTER Fredericuse smart pointers for kernel timers
2021-11-10 SUTER Fredericrefactor exception handling for activities
2021-11-09 SUTER Fredericrename log category from simix_process to ker_actor
2021-11-09 SUTER Fredericremove timeout_cb only once + cosmetics
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-10-30 SUTER Fredericadd capacity to update priority of Execs too
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-28 SUTER Fredericadd capacity to set priorities on I/Os + example
2021-10-21 SUTER Fredericsplit Comm::on_start into two signals (on_send and...
2021-10-21 SUTER Fredericuse CommImpl::on_start instead of Link::on_communicate...
2021-10-20 SUTER Fredericintroduce Comm::on_start and Comm::on_completion
2021-10-06 SUTER Fredericdeprecate 2 more SIMIX functions
2021-10-02 Arnaud GierschUse 'auto' with functions returning iterators [sonar].
2021-10-02 Arnaud GierschMisc. cosmetic changes.
2021-10-01 SUTER Fredericmore include cleanups
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-29 Augustin DegommeFix high memory usage when exec events are done.
2021-09-21 Arnaud GierschAdd comment to ease future deprecation process.
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-09-02 SUTER Frederic[procasticommit] Do not mix private and public fields
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-23 SUTER Fredericadd a FAILED state to activities. tested on comm and...
2021-08-23 SUTER Frederic the issuer of a remote exec that fails should not die
2021-08-09 Bruno DonassoloCPU factors: dynamic factors for CPU
2021-08-09 Bruno DonassoloReworking user_bound for Exec actions.
2021-08-09 Bruno DonassoloRemove old fixme
2021-07-30 Bruno DonassoloI/O factors: noise for disks.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::test_any.
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
next