Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 BOULANGERAdd 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.
2022-03-16 Arnaud GierschProvide File::open with 3 arguments.
2022-03-16 Arnaud GierschMake example s4u-replay-io use s4u::File::open/close.
2022-03-16 Arnaud GierschMake example storage_client_server use s4u::File::open...
2022-03-16 Arnaud GierschPolymorphic base class destructor should be either...
2022-03-16 Arnaud GierschFix shadowing declarations in Parmap too.
2022-03-16 Arnaud GierschRename variables to avoid shadowing outer declarations.
2022-03-16 Arnaud GierschInitialize all fields.
2022-03-16 Arnaud GierschFix misc sonar issues.
2022-03-16 Arnaud GierschKill dead code.
2022-03-16 Arnaud GierschStatic storage duration for config flags.
2022-03-16 Arnaud GierschActivate test python-synchro-barrier.
2022-03-16 SUTER Frederictake 2 on declare_flag, not sure it's better... a bit...
2022-03-16 Martin QuinsonFix makedistcheck after !87
2022-03-16 Arnaud GierschDirectly reset observer_ instead of using an empty...
2022-03-16 Arnaud GierschSimcalls are not allowed on exit, even when cheating...
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Arnaud GierschRegroup common code.
2022-03-15 Arnaud GierschExtract eigen3 version from build logs.
2022-03-15 Arnaud GierschUse the right comparison operator for version numbers.
2022-03-15 Jean-Edouard BOULANGERAdd missing license
2022-03-15 Jean-Edouard BOULANGERAdd Barrier Python bindings
2022-03-15 Henri CasanovaUpdated Release notes wit text from Arnaud, with a...
2022-03-15 Arnaud GierschFix column numbers for sortTable.
2022-03-15 Arnaud GierschUse existing helper function.
2022-03-15 Martin QuinsonDraft a few paragraphs in release notes about modeling...
2022-03-15 Martin QuinsonBetter fix for the mutex IDs modifications in mutex...
next