Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-11-05 Martin QuinsonAvoid casting errors in printf on MacOSX
2023-11-05 Martin Quinson was for stateful MC, remove this
2023-11-05 Martin QuinsonFix gcc builds
2023-11-05 Martin QuinsonTry to survive to undefined preprocessor symbols
2023-11-05 Martin QuinsonTry to activate -Wundef on all builds
2023-11-05 Martin QuinsonModel-checking is robust now that it's stateless MC...
2023-11-05 Martin QuinsonRestaure INCLUDE(CheckCCompilerFlag) in cmake
2023-11-05 Martin Quinsonunify struct and class declarations
2023-11-05 Martin QuinsonRemove some restrictions on enable_model-checking now...
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-11-05 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-05 Martin QuinsonAdd a cmake option to disable McMini tests, and rename...
2023-11-04 Martin QuinsonDocument all commits of this release cycle so far
2023-11-04 Martin QuinsonIgnore McMini tests from sonar analysis
2023-11-04 Augustin Degommeadd some new MPI4 unsupported partitioned communication...
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-03 Martin QuinsonFix an ODR reported by ASan
2023-11-03 Martin QuinsonMerge branch 'memleak-battery' into 'master'
2023-11-03 Adrien Gougeonfix memleak in battery examples and task-storm
2023-11-02 Martin Quinsontesh: helpful message on syntax error
2023-11-02 Martin QuinsonAdd more tests from McMini
2023-11-02 Adrien Gougeonmissing static keyword
2023-11-02 Adrien Gougeonimprove chiller example. remove on_power_change signal...
2023-11-02 Adrien Gougeonbetter comments on examples
2023-11-02 Adrien Gougeonadd comment about chiller/battery plugins. Fix chiller...
2023-11-02 Martin QuinsonRemove ignored lines from tesh files, uberbumer
2023-11-02 Martin QuinsonFix MC builds
2023-11-02 Martin QuinsonFix various build errors
2023-11-02 Martin QuinsonMissing files
2023-11-02 Martin QuinsonDo not use MC_process_clock_add() for now, as it makes...
2023-11-02 Martin QuinsonAdd an example from the McMini project to test sthread...
2023-11-02 Martin QuinsonMC: more debug messages
2023-11-02 Martin QuinsonActions executed by the same actor are always dependent
2023-11-02 Martin QuinsonMC: add an observer to sleep simcalls
2023-11-02 Martin QuinsonMC: display the 100 first transitions when we reach...
2023-11-01 Augustin DegommeRevert "attempt at turning docker build into performanc...
2023-11-01 Augustin Degommeattempt at turning docker build into performance regres...
2023-11-01 Martin QuinsonDo not remove smpi run dependencies from docker images
2023-10-30 Fred SuterDocument Message Queues (and the change of data structu...
2023-10-30 Fred Sutermore ignorance
2023-10-30 Fred Suterno need to cast with ActivitySet
2023-10-30 Fred Suterno need to cast with ActivitySet
2023-10-30 Fred Suteradd MessageQueue to all ActivitySet examples
2023-10-30 Martin QuinsonFix make distcheck for Fred :)
2023-10-30 Martin QuinsonMerge branch 'mq' into 'master'
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-29 Augustin Degommesecond part of bigdft fix
2023-10-29 Augustin Degommebigdft - work around issue with ntpoly 3.0.0
2023-10-29 Augustin Degommestarpu: oops, uncomment lines [ci-skip]
2023-10-29 Augustin Degommestarpu: fix url for 1.3 [ci-skip]
2023-10-29 Augustin Degommestarpu: change URL of tarballs... Nothing new was teste...
2023-10-29 Martin QuinsonNinja verbose build is not like the Makefile ones
2023-10-29 Martin Quinsonjenkins: use ninja when available as it's a few percent...
2023-10-29 Martin QuinsonChange the way we're inserting elements in this map
2023-10-29 Martin Quinsontesh: disable the auto-valgrind option in the test...
2023-10-29 Martin Quinsontesh: rerun the command in valgrind if it segfaults
2023-10-29 Martin Quinsontesh: report when the command got signaled in addition...
2023-10-29 Martin QuinsonFix build with ns3 v3.36+
2023-10-28 Martin Quinsonproject_description: fix the RE catching the ns-3 versi...
2023-10-27 Martin QuinsonHack to make liveness work on Debian testing
2023-10-27 Fred Suterbug fix in programmatic declaration of routes with...
2023-10-27 Fred SuterMerge branch 'master' into mq
2023-10-27 Martin QuinsonFix non-Linux builds
2023-10-27 Martin QuinsonMissing files, and fix make distcheck
2023-10-26 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred Suterrevalidate
2023-10-26 Fred Suterextend example to add message queues
2023-10-26 Fred Suterreindent
2023-10-26 Fred Suterrework MessImpl
2023-10-26 Fred Suterno size for message queue, and no 0-timeout either!
2023-10-26 Fred Sutergot issues with get_id() while debugging. Add protection
2023-10-26 Fred Suterthis line cost me a day. pimpl_ is inherited from Activ...
2023-10-26 Fred Suterhandle Mess in Activity::wait_for
2023-10-26 Fred Suterhandle Mess in display actor status
2023-10-26 Martin QuinsonDocument recent changes
2023-10-26 Martin QuinsonFinish up the implementation of recursive mutexes
2023-10-25 Martin Quinsonsthread: implement recursive mutexes (test broken so...
2023-10-25 Martin QuinsonReduce a bit the amount of cores used during tests...
2023-10-25 Martin Quinsonsthread: pthread_mutex_trylock shall return 0 on success
2023-10-25 Martin Quinsonsthread: do not intercept valgrind nor /bin/sh, and...
2023-10-25 Martin QuinsonForward declaration of another class
2023-10-25 Martin QuinsonMissing copyright headers
2023-10-25 Martin Quinsonsthread/ObjectAccess: bug fix + report when more than...
2023-10-24 Martin QuinsonInstructive error message
2023-10-24 Martin QuinsonDocument our mutexes
2023-10-24 Martin Quinsonsthread object tracker: allow recursive object accesses
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-24 Fred Suteradd Message queue abstraction
2023-10-24 Martin QuinsonDocument a variable
2023-10-24 Martin QuinsonThe Dart module is getting removed from cmake. Don...
2023-10-24 Martin QuinsonAllow to disable EIGEN3 even if it's found on disk
2023-10-24 Martin QuinsonTypo + cosmetics in portability helpers
2023-10-23 Martin QuinsonDo install sthread on user's disk
2023-10-23 Martin Quinsonsthread_access: also take the function name in the...
2023-10-23 Martin QuinsonMBI: typo + fix one Sendrecv test
2023-10-23 Martin QuinsonCorrectly check the params of Sendrecv for buffer being...
2023-10-23 Martin QuinsonFix a bug found by MBI: Buffers of MPI_Sendrecv() must...
2023-10-23 Martin QuinsonMBI: Fix P2PBuffering tests
2023-10-22 Martin QuinsonMBI: Adapt to the new InputHazard bugs, and fix them
2023-10-21 Martin QuinsonFix the dependency of barrier from the same actor ...
next