Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
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.
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... Add missing license
2022-03-15 Jean-Edouard... Add 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...
2022-03-15 Arnaud Giersch[project-description] Put build status starting at...
2022-03-15 Arnaud GierschAdd eigen3 to project_description.sh
2022-03-15 Arnaud GierschDisable debug output by default.
2022-03-15 Arnaud GierschEnable valgrind for unit-tests.
2022-03-15 Arnaud GierschRename TESH_WRAPPER -> VALGRIND_WRAPPER.
2022-03-15 Arnaud GierschWhitespace cleanup and reindent.
2022-03-15 Arnaud GierschUnnecessary semicolon.
2022-03-15 Martin QuinsonRevalidate the tesh output of mutex-MC. The mutex IDs...
2022-03-15 Martin QuinsonMake the Eigen3 dependency optionnal
2022-03-15 Martin QuinsonDon't feed ICC with command-line parameters that it...
2022-03-15 Martin QuinsonMerge branch 'add_mutex_python_bindings' into 'master'
2022-03-15 Jean-Edouard... Update synchro-mutex.py to match last version of s4u...
2022-03-15 Jean-Edouard... Make synchro-mutex.py in line with s4u-synchro-mutex.cpp
2022-03-15 Jean-Edouard... Martin's suggestions
2022-03-15 Jean-Edouard... Add Mutex Python bindings
2022-03-15 SUTER Frederic[config] some declare_flag to Flag
2022-03-14 Martin Quinsonsynchro-mutex example: don't have all pairs intermix...
2022-03-14 Martin QuinsonCope with Eigen 3.3.4 directly in cmake
2022-03-14 Martin QuinsonFix the cleanup. Sorry @agiersch for breaking everythin...
2022-03-14 Martin QuinsonFix clang builds
2022-03-14 Martin QuinsonTutorial: try to hint on some errors that the users...
2022-03-14 Martin Quinsonmore C++ish in EngineImpl
2022-03-14 Martin QuinsonCosmetics in comments (mainly in EngineImpl::run)
2022-03-14 Martin QuinsonMake sure that ActorImpl::cleanup_from_kernel is called...
2022-03-14 Martin QuinsonMerge branch 'dev-profile-callbacks' into 'master'
2022-03-14 Fabien ChaixRefactoring profiles to use generic callbacks
2022-03-14 Arnaud GierschCosmetics [ci-skip].
2022-03-14 Arnaud GierschMake test work with python < 3.9.
2022-03-14 Arnaud GierschUpdate documentation.
2022-03-14 Arnaud GierschFix distcheck.
2022-03-14 Arnaud GierschRemove target "make uninstall".
2022-03-14 Arnaud GierschUpdate comments.
2022-03-14 Arnaud GierschMark more smx_* type aliases as deprecated.
next