Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-12-21 SUTER Frederic(crudly) deal with I/O launched by maestro
2021-12-21 SUTER Fredericremove commented code
2021-12-21 SUTER Fredericmove tests on dependencies to a better place
2021-12-21 SUTER Fredericreplace old and counter-intuitive simdag-throttling...
2021-12-21 SUTER Fredericuseless flag, already default value
2021-12-21 SUTER Fredericcosmetics and wrapper
2021-12-20 SUTER Fredericno dangling else
2021-12-20 SUTER Fredericreplace old simdag-fail example by new s4u-dag-failure one
2021-12-20 SUTER Fredericextend failure to parallel activities owned by maestro
2021-12-20 SUTER Fredericallowed to do that in this state too
2021-12-20 SUTER Fredericallow an Exec to be unscheduled (reset host list, flops...
2021-12-20 SUTER Fredericmake Exec started by maestro fail when a host is turned off
2021-12-16 SUTER Fredericalso display start and finish time on Exec completion
2021-12-16 SUTER Fredericneed to set Exec finish time when created by maestro
2021-12-15 Martin Quinsondocs: fix some broken references in python
2021-12-15 Martin QuinsonFix pip builds. Again
2021-12-15 Martin QuinsonFix clang builds
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonNew signal: Activity::on_veto, to detect when an activi...
2021-12-14 Martin QuinsonMissing documentation segment
2021-12-14 SUTER Fredericknow whether an activity has solved all its dependencies
2021-12-14 Martin QuinsonFix pip builds
2021-12-14 Martin QuinsonEngine::run_until: documentation + C bindings
2021-12-14 Martin QuinsonAdd an example for Engine::run_until()
2021-12-14 Martin QuinsonNew: Engine::run_until(date) to split the simulation
2021-12-14 Martin QuinsonFix ExecImpl::get_remaining to return the right value...
2021-12-13 Augustin Degommesame thing here
2021-12-13 Augustin DegommePlease GCC-12 which warns us of a (potentially buggy...
2021-12-13 Martin QuinsonDocument my last hack
2021-12-13 Martin QuinsonAdd a function to retrieve the ns3 node from the s4u...
2021-12-13 Martin QuinsonAnother reference in foreign language
2021-12-07 Bruno DonassoloSonar code smells
2021-12-06 Bruno DonassoloSMPI calibration: saving notebook execution
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
2021-12-02 Martin Quinsondoc: Fix indent for cosmetics [noci]
2021-11-19 Augustin Degommethread factory + dlopen privatization seems to be worki...
2021-11-19 Augustin DegommeThis should be fixed by now, remove the workaround...
2021-11-19 SUTER Fredericcontinue to mess up with simdag
2021-11-13 SUTER Fredericplug leak
2021-11-13 SUTER Fredericfix jedule build
2021-11-12 SUTER Fredericfix 32 bits build (bis, damnit)
2021-11-12 SUTER Fredericfix 32 bits build
2021-11-12 SUTER FredericObjectify SD_task_t
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-10 SUTER Frederic[sonar] constify
2021-11-09 SUTER Fredericrename log category from simix_context to ker_context
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-09 SUTER Frederic[sonar] Refactor to reduce cognitive complexity
2021-11-09 SUTER Fredericone less include file
2021-11-09 SUTER Fredericit may be a double, but not an int
2021-11-09 SUTER Fredericfix ns3 build (missing namespace)
2021-11-09 SUTER Fredericmove surf_presolve, surf_solve, and surf_get_clock...
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-11-08 SUTER Fredericcosmetics
2021-11-05 SUTER Fredericcosmetics
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-11-05 SUTER Fredericcosmetics
2021-11-05 SUTER Fredericinclude cleanups after deprecation
2021-11-05 SUTER Fredericno reason to die here
2021-11-04 Arnaud Giersch[appveyor] Lazy fix for failing python tests.
2021-11-04 SUTER FredericReorganize VM code
2021-10-30 SUTER Fredericadd capacity to update priority of Execs too
2021-10-30 SUTER Fredericadd user friendly wrapper to set priorities on I/Os
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-29 SUTER Frederic[no-ci] another copy/paste glitch
2021-10-29 Arnaud GierschSlightly improve coverage for xbt/config.
2021-10-28 Arnaud GierschBe more user-friendly, and give a hint for options...
2021-10-28 SUTER Frederic[no-ci] typos in comments
2021-10-28 SUTER Fredericadd capacity to set priorities on I/Os + example
2021-10-27 Arnaud GierschDisplay test output to ease debugging.
2021-10-27 Arnaud Giersch[mc_dwarf] Continue with a warning on error.
2021-10-27 SUTER Frederic[no-ci] update VM doc
2021-10-27 SUTER FredericChange the way VMs are created.
2021-10-27 SUTER Fredericreindent file
2021-10-27 SUTER Fredericadd File::open and File::close in FileSystem plugin
2021-10-27 SUTER Frederic[sonar] use shared_ptr instead of new/delete
2021-10-27 SUTER Frederic[sonar] add a few const
2021-10-26 Arnaud GierschMove kernel/resource/Resource.hpp in private section.
2021-10-26 Arnaud GierschMove smpi_replay.hpp in private section.
2021-10-26 Arnaud GierschAdd default value for variable TRACE_CALL_LOCATION...
2021-10-26 Arnaud GierschComplete error message.
2021-10-26 Arnaud GierschAdd some missing py::call_guard<py::gil_scoped_release>().
2021-10-26 Arnaud GierschRemove various hacks meant to support swapped contexts...
2021-10-26 SUTER Fredericmake Resource:state_event_ private
2021-10-26 SUTER Fredericrefactor Resource::is_used()
2021-10-26 SUTER Fredericdocument IO related signals
2021-10-26 Arnaud GierschOnly test python examples with their default context...
2021-10-26 Arnaud GierschUse thread contexts by default with python bindings.
2021-10-25 Arnaud GierschReduce scope for py_context.
2021-10-25 Augustin Degommesomehow smpif90 was not handling trace_call_location...
2021-10-25 Augustin Degommefortran: don't generate temporary files when not necessary.
2021-10-24 Martin QuinsonDo not attempt to compile raw contextes when HAVE_RAW_C...
2021-10-24 Martin QuinsonUpdate the release procedure. Forgot to update the...
2021-10-21 SUTER Fredericsplit Comm::on_start into two signals (on_send and...
2021-10-21 SUTER Fredericmention the right signals
2021-10-21 SUTER Fredericremove Link::on_communicate (use CommImpl::on_start...
next