Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / smpi /
2014-07-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-25 Gabriel Corona[mc] Make state/snapshot comparison work with SMPI...
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-07-24 Augustin Degomme(stupid) warning --
2014-07-24 Augustin DegommeAdd and use knomial reduce algorithm from mvapich
2014-07-24 Augustin DegommeAdd and use mvapich's scatter_dest alltoall algorithm
2014-07-24 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-24 Augustin Degommeindent
2014-07-24 Augustin Degommeprotect these calls against MPI_DATATYPE_NULL errors
2014-07-24 Augustin Degommecleanup a bit the code, ensure tests do pass
2014-07-24 Augustin Degommeadd mvapich allreduce rs algorithm
2014-07-24 Augustin DegommeAdd last collectives from mvapich selector : bcast...
2014-07-24 Augustin DegommeNew collectives for mvapich2 selector : allgatherv...
2014-07-24 Augustin DegommeBegin to add a MVAPICH2 collectives selector. Alltoall...
2014-07-21 Augustin Degommesanitize get/set_name functions for fortran use
2014-07-21 Augustin DegommeAdd MPI_Win_get_name and MPI_Win_set_name support
2014-07-17 Augustin Degommeenforce a scatter error in some cases
2014-07-17 Augustin Degommefabien's work on surf
2014-07-16 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-16 Augustin Degommerename function
2014-07-16 Augustin Degommeuse global variables to store values that may be used...
2014-07-16 Augustin Degommeadd time injection in MPI_Wtime and MPI_Test, to match...
2014-07-15 degommeallred test needed unsigned char support, which was...
2014-07-15 degommeAdd MPI_Type_set_name and MPI_Type_get_name and activat...
2014-07-14 degommeadd definitions
2014-07-11 degommeAdd f77 RMA tests
2014-07-08 Augustin Degommeleak --
2014-07-07 Augustin Degommeadd minloc and maxloc for long_long
2014-07-07 Augustin Degommethis should be err_rank, not err_comm
2014-07-07 Augustin Degommeadd a non-existing MPI_2LONG datatype to handle some...
2014-07-07 Augustin Degommeuse the right types in fortran for some platforms ...
2014-07-03 Marion Guthmullerfix debug message (wrong buffer was printed)
2014-06-30 Paul BédarideXml platform cleaning
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-27 Martin Quinsonmake it easier to write tesh files by removing the...
2014-06-27 Martin QuinsonProperly fix the case where the user provides an empty...
2014-06-27 Stéphane CastelliAdd an option to get the compiler version, change the...
2014-06-27 Martin Quinsondividing by 0 is not always the best possible choice...
2014-06-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-06-26 Augustin DegommeStart the remote send as soon as possible in MPI_Get
2014-06-26 Augustin DegommeUse source of a MPI_Request as sender for SMPI messages.
2014-06-26 Augustin DegommeChange send/isend simcalls to add a new parameter ...
2014-06-24 Augustin DegommeChange the way MPI_Accumulate works with serialization...
2014-06-23 Augustin Degommeremove warning
2014-06-23 Augustin Degommeremove now useless functions
2014-06-23 Augustin Degommeremove now useless comments
2014-06-23 Augustin DegommeFirst steps for implemtation of MPI Onesided Operations :
2014-06-20 Augustin Degommedon't do the call if an error is caught before
2014-06-20 Augustin DegommeRemove benchmarking calls from cart_create
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-06-17 Gabriel CoronaAdd some informations/help for the user on SIGSEGV
2014-06-17 Stéphane CastelliThis should ease the future implementation of graphes...
2014-06-16 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-06-16 Augustin Degommechange symbol name to match one declared in mpif.h
2014-06-11 degommeadd option to output the right name in smpiff
2014-06-11 degommeactivate tests using resized and handle some corner...
2014-06-11 scastelliImplementation of MPI_Type_create_resized
2014-06-10 degommeadd missing prototype
2014-06-10 scastelliWe should'nt allow the use of uncommited datatypes...
2014-06-05 Arnaud GierschRemove temporary files.
2014-06-05 Arnaud GierschChange non-portable echo -e for printf.
2014-06-04 scastelliWell, that happens sometime (bad merge)
2014-06-04 scastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-06-04 scastelliAdd version notes to smpiXXX scripts
2014-06-04 degommeKill f2c. Finally. I hope.
2014-06-04 degommemake smpiff behave like smpif90, so we don't use f2c...
2014-06-04 degommePrivatization : switch data segments when copying insid...
2014-06-04 scastelliIndentation
2014-06-02 Arnaud GierschMake xbt_free a function-like macro.
2014-05-26 Gabriel Corona[mc] Temporary fix for smpi_process_finalize leading...
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-20 Arnaud GierschFree previously set process data.
2014-05-20 Arnaud GierschFree smpi_instances.
2014-05-18 Martin Quinsonprevious version was initializing retval=0 and then...
2014-05-16 degommeFix compil without tracing, which was broken multiple...
2014-05-14 Stéphane CastelliFix a bug in SMPI that leads to a segfault when one...
2014-05-12 Henri CasanovaMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-12 Arnaud GierschFix dead assignments.
2014-05-12 Arnaud GierschAdd check for error.
2014-05-12 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-09 Henri CasanovaAdded a --cfg="smpi/simulation_computation" to smpirun...
2014-05-08 Henri CasanovaMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-08 Henri CasanovaRewrote smpi_sleep() and smpi_usleep() so that:
2014-05-08 suterforgot a comma ...
2014-05-08 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-08 suteradd color for "test", not sure it's mandatory, but...
2014-05-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-05-08 Henri CasanovaModified smpi_sleep() so that it returns 0, instead...
2014-05-08 Henri CasanovaAdded a smpi_usleep function and usleep -> smpi_usleep...
2014-05-07 suteradd support of MPI_Test in smpi_replay and TRACING-TI
2014-05-07 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-07 suterbetter to add this file ...
2014-05-07 suterallow MPI codes to use timezone in their gettimeofday...
2014-05-06 Augustin Degommeactually change the value as said in previous commit
2014-05-06 Augustin DegommeUse the xbt barrier to finalize smpi processes cleanly.
2014-05-05 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-05 Arnaud GierschDon't use xbt_assert for error checking, it may be...
2014-04-29 Marion Guthmullermodel-checker : restore previous version of smpi_finali...
2014-04-28 Arnaud GierschRemove redundant test.
next