Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "We never use the name of the mailbox"
[simgrid.git] / src / smpi /
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...
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Gabriel Corona[smpi] Fix shared memoy name for SMPI_SHARED_MALLOC
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Gabriel CoronaRemove xbt_sha
2016-02-29 Gabriel Corona[smpi] Don't use SHA-1 in smpi_bench
2016-02-29 Julien GossaMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Martin QuinsonSIMIX_process_self_{set,get}_data can retrieve the...
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-26 Martin Quinsonasprintf is never used: bprintf is so swag
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-22 Christian Heinrich[SMPI] Fix filename in comment
2016-02-22 Christian Heinrich[SMPI] Added condition before smpi_switch_data_seg
2016-02-22 Christian Heinrich[SMPI] Argument alignment of func call
2016-02-22 Christian Heinrich[SMPI] Code beautification.
2016-02-22 Christian Heinrich[SMPI] Indentation...
2016-02-20 Martin Quinsonfix some dead assignments reported by clang scan-build
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-09 Gabriel Corona[smpi] Get rid of "smpi-run -foreground"
2016-02-09 Martin Quinsonplug another similar memleak. The solution is not nicer
2016-02-08 Martin QuinsonIntroduce DTD v4
2016-02-07 Martin Quinsonkill all atol() from our codebase
2016-02-07 Martin Quinsongreatly reduce the amount of atoi in our codebase
2016-02-07 Martin Quinsonset the output params even when the input params are...
2016-02-07 Martin Quinsonbetter name for that struct, and add comments
2016-02-07 Martin Quinsonrename a struct to obey the C++ One Definition Rule...
2016-02-07 Martin Quinsonhunt down other occurences of _Bool
2016-02-07 Martin Quinsonclang does not define _Bool in C++, so use bool instead
2016-02-07 Martin Quinsoncompile SMPI as C++ source
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-06 Martin QuinsonMerge pull request #59 from fabienchaix/master
2016-02-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-05 Frederic Suterattempt to remove oudated coccinelle stuff
2016-02-05 Frederic Suterprivatization with coccinelle is outdated
2016-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-02 Christian Heinrich[SMPI] Renamed option send_is_detached_thres to send_is...
2016-01-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-27 Martin Quinsonframe a concept of execution, that will become a s4u...
2016-01-21 degommeUsing openMPI selector in this case possibly led to...
2016-01-20 degommedrop n-ary bcast/barrier that was not actually working...
2016-01-20 degommeSome weird codes actually call MPI_Init from C, then...
2016-01-20 degommeanother fix to avoid issues with .f or .F in f77
2016-01-20 Ad(rien) LMerge branch 'master' of git://scm.gforge.inria.fr...
2016-01-20 degommeHmm, that was a lie.
2016-01-20 degommebe careful never to change the case of the extension...
2016-01-19 degommeMake all predefined MPI_Datatype const
2016-01-19 degommeOops
2016-01-19 degommeWarn at build, and die painfully at execution time...
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Lucas Mello SchnorrMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-19 Lucas Mello Schnorr[action replay] verify optional parameters at the same...
2016-01-19 Lucas Mello Schnorr[action replay] check second optional parameter before...
2016-01-19 Lucas Mello Schnorr[action replay] fix allgather optional parameter parsing
2016-01-19 Lucas Mello Schnorr[action replay] verify both optional parameters in...
2016-01-19 Lucas Mello Schnorr[action replay] verify both optional parameters at...
2016-01-19 Lucas Mello Schnorr[action replay] independent parsing for two optional...
2016-01-19 Lucas Mello Schnorr[action replay] check parameters for all to all operation
next