Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Rename s_smx_process_arg to simgrid::simix::ProcessArg
[simgrid.git] / src / smpi /
2016-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-19 Christian Heinrich[SMPI] Call location: Cleanups.
2016-05-19 Christian Heinrich[SMPI] Introduce variable computation speeds.
2016-05-19 Christian Heinrich[SMPICC] Make call location conditional
2016-05-19 Christian Heinrich[SMPIFF] Make call location conditional.
2016-05-19 Christian Heinrich[SMPI] Modified smpiff.in to enable caller location
2016-05-19 Christian Heinrich[SMPI] Add caller location to tracefiles
2016-05-19 Christian Heinrich[SMPI] Added #include private.hpp statements
2016-05-19 Christian Heinrich[SMPI] Make smpi_container() available via private.h
2016-05-19 Christian Heinrich[SMPI] Add private.hpp for C++ functionality
2016-05-19 Martin Quinsonfix some doxygen formating problems
2016-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-11 Gabriel Corona[mc] Fix MC with the class-hierarchification of simgrid...
2016-05-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-09 Martin Quinsonkill 4 more getter simcalls
2016-05-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-06 Martin Quinsonsplit smx_synchro_t into a hierarchy of C++ classes
2016-05-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-04 Martin QuinsonKill host simcalls (deprecated, unused)
2016-05-03 Gabriel CoronaRemove bogus XBT_PRIVATE
2016-05-03 Gabriel Corona[config] Use the c++ API for some configuration flags
2016-05-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-02 Gabriel Corona[config] Rewrite the config core
2016-04-30 degommeleaks --
2016-04-30 degommeYet another batch of fixes
2016-04-29 degommeOn last leak before holidays
2016-04-29 degommeoops
2016-04-29 degommeleaks --
2016-04-29 degommeleak--
2016-04-29 degommebcast on one process is a no-op
2016-04-29 degommeleak --
2016-04-28 degommeDon't create structures for 0 sized datatypes
2016-04-28 degommeAvoid allocating 0 bytes (issue with mallocators only?)
2016-04-28 degommeSome more cleanups in datatypes end of life
2016-04-28 degommeleak-- (duplicate of a predefined datatype can be released)
2016-04-28 degommefix The leak
2016-04-28 degommeindent to avoid GCC6 warning madness
2016-04-28 degommesetup a cleanup routine for mvapich collectives.
2016-04-28 degommeleaks --
2016-04-27 Martin Quinsonfix a bunch of typos reported by lintian
2016-04-27 degommeSend the right size here.
2016-04-27 degommeleak--
2016-04-27 degommesilence stupid warning
2016-04-27 degommeleak --
2016-04-27 degommefix some more leaks
2016-04-27 degommeremove some bad casts
2016-04-26 degommeleaks --, for a change
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-26 degommeleak--
2016-04-26 degommeleaks again
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-26 Martin Quinsonand now kebab-case the tracing options
2016-04-25 degommen-th cleanup on datatype refcount handling
2016-04-25 degommeYet another wrapper for main..
2016-04-25 Martin QuinsonAll options are consistently in kebab-case (but the...
2016-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-25 Martin Quinsonkebab-case some smpi options
2016-04-25 degommeleaks -- with smp algos
2016-04-24 degommeleaks --
2016-04-22 Martin Quinsonkill a useless include that breaks the MC build
2016-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-21 Martin Quinsonprune some useless code in mailboxes
2016-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-21 Martin Quinsonrefactor rdv to mailbox for consistency
2016-04-21 degommeleaks --
2016-04-20 degommeAttempt to improve lifecycle of MPI_Comm and MPI_Group.
2016-04-19 degommedon't leave debug messages
2016-04-19 degommeAdd an informative verbose message when entering MPI...
2016-04-19 degommeTry to handle more cleanly MPI Datatypes. Still not...
2016-04-19 degommeThis caused an invalid read in replay_multiple, as...
2016-04-19 degommeRMA requests were not marked as detached, causing some...
2016-04-19 degommesometimes, maxdims is too much
2016-04-18 degommekeep in mind the size of sub-datatype, to avoid some...
2016-04-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-11 degommeChange underlying datatype for some fortran ones (MPI_A...
2016-04-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-10 Martin Quinsonkill an unused layer of code
2016-04-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-08 degommetry to get rid of random crashes in RMA.
2016-04-07 degommeDon't check value of an output .. it may be uninitializ...
2016-04-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-06 Martin Quinsonsome cleanups in the SMPI option declarations
2016-04-05 degommeReplace MPI->PMPI stupid wrappers by macro-generated...
2016-04-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-05 degommeAdd MPI_File* bindings to SMPI, even if they are unimpl...
2016-03-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-09 Gabriel CoronaFix HAVE_FOOBAR flags handling
2016-03-09 Martin Quinsonuse C++ constants when possible
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-03-07 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Frederic Suterno smpi won't be spared by my manic fury!
2016-03-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-06 Martin Quinsonone set of macros for min/max is enough
2016-03-01 Martin QuinsonCeterum censeo Applem delendam esse.
2016-03-01 Martin Quinsonrename smx_rdv_t into smx_mailbox_t. One day it will...
2016-03-01 Frederic Suterdie blank lines and dummy comments, die
2016-03-01 Gabriel Corona[smpi] Fix ENAMETOOLONG with shm_open in smpi_shared_ma...
next