Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't hide class member.
[simgrid.git] / src / smpi /
2019-03-01 Arnaud GierschAvoid shadowing outer variables.
2019-03-01 Arnaud GierschStop setting random seed at initialization.
2019-02-28 Arnaud GierschDon't rely on random to generate temporary file names.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-26 degommeChange color of "barrier" in trace. It was too close...
2019-02-26 degommeYet again change the way SMPI_SAMPLE_MACRO works
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 degommeChange the syntax of SMPI_SAMPLE_* macros.
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschRemove superfluous refcounting.
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-19 degomme[SMPI] Change sampling behavior.
2019-02-17 Frederic SuterSIMIX_process_cleanup becomes ActorImpl::Cleanup
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-15 Arnaud GierschUse const references for parameters.
2019-02-15 Frederic Suterfix build
2019-02-14 Frederic SuterTransfers things from smx_network to Mailboxes
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-12 Frederic Suterstart to differentiate kill from exit in ActorImpl
2019-02-11 Frederic Suterplease sonar with a few smells
2019-02-06 Arnaud GierschAssert that there is no memory leak (help scan-build).
2019-02-06 Arnaud GierschRewrite smpi_copy_file() again.
2019-02-06 Arnaud Giersch[codacy/cppcheck] Comment dead code (is_homogeneous...
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Augustin Degommeremove some codacy warnings
2019-02-05 Arnaud GierschCosmetics.
2019-02-05 Arnaud GierschReduce scope for variable 'rank'.
2019-02-05 Arnaud GierschCosmetic rewrite to please cppcheck.
2019-02-05 Arnaud GierschInitialized all struct members.
2019-02-05 Christian Heinrich[SMPI] Fix iprobe bound
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Arnaud Giersch[codacy/cppcheck] Potential memory leak.
2019-02-04 Arnaud Giersch[codacy/cppcheck] Fix: Variable is reassigned a value...
2019-02-04 Arnaud Giersch[codacy/cppcheck] Reduce scope for variables.
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-01-30 Augustin Degommeuncomment forgotten line, includes smpi_helper in C...
2019-01-30 Augustin Degommeavoid sending misleading log message
2019-01-27 Martin Quinsonactivity::CommImpl: stick to our naming standards for...
2019-01-26 Martin Quinsonhelp scan-build understanding that status is not used...
2019-01-26 Martin Quinsonsonar was right: this if/else if was missing a else
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-24 Arnaud GierschHelp scan-build not seeing that "status" is initialized.
2019-01-11 Arnaud GierschSlightly simplify logic.
2019-01-11 Arnaud GierschMerge "if" statements.
2019-01-08 Martin Quinsons/HAVE_SENDFILE/SG_HAVE_SENDFILE/
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-04 Martin Quinsonuse strncpy instead of strcpy to please sonar
2018-12-27 Martin QuinsonDrop sg_cmdline. Please use xbt_cmdline instead (+inclu...
2018-11-28 Millian Poquet[smpi] smpi::Host ext init: smpi_main -> SMPI_init
2018-11-26 Frederic Suterlimit the conversion trick for non-replayable types...
2018-11-22 Arnaud GierschMerge remote-tracking branch 'github/master'
2018-11-22 Augustin Degommemake ugly regexp a bit more robust to corner cases
2018-11-22 Martin QuinsonMerge pull request #315 from simgrid/smpirun-replay
2018-11-21 Millian Poquet[smpi] replay from `smpirun -replay <tracefile>`
2018-11-21 Millian Poquet[smpi] add smpireplayrun binary
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-16 Millian Poquet[smpi args cleanup] internal changes for clean-up
2018-11-16 Millian PoquetMerge commit 'c619e9d16'
2018-11-15 Augustin Degommehandle MPI_ANY_SOURCE in recv replay
2018-11-11 Martin QuinsonApple renamed all their OSes
2018-11-04 Martin QuinsonDeprecate the C API of parallel_execute
2018-10-27 Martin Quinsonremove an obsolete file
2018-10-27 Martin QuinsonRevert "[smpi] use maps on actor to use one buffer...
2018-10-27 Martin QuinsonRevert "Fix multiple memleaks in the replay of multiple...
2018-10-24 Martin QuinsonFix multiple memleaks in the replay of multiple SMPI...
2018-10-19 Martin QuinsonMerge branch 'fix-multi-smpi-buffer-double-free' into...
2018-10-18 MERCIER Michael[smpi] use maps on actor to use one buffer for each
2018-10-16 Millian Poquet[doc] SMPI_app_instance_register: improve doxygen
2018-10-16 Arnaud GierschDisable mmap on kFreeBSD too.
2018-10-16 Arnaud GierschSendfile may be unimplemented. Try again when it retur...
2018-10-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-14 Martin Quinsonmove the DTD file from gforge to our own homepage
2018-10-13 Arnaud GierschUse PRIdMAX instead of %jd.
2018-10-13 Arnaud GierschFix format string.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-05 Arnaud GierschRemove features marked with DEPRECATED_v322.
2018-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-02 Christian Heinrich[SMPI/LB] Normalize load + notify heap of changes
2018-10-02 Christian Heinrich[SMPI/LB] Add a XBT_DEBUG statement
2018-10-02 Christian Heinrich[SMPI] Add comments to explain variables
2018-10-02 Christian Heinrich[SMPI/LB] Intercept realloc and calloc calls for memory...
2018-10-02 Christian Heinrich[S(A)MPI] Add/modify include guards
2018-10-02 Christian Heinrich[S(A)MPI] Add copyright header
2018-10-02 Arnaud GierschSonar cosmetics.
next