Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
AS access from MSG layer
[simgrid.git] / src / smpi /
2013-06-11 Augustin Degommeadd missing file in dist
2013-06-11 Augustin Degommeremove warning
2013-06-10 degommeadd new algos for reduce from ompi
2013-06-10 degommeadd another ompi bcast algo
2013-06-10 Augustin Degommeadd one more bcast algo
2013-06-10 Augustin Degommeadd a new allreduce algorithm from openmpi
2013-06-10 Augustin Degommeactivate commute flag for MPI_Op, adds smpi_op_is_commu...
2013-06-10 Augustin Degommeremove warnings in smpi selector
2013-06-10 suteravoid double variable definition when tracing is activa...
2013-06-08 George MarkomanolisNew actions for the time independent trace replay frame...
2013-06-07 degommerename old alltoall selector function, which will proba...
2013-06-07 degommeadd ompi selector for smpi collectives (use --cfg=smpi...
2013-05-10 Paul BédarideAdd new boolean type for configuration
2013-05-07 Augustin Degommesynchronize all replay processes at the end
2013-05-07 Augustin DegommeWarning removal
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-05-07 Augustin Degommefix bug with tracing of MPI_Sendrecv
2013-04-30 Nicolas BonichonMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-26 Paul BédarideFix unset var in smpirun
2013-04-25 Nicolas BonichonMerge branch 'bittorrent'
2013-04-25 Paul BédarideAuto generate hostfile if not given to smpirun [#14692]
2013-04-15 Arnaud GierschUse correct parameter for bcast operation.
2013-04-15 Arnaud GierschReturn early on error.
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-12 Paul BédarideAdd mpi allgatherv GB
2013-04-12 Paul BédarideReactivate some mpi collectives
2013-04-12 Arnaud GierschRemove unused file.
2013-04-12 Paul BédarideAdd mpi allgatherv pair ring
2013-04-11 Paul BédarideRemove mpi alltoall{,w}_pairwise (identical to ring)
2013-04-11 Paul BédarideAdd mpi alltoallv ring ring-light-barrier ring-mpi...
2013-04-11 Paul BédarideAdd mpi alltoallv pair
2013-04-11 Paul BédarideAdd mpi alltoallv pair_light_barrier pair_mpi_barrier...
2013-04-11 Augustin Degommetry not to copy from outside of an array
2013-04-10 Paul BédarideAdd mpi alltoallv bruck and fix mpi alltoallv pairwise
2013-04-10 Paul BédarideAdd mpi alltoallv pairwise
2013-04-10 Paul BédarideAdd test for mpi alltoallv
2013-04-10 Arnaud GierschRemove algorithm bcast-TSB.
2013-04-10 Arnaud GierschRemove unused variables.
2013-04-09 Arnaud GierschInitialize remainder.
2013-04-09 Arnaud GierschRemove temporary files.
2013-04-09 Augustin Degommereplace star_reduction by our own reduction
2013-04-09 Augustin Degommeremove a few more leaks to please valgrind, but nothing...
2013-04-09 Arnaud GierschFix hack for smpi_replay in smpirun.
2013-04-09 Arnaud GierschRemove redundant file.
2013-04-09 Arnaud GierschChange file mode (remove execute bit).
2013-04-09 Paul BédarideFix mpi bcast flattree-pipeline collective
2013-04-09 Augustin DegommeRequests are deallocated inside the Waitall, do not...
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 DegommeAttempt to fix problems with complex datatype copy...
2013-04-09 Augustin DegommeFix possible memory leak
2013-04-09 Augustin Degommeavoid looping forever on iprobe
2013-04-09 Augustin DegommeFix bug with tracing of smpi internals and MPI_ANY_SOURCE
2013-04-08 Paul Bédaridechange collective calls in smpi_replay
2013-04-08 Paul BédarideAdd missing file in DefinePackage
2013-04-08 Paul BédarideUse simgrid function instead of MPI in collectives
2013-04-04 Augustin Degommeremove another algorithm
2013-04-04 Augustin Degommeport a reduce algorithms with internal smpi calls
2013-04-04 Augustin Degommeremove a redundant algorithm
2013-04-04 Paul BédarideAdd tesh files to test all new collectives
2013-04-03 Augustin Degommeanother allreduce ported
2013-04-03 Augustin Degommeadapt two collectives of starmpi to avoid timing issues...
2013-04-03 Augustin Degommeactually use starmpi collectives for allreduce
2013-04-02 Augustin Degommehave sendrecv_replace work with non contiguous datatype...
2013-03-29 Augustin Degommenew attempt to stabilize the use of underscores on...
2013-03-29 Augustin Degommeremove states for the new tracing option, as only links...
2013-03-29 Augustin Degommeswitch back from two underscores to one in fortran...
2013-03-29 Augustin Degommeadd a cfg:tracing/smpi/internals option, to trace all...
2013-03-29 Augustin Degommeadd a bunch of bindings/new definitions of unimplemente...
2013-03-28 Arnaud GierschRemove extraneous parentheses, and silent clang.
2013-03-28 Arnaud GierschDon't build smpi in a separate library anymore.
2013-03-28 Paul BédarideAdd collectives for allgather, allreduce, bcast and...
2013-03-25 Arnaud GierschFix various build errors.
2013-03-25 Arnaud GierschReindent files before changes.
2013-03-25 Arnaud GierschMissing include.
2013-03-25 Martin Quinsonfix some simple errors in the commit of Paul (not enoug...
2013-03-25 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Paul BédarideAdd alltoall collectives from starmpi
2013-03-10 Arnaud GierschAdd new option to smpirun, for running valgrind/gdb...
2013-03-06 Arnaud GierschUse simple arrays, instead of dynars.
2013-03-06 Arnaud GierschReally copy only when recvbuf != sendbuf.
2013-02-21 Arnaud GierschFix memory leaks in smpi.
2013-02-21 Arnaud GierschExtend smpi_register_static to accept any free function.
2013-02-19 Augustin Degommechange an include, to avoid linking from simgrid to...
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-15 Augustin Degommebe case insensitive when trying to change main name...
2013-02-15 Augustin Degommeadd mpi_testall binding for fortran
2013-02-14 Arnaud GierschUsing memcpy looks a bit overkill here.
2013-02-14 Arnaud GierschRemove spurious brace from error message.
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...
next