Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
be compatible with the standard of cmake+MPI
[simgrid.git] / src / smpi / internals /
2019-07-11 Arnaud GierschUseless casts.
2019-07-09 Arnaud GierschKill obsolete Fortran bindings for smpi/dvfs.
2019-07-03 Arnaud Giersch[sonar] Replace "std::function" by a template parameter.
2019-07-03 Arnaud Giersch[sonar] Move all #include directives before any code...
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-21 Augustin Degommeunused
2019-06-21 Augustin Degommeadd haiku support. Because why not.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-17 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Arnaud GierschDon't take buffer on stack, 4M may be too big.
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-15 Augustin Degommesay mmap is not ready for privatization in SunOS.
2019-05-07 Frederic Sutercosmetics: make more fields private
2019-05-03 Arnaud GierschKill never implemented option "model-check/snapshot_fds".
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-05-02 Arnaud GierschUpdate URLs (FG #1).
2019-04-30 Arnaud Giersch[sonar] Use unsigned char* for smpi buffers.
2019-04-30 Arnaud GierschUse C++ memory operators for smpi buffers.
2019-04-24 Arnaud Giersch[sonar] Unused function parameters.
2019-04-23 Arnaud GierschMove some includes where they are used.
2019-04-18 Arnaud GierschRestore warning for unit-less values.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-15 degommeread, seek + init
2019-04-15 degommeAllow units in smpi factors.
2019-04-14 Augustin DegommeMPI_INFO_ENV ... Still does nothing for now
2019-04-10 Arnaud GierschExclude overlapping portions of regions.
2019-04-09 Arnaud GierschUse already set variable.
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-06 Augustin Degommemost linuxes seem to prefer resetting this value at...
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 degommesome potentially useful debug messages
2019-04-05 degommeSpring cleaning : remove manual privatization from...
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 degommeSimple implementation of generalized requests in MPI.
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-16 Arnaud GierschCosmetics.
2019-03-13 Arnaud GierschRemove unused type definitions.
2019-03-13 Frederic Sutercleanups in smpi, mostly cosmetic stuff and indent
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-11 Frederic SuterSimplifications
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
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 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 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-15 Arnaud GierschDynamic cast without checking result is slow and useles...
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-06 Arnaud GierschRewrite smpi_copy_file() again.
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
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-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-11-28 Millian Poquet[smpi] smpi::Host ext init: smpi_main -> SMPI_init
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-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...
next