Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Bug: MC was reading from the wrong region
[simgrid.git] / src / smpi /
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.
2014-04-28 Augustin Degommeleak --
2014-04-25 Augustin DegommeBegin to add an interface to instanciate SMPI programat...
2014-04-25 Augustin Degommeexplode smpi_main into modules
2014-04-25 Augustin Degommeadd private (optional) data copy function callback...
2014-04-25 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-24 Gabriel CoronaMerge "mc"
2014-04-23 Paul BédarideFix tracing options ignored when set in xml config...
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-08 Gabriel CoronaMerge remote-tracking branch 'origin/mc'
2014-04-07 Arnaud GierschUpdate version strings.
2014-04-04 Gabriel CoronaMerge branch 'mc'
2014-04-04 Augustin Degommefix compil of smpi_bench.c on win32
2014-04-04 Gabriel Corona[mc] Make snapshots compatible with SMPI privatization...
2014-04-03 Arnaud LegrandDistinguish between time precision and sharing precision.
2014-04-01 Arnaud GierschCheck if MAP_ANONYMOUS is defined after including sys...
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Martin QuinsonRevert "Remove XBT_INFO call"
2014-03-31 Pierre VeyreRemove XBT_INFO call
2014-03-31 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Augustin DegommeRemove benchmarking calls in MPI functions that don...
2014-03-31 Augustin Degommeforgotten useless line (should not do anything with...
2014-03-28 Augustin Degommeprivatization : perform the initialization at process...
2014-03-28 Augustin Degommereplace warnings by debug messages
2014-03-25 Stéphane Castellismall leak (removed)
2014-03-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-23 degommeHave smpi_bench.c see HAVE_MMAP flag
2014-03-22 degommemove unused variable
2014-03-22 degommeprotect against not mmap-enabled systems
2014-03-21 Augustin DegommeAdd a first draft for automatic privatization of global...
2014-03-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
next