Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Request should not be null here.
[simgrid.git] / src / smpi / smpi_mpi.c
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-08-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-07-17 Augustin Degommeadd one binding
2013-07-17 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-07-16 Augustin Degommeadd two more functions
2013-07-15 Augustin Degommewrong (but still unimplemented) function was used
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-28 Augustin DegommeAdd a huge variety of not yet impelmented functions...
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-10 Paul BédarideAdd test for mpi alltoallv
2013-03-29 Augustin Degommeadd a bunch of bindings/new definitions of unimplemente...
2013-03-28 Paul BédarideAdd collectives for allgather, allreduce, bcast and...
2013-03-25 Arnaud GierschMissing include.
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-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Augustin Degommemerge with jean noel's commit
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-01 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-09-28 Augustin Degommeadd support of a function (necessary to conceptual)
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-19 Augustin Degommeadd the MPI_Wtick function to smpi to allow compilation...
2011-10-20 Martin Quinsonmerge branches
2011-04-01 NavarropMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-03-31 Pierre-Nicolas ClaussAdded one more missing call. C-MPI should now compile.
2011-03-31 Pierre-Nicolas ClaussMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-03-31 Pierre-Nicolas ClaussAdded one more missing MPI call.
2010-12-02 piniAllow SMPI to run on old unixes (even on darwin).
2010-11-30 piniKill SMPE: use visualization instead.
2010-11-30 piniAdd many missing (but not yet implemented) MPI calls.
2010-11-30 piniOops, these calls should be PMPI-ized as well.
2010-11-30 piniImplement PMPI.
2010-11-26 piniRemove old debugging stuff.
2010-11-18 piniMPI_Comm_split is back to life.
2010-10-28 schnorrmoving TRACE_smpi_set_category to smpi_mpi.c so functio...
2010-10-14 schnorrusing mpi_comm_world to get the global rank
2010-10-11 alegrandIndent include and src using this command:
2010-09-15 schnorrnot consider the time spent on SMPI tracing as part...
2010-09-06 piniFixed return type.
2010-09-06 piniAdded missing MPI call.
2010-08-06 schnorrtracing a sub-set of point-to-point mpi functions
2010-08-05 schnorrtracing MPI collective operations implemented in SMPI
2010-08-05 schnorrinitial instrumentation points for the smpi component
2010-04-25 mquinsonFix copyright headers
2010-04-21 piniAdded persistent communications (working but not yet...
2010-04-21 piniCleanup toward persistent communications.
2010-03-25 piniRemoved trailing whitespace
2010-03-25 piniMore MPI calls support in SMPI
2010-03-23 genaud- implemented MPI_MAXLOC & MPI_MINLOC in operations
2010-03-22 genaudadded MPI_Get_processor_name()
2010-03-19 piniFix bugs in SMPE.
2010-03-18 piniMake SMPE's output to look more like clog2_print's one
2010-03-08 piniCosmetics + basic support for printing the simulated...
2010-02-08 piniSMPI over SIMIX_network in a two days rush.
2010-01-29 piniAdded some missing MPI calls.
2010-01-27 piniIn smpi_mpi.c:
2010-01-20 piniIn smpi_mpi.c:
2009-08-01 genaudAlltoallv
2009-07-31 genaudstarted alltoallv(). Still some bugs.
2009-07-30 genaudalltoall implemented (almost opmpi algorithms)
2009-07-21 genaud* minimum of datatype handling for alltoall tuned
2009-07-20 genaud... untested ...
2009-07-16 genaud* MPI_Sendrecv user+internal levels
2009-07-16 genaudupdate test
2009-07-16 genaudseparate user-level and internal-level for SMPI_MPI_...
2009-07-15 mquinsondo not call smpi_bench_* from SMPI_MPI_Allreduce since...
2009-07-15 genaudexamples to demonstrate bugs in sendrecv
2009-07-13 genaud+ MPI_Sendrecv()
2009-07-10 genaud MPI_Scatter() ok
2009-07-09 genaud- MPI_Scatter() /* untested */
2009-07-03 genaud- MPI_Barrier() as a collective
2009-07-02 genaud* added support for optimized collectives:
2009-06-30 mquinsonfurther polishing on the merge of all model types ...
2009-06-30 genaudMPI_Allreduce()
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 genaud/home/genaud/Documents/svn/simgrid/simgrid/trunk/src...
2009-06-30 mquinsonMore debug
2009-06-30 genaudMPI_Reduce() is ok except memleak
2009-06-29 genaudstill some mem cleanup to finish
2009-06-29 genaudMPI_Reduce using waitany(). Buggy.
2009-06-29 mquinsonMake Waitall and Waitany visible from user side (and...
2009-06-29 mquinsonImplement MPI_Waitany and MPI_Waitall
2009-06-27 genaudsome preliminary additions to implement more collectives
2009-06-26 genaudadded MPI_Wtime()
2009-06-25 mquinsonChange host data into process data; count processes...
2009-06-24 mquinsonSMPI: Pass the rank from smpirun to processes through...
2009-06-23 mquinsoncosmetics (use xbt_fifo_foreach where relevant)
2009-06-23 mquinsoncosmetics (function renaming)
2009-06-23 mquinsonSMPI: cleanup the initialization process by moving...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-28 marklscleaned up mpi_comm_split code some more.
2008-09-26 marklsjust changed some comments.
2008-09-26 marklschange spmirun and smpicc to use bash instead of sh...
2008-09-26 marklsminor changes to comm_split code.
next