Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid potential problems when tracing comms coming from any source,
[simgrid.git] / src / smpi / smpi_pmpi.c
2013-11-14 Augustin Degommeavoid potential problems when tracing comms coming...
2013-11-06 Arnaud GierschAvoid to dereference a null index when HAVE_TRACING.
2013-11-06 Arnaud GierschAvoid to dereference a null index when HAVE_TRACING.
2013-10-31 Arnaud GierschThis should be a per process variable.
2013-10-30 Augustin Degommeset extra data to 0 at allocation time to avoid bad...
2013-10-30 Augustin Degommeadd Time independent output trace format ( TI ) to...
2013-10-30 Augustin Degommetrace MPI_Init and MPI_Finalize as well
2013-10-30 Augustin Degommechange the way computation tracing is handled in smpi
2013-10-28 Arnaud GierschAdd calls to smpi_bench_{end,begin} in PMPI_Wtime.
2013-10-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-07 Arnaud GierschVerify that request is not NULL (plus reindent).
2013-10-06 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-04 Arnaud GierschEmpty status when request is NULL.
2013-10-04 Arnaud GierschFix the fix of commit 6d12558bf98bb09f8fc8c45527d740bf9...
2013-10-04 Arnaud GierschEmpty status in any case (plus slight reindent).
2013-10-04 Arnaud GierschEnforce type for other MPI NULL constants.
2013-10-04 Arnaud GierschEnforce type for MPI_REQUEST_NULL, and fix mistakes.
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-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-24 Augustin Degommedouble definition makes windows unhappy
2013-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-29 Augustin Degommeas this can be called from anywhere (and sometimes...
2013-08-29 Augustin Degommemove tracing for smpi collectives to a place where...
2013-08-29 Augustin Degommeadd option tracing/smpi/display_sizes to display size...
2013-08-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-12 Marion Guthmullerinit ret_val (MC compliant)
2013-07-18 Augustin DegommeSet MPI_Request to MPI_REQUEST_NULL whenever a call...
2013-07-17 Augustin Degommeadd one binding
2013-07-17 Augustin Degommefix behavior of waitany
2013-07-17 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-07-16 Augustin Degommeonly use MPI_SOURCE when necessary
2013-07-16 Augustin Degommecorrect a few mistakes with waitall, waitany, wait
2013-07-16 Augustin Degommeadd two more functions
2013-07-16 Augustin Degommefix MPI_Initialized
2013-07-12 Augustin Degommechange some behaviors with MPI_IN_PLACE
2013-07-11 Augustin Degommeremove a few leaks and memory errors
2013-07-11 Augustin DegommeMPI_Iprobe should return flag=true when asked with...
2013-07-11 Augustin Degommefix MPI_Group_range_excl
2013-07-11 Augustin DegommeCopy the group when doing a comm_split, to avoid to...
2013-07-08 Augustin Degommequick and naive implementation of the MPI_Exscan collective
2013-07-08 Augustin DegommeMPI_Waitsome and MPI_Testsome can actually handle NULL...
2013-07-08 Augustin DegommeMPI_Translate_ranks should return MPI_PROC_NULL if...
2013-07-08 Augustin DegommeImplement MPI_IN_PLACE behavior for collectives
2013-07-05 acarpenaMerge branch 'dvfs'
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-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-18 Augustin DegommeMPI_ERR_COMM was sometimes returned instead of MPI_ERR_...
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 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-05-07 Augustin DegommeWarning removal
2013-05-07 Augustin DegommeFix nasty bug with wrong addressing of the processes...
2013-05-07 Augustin Degommefix bug with tracing of MPI_Sendrecv
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-12 Paul BédarideAdd mpi allgatherv pair ring
2013-04-10 Paul BédarideAdd mpi alltoallv bruck and fix mpi alltoallv pairwise
2013-04-09 Augustin DegommeAvoid marking as finished and deleting requests when...
2013-04-08 Paul BédarideUse simgrid function instead of MPI in collectives
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 Degommeadd a bunch of bindings/new definitions of unimplemente...
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-06 Arnaud GierschUse simple arrays, instead of dynars.
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-11 Augustin Degommeadd support for Ssend/Issend in SMPI
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-12 Augustin Degommechange the way we handle MPI_Request termination
2012-12-10 Augustin Degommeadd a bunch of new fortran bindings, to make bigdft...
2012-11-30 shensheiMerge ../simgrid
2012-11-28 Augustin Degommeadd option to generate states for code outside smpi...
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-04 degommehandle MPI_UB and MPI_LB for real, activate tests in...
2012-10-30 Augustin Degommecorrect behavior of smpi_group_excl and smpi_group_int...
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-26 Augustin Degommecorrect some issues with MPI_Sendrecv_replace, to avoid...
2012-10-26 Augustin Degommeadd various defines and objects to provide better compi...
2012-10-26 Augustin Degommehave waitall output an error if an issue is encountered...
2012-10-24 Maximiliano GeierPull changes to push BitTorrent fix
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-23 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-23 Augustin Degommenumber of elements can be 0 in type constructors
2012-10-23 Augustin Degommedo not free the group of MPI_COMM_WORLD when asked...
2012-10-10 jean-noel quintinMerge remote-tracking branch 'origin/master'
next