Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-03-10 degommeAdd some accessors
2017-03-10 Christian Heinrich[ENERGY] Use a local variable instead of making the...
2017-03-10 Frederic Suterfix build, and avoid (void*) cast
2017-03-10 Frederic SuterS4U is a true API, it has to have its own master-worker ;)
2017-03-09 Martin QuinsonIgnore some more cruft coming from ASan
2017-03-09 degommeconnect new log categories
2017-03-09 degommeMove derived datatypes to their own file.
2017-03-09 degommePut back serialize calls... and fix introduced bugs.
2017-03-09 degommeContinuing work on datatypes
2017-03-09 degommeFirst works on the datatypes. Still missing a lot.
2017-03-09 degommeRename specific topology classes, to ease comprehension.
2017-03-09 degommeDon't use this anymore, as we are in the same namespace...
2017-03-09 Frederic Suterstart to C++ify this example
2017-03-09 Frederic Suterplug newly introduced leak
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-09 Frederic Suterinternal dynar--
2017-03-09 Frederic Suterplug leak
2017-03-09 Martin Quinsonprefer the stack to the heap (+ don't refill the host...
2017-03-09 Frederic Suterfix jedule and do the right thing for netzone hosts
2017-03-09 Frederic Suterdynar--
2017-03-08 Frederic Suteroptimize perf - part 2
2017-03-08 Frederic Suteroptimize performances
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutermoving dynar up in the stack
2017-03-08 Frederic Sutersimplify storage internals
2017-03-08 degommeWelcome to simgrid::smpi::Op
2017-03-08 Frederic Suterfurther prepare the elegant death of dynars
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutermore stringification
2017-03-08 Martin Quinsonfix a new/free mismatch
2017-03-08 Martin Quinsoncosmetics
2017-03-08 Martin Quinsonplug a memleak
2017-03-08 Martin Quinsonfix copyright years and other psychotic cleanups
2017-03-08 Frederic Suterstring++ and static_cast too
2017-03-08 Frederic Suterstringify exception message in java bindings
2017-03-08 Frederic Suterplease sonar with some compliant macro names
2017-03-08 Frederic Suterremove unnecessary access specifiers
2017-03-08 Frederic Suterreindent and reorder modifiers
2017-03-07 degommeUse the size argument to check we are not out of bounds
2017-03-07 degommeTry to have MC accept C++ requests... One assert commen...
2017-03-07 degommewelcome simgrid::smpi::Request
2017-03-07 degommeMPI_Win (RMA) -> C++
2017-03-07 Martin Quinsonincrease the default timeout value to 10 seconds
2017-03-07 Martin Quinsontry to please clang by marking overriding methods accor...
2017-03-07 Martin Quinsonrename the logging channel of java from 'jmsg' to ...
2017-03-07 Martin QuinsonThis example can now be used to stress-test the VMs
2017-03-07 Martin QuinsonPlug many memleaks in the Java bindings
2017-03-07 Martin Quinsoncleanups to the java actors
2017-03-07 Frederic Sutercosmetics
2017-03-07 Frederic Suteruse a map for host list and fix s4u example
2017-03-07 Frederic SuterRevert "fix distcheck"
2017-03-07 Frederic Suterfix distcheck
2017-03-07 Frederic Suteradd a S4U example: token-ring
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 degommestop failing at applying simple regexps :p
2017-03-07 degommeoops.
2017-03-07 degommerename members names from m_ to _
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonadd an easy way to retrieve the name of the current...
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 degommeplease sonar
2017-03-07 degommebetter handling for MPI_COMM_UNINITIALIZED to please...
2017-03-07 degommeMPI_Topo -> c++
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonplease sonar by naming parameters
2017-03-07 Martin Quinsonfix MC builds, bummer
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonstart thinking about the release
2017-03-07 Martin QuinsonCleanups
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonplease AddressSan: match new/delete and plug a memleak
2017-03-07 Martin Quinsonsonar: another try at ignoring the coverage of XML...
2017-03-07 Martin Quinsoncosmetics in actors
2017-03-06 Martin Quinsontravis: improve our detection of whether we are on...
2017-03-06 Martin Quinsoncosmetics in the energy plugin
2017-03-06 Martin QuinsonRevalidate the tesh file
2017-03-06 Martin QuinsonThose damn VM keep getting in our way
2017-03-06 Martin Quinsonfix lua builds
2017-03-06 Frederic Sutersmells of the day
2017-03-06 Frederic Suterboostify parsers
2017-03-06 Christian Heinrich[Tests] Fixed two broken Java tests for the energy...
2017-03-06 degommeThis time really attempt compiling with gcc 6 before...
2017-03-06 degommeRemove useless check - Appease gcc >= 6
2017-03-06 degommeMerge branch 'smpi_cpp'
2017-03-06 Christian Heinrich[Energy] Fix broken commit c6fc463d75e4daa67ddf9c460cbc...
2017-03-06 degommeuseless, done in private.h
2017-03-06 Christian Heinrich[SMPI] Updated/elaborated on comment about iprobes
2017-03-06 Christian Heinrich[ENERGY] Updated comment to reflect recent changes
2017-03-06 Christian Heinrich[Energy] Energy plugin now also reports used hosts...
2017-03-06 degommeMPI_Comm -> C++
2017-03-05 degommerename method
2017-03-05 degommefix dist
2017-03-05 degommeBring C++ for MPI_Group.
2017-03-05 degommeMove all smpi colls to cpp.
2017-03-03 Martin QuinsonSonar improvements
2017-03-03 Christian Heinrich[SMPI] Fixed broken build; added missing header file...
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Sutercatch a couple more reinterpret_cast
2017-03-03 Christian Heinrich[INSTR] Purely cosmetics: Aligned '='
2017-03-03 Christian Heinrich[INSTR] Removed duplicated code by calling another...
next