Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid marking as finished and deleting requests when passing multiple times inside...
[simgrid.git] / src / smpi / smpi_base.c
2013-04-09 Augustin DegommeAvoid marking as finished and deleting requests when...
2013-04-09 Augustin DegommeFix possible memory leak
2013-04-09 Augustin DegommeFix bug with tracing of smpi internals and MPI_ANY_SOURCE
2013-03-29 Augustin Degommeremove states for the new tracing option, as only links...
2013-03-29 Augustin Degommeadd a cfg:tracing/smpi/internals option, to trace all...
2013-02-21 Arnaud GierschFix memory leaks in smpi.
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-18 Arnaud GierschCheck status also with MC.
2013-02-18 Arnaud GierschMove test outside the loop.
2013-02-18 Arnaud GierschSet status in any case.
2013-02-18 Arnaud GierschAlso set MPI_ERROR in smpi_empty_status.
2013-02-14 Arnaud GierschUsing memcpy looks a bit overkill here.
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-12 Augustin Degommeissend should be treated as isend, even if not detached
2013-02-12 Augustin Degommecorrect behavior of MPI_Send which used to values of...
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-11 Augustin Degommeadd an smpi/ois factor, to account for the fact that...
2013-02-11 Augustin Degommeactivate a bunch of tests using mpi_ssend, and change...
2013-02-11 Augustin Degommeadd support for Ssend/Issend in SMPI
2013-02-11 Augustin Degommeadd option to set the threshold where smpi send stops...
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-25 Arnaud GierschUse %zu for type size_t.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2013-01-16 Augustin Degommechange verbosity of some messages
2013-01-16 Augustin Degommeadd smpi/os and smpi/or parameters to handle timings...
2012-12-18 Martin QuinsonUse xbt_malloc (and friends) instead of direct malloc()
2012-12-17 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-17 Paul BédarideMove config from surf to simgrid
2012-12-12 Augustin Degommechange the way we handle MPI_Request termination
2012-12-06 Augustin Degommehandle proper cleanup of mpi datatypes with MPI_Type_fr...
2012-12-06 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-05 Augustin Degommemodify the way we handle MPI_ANY_SOURCE, MPI_ANY_TAG...
2012-12-05 Augustin Degommemake valgrind happy with smpi by handling action destru...
2012-12-03 Augustin Degommeremove sender's side data from mpi_send in the receiver...
2012-11-30 sutertypos
2012-11-30 Augustin Degommefix a memory leak happening with smpi_replay
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-22 Martin Quinsonfirst try at killing GRAS -- does not compile yet
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-05 Augustin Degommeas MPI_Iprobe always use a 0-sized request, do not...
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-26 Augustin Degommehave waitall output an error if an issue is encountered...
2012-10-25 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-25 navarroAdd a surf function to get configuration parameters...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-10-10 Arnaud GierschUse 1/0 instead of false/true (*flag is an int).
2012-10-10 Arnaud GierschInclude is missing when building with tracing=OFF.
2012-10-05 degommeadd more checking to inputs of SMPI functions
2012-10-04 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-04 jean-noel quintin[smpi] reduce the amount of memory used with the detach...
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschFix errors about uninitialized variables.
2012-10-03 Augustin Degommemerge with jean noel's commit
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-03 jean-noel quintin[smpi] add a gestion of non-contignous data
2012-10-02 Augustin Degommeadd support of MPI_PROC_NULL, correct behavior of waita...
2012-10-02 Augustin Degommeprovide Test and Wait functions with a better MPI_STATU...
2012-10-01 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-09-28 Augustin Degommevarious fixes for probing/testing
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 jean-noel quintin[beginning smpi non contignous]
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-21 Augustin Degommechange the behavior of mpi_testall to loop over mpi_tes...
2012-09-20 Augustin Degommeadd support of MPI_Testall
2012-09-20 Augustin Degommeadd MPI_Probe and MPI_Iprobe support, and better handli...
2012-09-10 suteradd some test to not perform some memcpy. Mandatory...
2012-08-09 Jean-Baptiste HervéMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-08-08 Augustin Degommeadd missing includes
2012-08-07 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-08-07 Augustin Degommeadd an "smpi/async_small_thres" configure option to...
2012-07-24 Jean-Baptiste HervéAdd an include to avoid a compilation warning
2012-07-09 suterAdd what's missing to load traces from SMPI.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonEnhance the communication filtering mechanism
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-28 Arnaud GierschRemove useless use of XBT_LOG_EXTERNAL_CATEGORY.
2012-02-09 Arnaud GierschFix segfault in smpi+tracing with detached sends.
2012-02-01 Arnaud Gierschsmpi_mpi_request_free expects an MPI_request*.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-10 Arnaud GierschFix error: passing argument 7 of ‘SIMIX_req_comm_isend...
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-09 Martin Quinsonmake it compile with -Werror by forcing a type casting
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 Christophe Thiéryclean_fun is the function that frees the userdata of...
2012-01-05 Christophe ThiérySMPI: don't finish immediately a dsend comm.
2012-01-05 Christophe ThiérySMPI: before terminating a process, wait for its asynch...
2011-12-26 Martin Quinsoncleanup the debug messages
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
next