Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
On windows, try_compile may use another compiler than the one we want.
[simgrid.git] / src / smpi /
2013-07-08 Augustin DegommeMPI_Translate_ranks should return MPI_PROC_NULL if...
2013-07-08 Augustin Degommetestany should work and return a flag if we test 0...
2013-07-08 Augustin DegommeImplement MPI_IN_PLACE behavior for collectives
2013-07-08 Augustin DegommeFix MPI_Comm_Split, to increment reference counter...
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-03 sutercosmetics
2013-07-03 suterpushing but never popping means useless code
2013-07-02 Augustin Degommebetter handling of loop endings
2013-07-02 Augustin Degommeget the rank and not the index for process creation
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 Augustin Degommedo not create communicator if process is not inside...
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-28 Augustin Degommemake not_yet_implemented() a macro outputting the name...
2013-06-28 Augustin DegommeAdd a huge variety of not yet impelmented functions...
2013-06-26 Augustin Degommeoptimize MPI_Sendrecv if a process has to exchange...
2013-06-26 Augustin Degommeavoid breaking replay, handle MPI_OP_NULL case
2013-06-26 Augustin DegommeFix smpi_sleep to execute the sleep on the simulated...
2013-06-26 Augustin Degommehandle non commutative reduce operations
2013-06-25 Augustin Degommempich allgatherv was using wrong size value
2013-06-25 Augustin Degommemem leaks
2013-06-24 Augustin Degommefix two nasty bugs in complex datatypes handling, caugh...
2013-06-24 Augustin Degommemem leak
2013-06-20 Augustin Degommestar-mpi's pairwise alltoall is only valid for power...
2013-06-19 Augustin Degommecorrect a few bcast algorithms and change the test...
2013-06-19 Augustin Degommeompi selector was using the wrong algo for alltoallv...
2013-06-18 Augustin DegommeThis is a bug in the implementation in OpenMPI, with...
2013-06-18 Augustin DegommeMPI_ERR_COMM was sometimes returned instead of MPI_ERR_...
2013-06-18 Augustin Degommereduce_scatter default implementation was a mess
2013-06-18 Augustin Degommeif we send 0 data, don't bother with subtypes
2013-06-18 Augustin Degommeadd option "smpi/use_shared_malloc", with true as defau...
2013-06-14 Guillaume SerrièreChange xbt_os_timer interface to handle cpu time, threa...
2013-06-14 Arnaud GierschRemove unused variables.
2013-06-14 Arnaud GierschComment out useless operation.
2013-06-14 Augustin Degommeopenmpi recently changed its decision for alltoallv...
2013-06-13 degommeforgot one file
2013-06-13 degommewe now have an mpich selector, and a bunch of new algor...
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Marion Guthmullerunused variable if tracing disabled
2013-06-13 degommeend of ompi collectives addition, with barrier
2013-06-13 degommeadd scatter algos from ompi
2013-06-13 degommeunused variable
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 degommeadd reduce scatter collectives from openmpi, and fix...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-11 Augustin Degommeadd gather collectives from ompi
2013-06-11 Augustin DegommeFix bug happening with MPI_Datatypes
2013-06-11 Augustin Degommeadd allgatherv algo from ompi
2013-06-11 Augustin Degommeadd new allgather algo from ompi
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).
next