Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some files that are created on windows have \r to trim as well
[simgrid.git] / src / smpi / smpi_base.c
2013-11-06 Augustin Degommepotential fixes
2013-11-06 Augustin Degommepotential fixes
2013-10-09 Arnaud GierschLength modifier 'l' is indeed wrong in %l[efg] for...
2013-10-06 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-06 Martin Quinsonadd some comments to avoid that someone breaks the...
2013-10-04 Arnaud GierschHandle inactive requests in test and wait.
2013-10-04 Arnaud GierschReset requests to MPI_REQUEST_NULL.
2013-10-04 Arnaud GierschEmpty status in any case (plus slight reindent).
2013-10-04 Arnaud GierschEnforce type for MPI_REQUEST_NULL, and fix mistakes.
2013-10-04 Marion Guthmullermodel-checker : dangling pointer set to NULL
2013-10-04 Marion Guthmullermodel-checker : set SMPI request to NULL before creatin...
2013-10-04 Marion Guthmullerinit request real_src
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-09-18 Augustin Degommesome requests were not tagged correctly
2013-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-03 Augustin DegommeEnsure we don't post a too big receive here, because...
2013-08-29 Augustin Degommeadd option tracing/smpi/display_sizes to display size...
2013-07-17 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-07-16 Augustin Degommecorrect a few mistakes with waitall, waitany, wait
2013-07-12 Augustin Degommechange some behaviors with MPI_IN_PLACE
2013-07-11 Augustin Degommeexscan non commutative fix
2013-07-08 Augustin Degommehandle non commutative case for scan/exscan
2013-07-08 Augustin Degommequick and naive implementation of the MPI_Exscan collective
2013-07-08 Augustin Degommetestany should work and return a flag if we test 0...
2013-07-08 Augustin Degommeadd a reference counter in order to avoide deleting...
2013-07-08 Augustin Degommehave persistent communications use a PREPARED flag...
2013-07-08 Augustin DegommeMake internal collective flags negative (incorrect...
2013-07-05 Augustin Degommefix tracing issue with some communicators
2013-07-05 acarpenaMerge branch 'dvfs'
2013-07-02 Augustin Degommeuse the right index for sendrecv optimization
2013-07-02 Augustin Degommeunify collective tags
2013-07-01 Augustin Degommehandle MPI_IN_PLACE for basic reduce
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-26 Augustin Degommeoptimize MPI_Sendrecv if a process has to exchange...
2013-06-26 Augustin Degommehandle non commutative reduce operations
2013-06-18 Augustin Degommereduce_scatter default implementation was a mess
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 degommeadd reduce scatter collectives from openmpi, and fix...
2013-05-07 Augustin DegommeFix nasty bug with wrong addressing of the processes...
2013-05-07 Augustin Degommeadd an option smpi/iprobe, to inject sleeping time...
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-09 Augustin Degommeremove a few more leaks to please valgrind, but nothing...
2013-04-09 Augustin Degommedo not allocate 0 sized buffers which won't be copied...
2013-04-09 Augustin DegommeFix possible leak with 0 sized messages
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.
next