Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 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 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
2022-03-18 Bruno DonassoloAvoid negative rate
2022-03-18 Bruno DonassoloMove common part for selective_update to System class.
2022-03-18 Bruno DonassoloRename update_modified_set to update_modified_cnst_set.
2022-03-18 Bruno DonassoloSystem: fix modified_set_ when selective_update is...
2022-03-18 Bruno DonassoloMove maxmin solver from system
2022-03-18 Bruno DonassoloRename file maxmin to System
2022-03-18 Bruno DonassoloSolver as an configuration option for CPU
2022-03-17 Arnaud GierschSuppress trailing whitespaces.
2022-03-17 Martin Quinsoncosmetics in doc
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud GierschA few more sonar smells.
2022-03-17 Jean-Edouard... Add Semaphore Python bindings
2022-03-17 Arnaud Giersch[sonar] Replace 're.sub' by more efficient 'str.replace'.
2022-03-17 Arnaud Giersch[sonar] Use a more specific Python exception.
2022-03-17 Arnaud GierschPrefer a range-based for loop.
2022-03-17 Arnaud GierschFix mingw warnigns.
2022-03-17 Arnaud GierschMerge branch 'dev-profile-leak' into 'master'
2022-03-17 Fabien ChaixFix leak when given an empty profile
2022-03-17 Martin Quinsondoc: Fix some formatting issues
2022-03-17 Martin QuinsonRelease notes: shorten a bit, reindent, and reformat...
2022-03-17 Martin QuinsonBegin to prepare the next release
2022-03-16 Arnaud GierschFix spurious compilation warning.
2022-03-16 Arnaud GierschDisallow direct contruction/destruction of s4u::File.
2022-03-16 Arnaud GierschMove simcall out of s4u::File destructor.
2022-03-16 Arnaud GierschUse s4u::File::open/close inside s4u::File too.
next