Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unify input checking using shared macros. Avoid repeating code.
[simgrid.git] / src /
2019-12-09 Augustin DegommeUnify input checking using shared macros. Avoid repeati...
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-12-09 Augustin Degommeplease codefactor
2019-12-09 Augustin DegommeAdd more macros for input validation for colls.
2019-12-09 Frederic Sutergive access to disk's read and write (nomimal) bandwidt...
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-12-09 Augustin DegommeUse CHECK_ARGS for more collectives.
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-06 Augustin Degommestill some missing includes.
2019-12-06 Frederic Suterinclude version.h for python bindings too
2019-12-06 Frederic Suteradd missing include for smpi_options
2019-12-06 Frederic Suteradd missing include for smpi_options
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-06 Augustin Degommesmpi_init_options needs to be public
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-06 Arnaud GierschHAVE_SMPI is always defined (maybe to 0).
2019-12-05 Arnaud GierschReplace non-breaking spaces.
2019-12-05 Arnaud Giersch[cpplint] Omit template arguments for make_pair.
2019-12-05 Arnaud GierschQualifier "virtual" is redundant with "override".
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschAvoid division by zero.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschDeclare variables and allocate memory when needed ...
2019-12-05 Arnaud GierschReindent.
2019-12-05 Arnaud GierschFix memory leak.
2019-12-05 Arnaud GierschFactor code to get and resize temporary shared mem...
2019-12-05 Arnaud GierschUnused variables.
2019-12-05 Arnaud GierschMissing include.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Augustin Degommefix build with MC + no SMPI
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin Degomme...
2019-12-04 Augustin Degommeneed to initialize here also for osx and co.
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 DegommeMove SMPI config to smpi_config.cpp file.
2019-12-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Augustin DegommeFix issue with copy avoidance, which was merely working...
2019-12-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Augustin DegommeMerge branch 'master' into 'master'
2019-12-02 Fabien ChaixClean up and use of vector for cleaner allocation
2019-12-02 Frederic Sutermv version related things from config.h.in to version...
2019-12-02 Frederic Sutermove version.h from src/simgrid to include/simgrid
2019-12-02 Frederic Sutermove version related content to a dedicated file
2019-12-02 Frederic Sutercosmetics
2019-11-29 Fabien ChaixAvoid allocation inside lmm_solve
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 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 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 GierschA single lookup is enough.
2019-11-24 Arnaud GierschParentheses around macro parameters.
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 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 DegommeActually free the memory in these cases, should fix...
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 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 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 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...
next