Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Free previously set process data.
[simgrid.git] / src / smpi /
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...
2014-03-20 Arnaud GierschTypo.
2014-03-19 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-19 Arnaud GierschAdd explicit initialization for the f77 field.
2014-03-18 Arnaud GierschAvoid to compare addr with random value with gfortran.
2014-03-18 degommeMerge branch 'master' of git://scm.gforge.inria.fr...
2014-03-18 degommesince guard for stack size has been implemented, this...
2014-03-18 Arnaud GierschCosmetics.
2014-03-17 Stéphane CastelliFirst step in the implementation of topologies in SMPI
2014-03-13 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-12 Arnaud GierschStack size is expressed in KiB. Keep the same unit...
2014-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-03-07 Arnaud GierschDie immediately with an explicit message when MPI_Init...
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-03-03 Gabriel Corona[mc] Bring back old code for MPI_Finalize (disabled)
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-27 Augustin DegommeDon't change the address of the buffer of the MPI_Reque...
2014-02-27 Augustin DegommeChange the way persistent MPI_Request are handled after...
2014-02-27 Augustin Degommegeneralize behavior of commit 3391e81 to other test...
2014-02-25 Augustin DegommePersistent comms may be reused after a wait, do not...
2014-02-25 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-25 Gabriel CoronaMerge bugfix from branch mc-refactor
2014-02-25 Gabriel CoronaMerge branches 'mc'
2014-02-25 Marion Guthmullermodel-checker : check if action not NULL before using it
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-20 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-02-19 Arnaud GierschCleanup.
2014-02-14 Augustin Degommeprotect smpi against problems with replay+collectives.
2014-02-13 Augustin DegommeAllow receives to be posted before send in smpi tracing.
2014-02-10 Augustin DegommeReplace SMPI finalization by a barrier with synchronize...
2014-02-07 Augustin Degommefix bug waiting to happen and destroy some simulations...
2014-02-06 Augustin Degommefix some SMPI+MC bugs
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-02-04 Augustin Degommeallow replay to handle -1 as a value for the size of...
2014-02-04 Augustin Degommeavoid changing smpi process index to handle finalizatio...
2014-01-30 Arnaud GierschRemove duplicated code.
2014-01-30 Augustin DegommeI hate tests in shell.
2014-01-30 Augustin Degommeadd link + fix doc
2014-01-30 Augustin Degommeadd an error message in smpirun to point user to the...
2014-01-30 Augustin DegommeAdd link to doc in warning message
2014-01-30 Arnaud GierschInform the user that smpi/running_power has to be set...
next