Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-03-28 Bruno DonassoloFix java test
2022-03-28 Bruno DonassoloCosmetics: doc about System's concurrency
2022-03-28 Bruno DonassoloCosmetics: System.cpp
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-27 Augustin Degommeignore MBI in cobertura reports. Keep them for PVS...
2022-03-27 Augustin Degommetest activating MBI on coverage build
2022-03-26 Martin QuinsonMBI: typo
2022-03-26 Martin QuinsonMBI mark the test requiring the detection of local...
2022-03-26 Martin QuinsonMBI: buffer on stack is a programming error, not a...
2022-03-26 Martin QuinsonMBI test: disply the right buffer on error
2022-03-26 Martin QuinsonResynch MBI generators with upstream
2022-03-26 Martin QuinsonReactivate the last MBI generator now that it produces...
2022-03-26 Arnaud GierschFix dead links.
2022-03-25 Arnaud GierschCosmetics: don't talk about ActorIDTrait if it's not...
2022-03-25 Arnaud GierschSlightly improve message on deadlock.
2022-03-25 Arnaud GierschRemove unused member.
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (mc::State).
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (mc::Model...
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (resource...
2022-03-25 Martin QuinsonExpose signals Activity::on_suspend and Activity::on_re...
2022-03-25 Martin Quinsonkill a signal that never worked anyway
2022-03-25 Martin QuinsonYet another tiny improvement to the release process
2022-03-25 Arnaud GierschMake it possible to have an empty profile callback.
2022-03-25 Arnaud GierschSonar is right: a std:vector is just fine here.
2022-03-24 Arnaud GierschMake NOW a static member of EngineImpl.
2022-03-24 Arnaud GierschMake maxpid a static member of ActorIDTrait.
2022-03-24 Arnaud GierschUse a std::unique_ptr, and avoid explicit new/delete.
2022-03-24 Arnaud GierschSave more std::string copies.
2022-03-24 Arnaud GierschAvoid unnecessary copy of std::string parameter.
2022-03-24 Martin Quinsonkill trailing spaces and tabs in MBI files
2022-03-24 Martin QuinsonSync MBI generators with upstream modifications
2022-03-24 Martin QuinsonRemove a reference to gforge from the README
2022-03-23 Martin QuinsonRevalidate the tesh outputs after cosmetics to the...
2022-03-23 Martin QuinsonFix the dependency of inter-comm transitions
2022-03-22 Martin Quinsontiny fix in release process
2022-03-22 Martin QuinsonMC: be explicit when reaching an execution end (it...
2022-03-22 Martin QuinsonComm transitions are INDEP with non-comm transitions
2022-03-22 Arnaud GierschMore XBT_PUBLIC for mingw.
2022-03-22 Arnaud GierschA few Sonar smells.
2022-03-22 Arnaud GierschWrong find&replace.
2022-03-22 Arnaud GierschMisc Python smells from codefactor.io.
2022-03-22 Arnaud GierschUnnecessary newlines.
2022-03-22 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v336.
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-03-22 Arnaud GierschStart the dev cycle toward v3.32.
2022-03-22 Martin QuinsonFix the release date in the release notes v3.31
2022-03-22 Martin QuinsonRelease v3.31
2022-03-22 Martin QuinsonUpdate tuto MC to the latest tool output
2022-03-22 Bruno DonassoloAdd test for issue105
2022-03-22 Martin QuinsonFix make distcheck, once again
2022-03-22 Martin QuinsonComplete the documentation of v3.31
2022-03-21 Augustin Degommepedantic is now implied by -analyze
2022-03-21 Augustin DegommeChangelog update
2022-03-21 Augustin Degomme-analyze implies pedantic mode
2022-03-21 Augustin Degommegive a (small and random) value of smpi/ois and smpi...
2022-03-21 Arnaud GierschReturning a value from simcall_blocking's lambda is...
2022-03-21 Arnaud GierschCosmetics: coding-style.
2022-03-21 Martin QuinsonRevalidate the tesh of a MC test that has now less...
2022-03-20 Augustin Degommeremove spurious barrier calls in comm creation and...
2022-03-20 Martin QuinsonResynchronize simgrid's MBI adapter from MBI project
2022-03-20 Martin QuinsonAdd the remaining MBI generators
2022-03-20 Martin Quinsonsmall sonar fixes
2022-03-20 Martin Quinsonalso remove the master example from example syncho...
2022-03-20 Augustin DegommeHave MPI collectives display their root and MPI_Op...
2022-03-20 Augustin Degommeadd check for collectives, using check_collectives_orde...
2022-03-20 Augustin Degommeactivate pedantic mode for MBI
2022-03-20 Augustin Degommemake pedantic not the default...
2022-03-20 Augustin DegommeSMPI: add utility to keep the order of collective calls...
2022-03-20 Augustin Degommeadd finalizing state for smpi actor:
2022-03-20 Martin QuinsonFail loudly when someone tries to use Actor::join(...
2022-03-20 Martin QuinsonDon't have an extra actor in s4u-synchro-mutex to creat...
2022-03-20 Martin QuinsonMC: be more cautionous around MC_process_clock, the...
2022-03-20 Martin QuinsonCosmetics
2022-03-20 Martin QuinsonMBI: reduce a bit the amount of supurious warnings...
2022-03-20 Augustin DegommeMPI Win: add check if we try to delete a locked or...
2022-03-19 Martin QuinsonFix gcc builds :(
2022-03-19 Martin Quinsonmake a single barrier per RMA window and share it throu...
2022-03-19 Martin QuinsonGive users a way to debug their barriers
2022-03-19 Augustin Degommeuse correct type
2022-03-19 Augustin DegommeSMPI: add check for buffer size in windows creation...
2022-03-18 Martin QuinsonFinish to document the BMF options [no-ci]
2022-03-18 Martin QuinsonMBI: don't add the path of the generator in the generat...
2022-03-18 Martin QuinsonSpecify actor in the MC traces
2022-03-18 Bruno DonassoloFix doc: add bmf/precision
2022-03-18 Bruno DonassoloChangelog
2022-03-18 Bruno DonassoloRevalidate output for maxmin_bench tests.
2022-03-18 Bruno DonassoloKill set_concurrency_share
2022-03-18 Bruno DonassoloKill expand_add
2022-03-18 Bruno DonassoloUnify expand and expand_add
2022-03-18 Bruno DonassoloFix ctest for no Eigen builds
2022-03-18 Bruno DonassoloRemove bmf host model. Add it as an option.
2022-03-18 Bruno DonassoloBMF: undo weight adding.
2022-03-18 Bruno DonassoloNetwork: add solver as an option
2022-03-18 Bruno DonassoloBMF: hopefully fix the fair_sharing with priority
2022-03-18 Bruno DonassoloDisk: add solver as an option
2022-03-18 Bruno DonassoloSystem: methods -3 protected, +3 private
2022-03-18 Bruno DonassoloFix distcheck
2022-03-18 Bruno DonassoloBMF: remove warning since the solver can be used by...
2022-03-18 Bruno DonassoloBMF: fix cloud-capping tests.
2022-03-18 Bruno DonassoloBMF: Fix bug with threads
next