Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix refcounting of smpi::Info.
[simgrid.git] / src / smpi /
2019-12-12 Arnaud GierschFix refcounting of smpi::Info.
2019-12-12 Arnaud GierschLink Topo and Comm in both directions, and fix memory...
2019-12-12 Arnaud Giersch[sonar] Unused parameters.
2019-12-10 Augustin Degommeactivate tests.
2019-12-10 Augustin Degommeget rid of CHECK_FLAGS which was not correct.
2019-12-10 Augustin Degomme"Implement" MPI_File_set_view, MPI_File_get_view.
2019-12-10 Augustin Degommeagain with status
2019-12-10 Augustin Degommeappend / to mountpoint when generated
2019-12-10 Augustin DegommeMPI_STATUS_IGNORE = null, actually.
2019-12-10 Augustin DegommeAllow to use non absolute path in MPI IO.
2019-12-10 Augustin DegommeSMPI-io : check that files are not read when write...
2019-12-10 Augustin Degommeplease sonar and codefactor
2019-12-10 Augustin Degommeplease sonar
2019-12-10 Augustin Degommeinput sanitization continued.
2019-12-09 Augustin DegommeUnify input checking using shared macros. Avoid repeati...
2019-12-09 Augustin Degommeplease codefactor
2019-12-09 Augustin DegommeAdd more macros for input validation for colls.
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 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-05 Arnaud GierschReplace non-breaking spaces.
2019-12-05 Arnaud Giersch[cpplint] Omit template arguments for make_pair.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
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-04 Martin QuinsonMerge branch 'doc' into 'master'
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 Frederic Sutermv version related things from config.h.in to version...
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Arnaud GierschFix doubled semicolons.
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
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-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 GierschMemory leak--
2019-11-24 Arnaud GierschUnused stuff.
2019-11-23 Martin Quinsonsmpi colls: use C++ containers instead of nul-terminted...
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 DegommeActually free the memory in these cases, should fix...
2019-11-20 Arnaud GierschKill now unused macros.
2019-11-19 Augustin Degommeadd option "smpi/auto-shared-malloc-thresh"
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 Augustin Degommefix fortran + ARM 64 bits.
2019-11-16 Martin Quinsonsmpi: many classes died tonight, but that will save...
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-10 Arnaud GierschNo, scan-build, there is no memory leak here.
2019-11-04 Frederic Suteruser data should stay in user space
2019-10-24 Frederic Suterboss not happy, partial revert
2019-10-24 Frederic Sutermake HostImpl::actor_list_ private
2019-10-24 Frederic Sutersome process to actor renaming
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-21 Arnaud GierschFix another dead store caught by cppcheck.
2019-10-20 Arnaud GierschKill dead stores.
2019-10-20 Arnaud GierschReduce scope for variables.
2019-10-20 Arnaud GierschSpell check.
2019-10-17 Arnaud Giersch[sonar] Add "override" annotation.
2019-10-11 Arnaud GierschCosmetics: useless negation.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-10-03 Augustin Degommereplay : allow to really use --cfg=smpi/simulate-comput...
2019-10-03 Augustin DegommeAdd handling of sleep in replay.
2019-10-03 Augustin DegommeHave trace-call-location work with filenames and not...
2019-10-03 Augustin DegommeAdd call_location to ti-trace and replay as well.
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Arnaud Giersch[sonar] Make variable private.
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-09-26 Arnaud GierschThere's no more need for ActorPtr there.
2019-09-25 Arnaud GierschUse plain pointers in internal structures, and hopefull...
2019-09-25 Arnaud GierschKill unused vector.
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-25 Martin QuinsonKill TRACE_smpi_finalize() and have the container unreg...
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-25 Augustin Degommeremove trace finalize from process ending, cleanup...
next