Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-03-17 Fabien ChaixGuard MailboxImpl::clear() in a simcall
2022-03-17 Fabien ChaixExpose MailboxImpl::clear() to improve handling of...
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.
2022-03-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-14 Martin QuinsonMerge branch 'xsltproc' into 'master'
2022-03-14 Samuel ThibaultAdd missing xsltproc dependency for starpu-mpi
2022-03-14 Martin QuinsonMerge branch 'starpu-mpi' into 'master'
2022-03-14 Samuel ThibaultExplicitly tell StarPU to enable starpu-mpi
2022-03-13 Arnaud GierschDisable parallel tests.
2022-03-13 Martin Quinsonctest --output-on-failure on jar building [no-ci]
2022-03-13 Arnaud GierschSometimes propagating an exception across different...
2022-03-13 Augustin Degommefix jarfile.yml
2022-03-13 Augustin Degommeadd eigen to bigdft test
2022-03-13 Martin QuinsonAlso test java builds on github jar action
2022-03-13 Arnaud GierschMerge remote-tracking branch 'github/master'
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 adegommeJarfile github action: fix scoop install + add eigen...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-13 Martin QuinsonSort Actor traits alphabetically + cleanups
2022-03-13 Martin QuinsonIntroduce ActorIDTrait to split ActorImpl apart
2022-03-13 Martin QuinsonSimplify parameter passing between EngineImpl and Conte...
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-03-13 Martin Quinsonmake the semaphore monkey more robust to deadlocks...
2022-03-13 Martin Quinsondocument a function
2022-03-13 Martin QuinsonActorImpl::join: react right away if the other actor...
2022-03-13 Arnaud Gierschfflush for all processes.
2022-03-12 Arnaud Giersch[tesh] Remove ignored lines *before* trimming the output.
2022-03-12 Arnaud GierschAdapt tests to avoid failures when spurious ASan warnin...
2022-03-12 Martin QuinsonBlind attempt at getting scoop working again on Azur...
2022-03-12 Martin Quinsonobey our coding conventions in ActorImpl::mailboxes...
2022-03-12 Martin QuinsonSimplify the Context::stop() and reduce duplication
2022-03-12 Martin QuinsonDefuse a trap on refcounting activities by adding a...
2022-03-12 Jean-Edouard... Make Python bindings static where needed
2022-03-12 SUTER Fredericaugment example to check sharing of a thread-execute
2022-03-12 Martin QuinsonMake sure that actors killed by a timer are properly...
next