Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-12-04 Augustin Degommeremove debug stuff added by mistake...
2019-12-04 Augustin Degomme...
2019-12-04 Augustin Degommemanifest update
2019-12-04 Augustin Degommeneed to initialize here also for osx and co.
2019-12-04 Augustin DegommeSomehow OSX "lost" aligned_alloc recently ?
2019-12-04 Augustin Degommehelp mc initialize smpi options.
2019-12-04 Augustin Degommefix MC build
2019-12-04 Augustin Degommeleak--
2019-12-04 Augustin Degommerequalify tesh as one message changed category
2019-12-04 Augustin DegommeMove SMPI config to smpi_config.cpp file.
2019-12-02 Augustin DegommeFix issue with copy avoidance, which was merely working...
2019-12-02 Augustin Degommemore precise OS description for OpenIndiana.
2019-12-02 Augustin DegommeMerge branch 'master' into 'master'
2019-12-02 Fabien ChaixClean up and use of vector for cleaner allocation
2019-12-01 Augustin Degommeoops, this bit wasn't meant to be reverted.
2019-12-01 Augustin Degommerename this macro.
2019-12-01 Augustin Degommepartial revert of e16e0233
2019-11-29 Fabien ChaixAvoid allocation inside lmm_solve
2019-11-29 Fabien ChaixAdd missing constant definitions for Fortran
2019-11-29 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-29 Frederic Sutermaestro_process -> maestro_
2019-11-29 Frederic Sutermake SIMIX_wake_processes a method of simix_global
2019-11-29 Augustin Degomme1 a.m. lazy commit. Plenty of new libs appeared on...
2019-11-28 Augustin Degomme2-8 is matched as a version number and stripped from...
2019-11-28 Frederic Sutercosmetics
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic SuterImprove self (less SIMIX more kernel)
2019-11-28 Martin QuinsonMC: also ignore a library that has multiple read-only...
2019-11-28 Frederic Suterdepreacate SIMIX_process_on_exit
2019-11-28 Arnaud GierschAdd norelro to link flags (see FG #35).
2019-11-28 Arnaud GierschFix doubled semicolons.
2019-11-28 Frederic Sutercosmetics (less SIMIX, more kernel)
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutere_smx_state_t is now kernel::activity::State
2019-11-28 Augustin DegommeAdd a test for mpi_cart_sub based on the bug report...
2019-11-28 Augustin Degommereplace ticks by version of python in project descripti...
2019-11-28 Augustin Degommeenhance shared tests to validate comms are skipped
2019-11-28 Augustin DegommeTry to have a real mpi_cart_sub
2019-11-27 Frederic Suteruse by_name_or_null for links too
2019-11-27 Frederic Suterfix asserts
2019-11-27 Frederic Suterdon't know why this was still a struct
2019-11-26 Augustin DegommeAvoid copying data if it comes from/to a shared buffer...
2019-11-26 Augustin DegommeIgnore copies in plain shared_mallocs.
2019-11-24 Arnaud GierschLame attempt to fix freebsd builds.
2019-11-24 Arnaud GierschA single lookup is enough.
2019-11-24 Arnaud GierschParentheses around macro parameters.
2019-11-24 Arnaud GierschInitialize allocated memory.
2019-11-24 Arnaud GierschMemory leak--
2019-11-24 Arnaud GierschUnused stuff.
2019-11-23 Martin Quinsonsmpi colls: use C++ containers instead of nul-terminted...
2019-11-23 Martin Quinsoncosmetics
2019-11-22 Augustin Degommedon't forget that calloc assigns 0 to the buffer
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-22 Augustin Degommefix use after delete.
2019-11-22 Augustin Degommeadd calloc_intercept to avoid mistmatches.
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
2019-11-22 Martin Quinsonexpend more macros in MPI collectives
2019-11-21 Augustin Degommeuse catch2 way of doing this
2019-11-21 Augustin DegommeAdd tolerance for floating point precision comparisons.
2019-11-21 Augustin DegommeA change in cmake 3.16 makes this syntax necessary.
2019-11-21 Augustin DegommeActually free the memory in these cases, should fix...
2019-11-21 Augustin Degommeinclude smpi helpers definitions in smpi.h, to define...
2019-11-20 Arnaud GierschKill now unused macros.
2019-11-20 Arnaud GierschDefine simgrid::xbt::InitializationError (please Sonar).
2019-11-20 Arnaud GierschCleanup around simgrid::ParseError.
2019-11-20 Arnaud GierschUpdate .mailmap.
2019-11-20 Martin Quinsonrnd: cosmetics to ease the implem
2019-11-20 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-20 Yann DuplouyReverting the change to xbt_uniform_int
2019-11-20 Yann DuplouyAdding unit tests for the standard library distributions
2019-11-20 Yann DuplouyUpdating tests results for dht-chord (due to change...
2019-11-20 Yann DuplouyModifying how uniform integer are generated
2019-11-20 Yann DuplouyIntroducing choice between the standard library and...
2019-11-19 Augustin Degommeadd option "smpi/auto-shared-malloc-thresh"
2019-11-19 Martin Quinsonplug a memleak on parse error :)
2019-11-19 Martin Quinsondocument recent changes
2019-11-19 Martin QuinsonInventive hack to get flex raising exceptions on parse...
2019-11-19 Martin Quinsonalso throw an exception when asked to parse an inexisti...
2019-11-19 Martin Quinsonsmpi: expend a bunch of macros so that the functions...
2019-11-19 Martin QuinsonChange smpi::Colls static class into a namespace of...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Frederic Suterpower is speed
2019-11-18 Yann DuplouyAssertion to force maximum value to be greater or equal...
2019-11-18 Augustin Degommefix fortran + ARM 64 bits.
2019-11-18 Martin QuinsonEnergy plugins now throws std::logic_error when not...
2019-11-18 Martin Quinsonparsing: less asserts, more exception raising
2019-11-18 Martin Quinsonhandle flexer errors within the parsing module
2019-11-18 Martin QuinsonParse errors now raise a simgrid::ParseError that you...
2019-11-17 Frederic Sutera bit of cleanup, could go further but not now
2019-11-17 Martin Quinsonreduce code dupplication
2019-11-16 Martin Quinsonsmpi: many classes died tonight, but that will save...
2019-11-14 Martin Quinsonfix ns3 builds
2019-11-14 Martin Quinsondeprecate MSG_set_function, that seems useless since...
2019-11-14 Frederic Suterstore kernel-level objects in EngineImpl
2019-11-13 Frederic Sutermake piface_ private and have get_iface() everywhere
2019-11-12 Frederic Suterdon't use a deleted container by the newly created one
2019-11-12 Martin Quinsonfix make distcheck and useless cosmetics
2019-11-12 Martin QuinsonRevert "Add the files generated by javasphinx in the...
2019-11-12 Martin Quinsonteshsuite: drop a test that is superseeded by a public...
next