Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
even more informative error message
[simgrid.git] / src / smpi / smpi_pmpi.c
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-08 Christian HeinrichFixed return values for several MPI_WIN functions
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-05 Augustin DegommeAdd MPI_Win_post, MPI_Win_start, MPI_Win_complete,...
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-18 degommeprotect these calls to smpi_datatype_size as they are...
2014-11-17 degommeFix problem with unknown datatypes in replay/tracing.
2014-11-06 Augustin Degommeadd mpi_info_* support to fortran, and activate relevan...
2014-11-06 Augustin DegommeAdd mpi_info support for rma calls
2014-11-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-11-03 Augustin DegommeAdd preliminary support for MPI_Pack, MPI_Pack_size...
2014-11-03 Augustin DegommeAdd MPI_Info_* support.
2014-10-30 degommeAdd tracing for RMA calls
2014-10-30 Augustin Degommewe should not set error flag when wait or test is calle...
2014-10-09 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-05 degommecleanup, remove some useless functions
2014-10-05 degommeAdd MPI_Type*keyval and MPI_Type*attr functions
2014-10-03 degommeAdd MPI_Comm_*keyval and MPI_Comm*attr functions
2014-10-03 Augustin Degommeactivate some more tests
2014-10-03 Augustin DegommeImplement MPI_Keyval_create, MPI_Keyval_free, MPI_Attr_...
2014-10-03 Augustin Degommeprovide new unimplemented signatures for RMA MPI calls
2014-10-02 Augustin Degommeadd MPI_Win_get_group, and activate some tests using...
2014-10-02 Augustin DegommeAdd forgotten MPI_Comm_f2c and MPI_Comm_c2f calls
2014-09-17 Augustin DegommeImplement MPI_*_c2f MPI_*_f2c functions
2014-08-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 Augustin DegommeFix [#17799] : have mpi_group_range_incl and mpi_group_...
2014-08-01 Augustin DegommeMove group_incl code, to allow use by collective algos...
2014-07-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-28 Augustin Degommemake some algorithms return when using bad datatypes
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-07-24 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-21 Augustin DegommeAdd MPI_Win_get_name and MPI_Win_set_name support
2014-07-17 Augustin Degommeenforce a scatter error in some cases
2014-07-16 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-16 Augustin Degommerename function
2014-07-16 Augustin Degommeadd time injection in MPI_Wtime and MPI_Test, to match...
2014-07-15 degommeAdd MPI_Type_set_name and MPI_Type_get_name and activat...
2014-07-07 Augustin Degommethis should be err_rank, not err_comm
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-06-23 Augustin DegommeFirst steps for implemtation of MPI Onesided Operations :
2014-06-20 Augustin Degommedon't do the call if an error is caught before
2014-06-20 Augustin DegommeRemove benchmarking calls from cart_create
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-11 degommeactivate tests using resized and handle some corner...
2014-06-11 scastelliImplementation of MPI_Type_create_resized
2014-06-10 scastelliWe should'nt allow the use of uncommited datatypes...
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-18 Martin Quinsonprevious version was initializing retval=0 and then...
2014-05-14 Stéphane CastelliFix a bug in SMPI that leads to a segfault when one...
2014-05-12 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-05-07 suteradd support of MPI_Test in smpi_replay and TRACING-TI
2014-04-24 Gabriel CoronaMerge "mc"
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-08 Gabriel CoronaMerge remote-tracking branch 'origin/mc'
2014-04-07 Arnaud GierschUpdate version strings.
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Martin QuinsonRevert "Remove XBT_INFO call"
2014-03-31 Pierre VeyreRemove XBT_INFO call
2014-03-31 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Augustin DegommeRemove benchmarking calls in MPI functions that don...
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-17 Stéphane CastelliFirst step in the implementation of topologies in SMPI
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-27 Augustin DegommeChange the way persistent MPI_Request are handled after...
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-01-17 Marion GuthmullerMerge remote-tracking branch 'origin/libdw2'
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-14 Augustin Degommeavoid potential problems when tracing comms coming...
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
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 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
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...
next