Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add some comments to avoid that someone breaks the MC with a 'trivial cleanup'
[simgrid.git] / src / smpi / smpi_base.c
2012-10-03 Arnaud GierschFix errors about uninitialized variables.
2012-10-03 Augustin Degommemerge with jean noel's commit
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-03 jean-noel quintin[smpi] add a gestion of non-contignous data
2012-10-02 Augustin Degommeadd support of MPI_PROC_NULL, correct behavior of waita...
2012-10-02 Augustin Degommeprovide Test and Wait functions with a better MPI_STATU...
2012-10-01 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-09-28 Augustin Degommevarious fixes for probing/testing
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 jean-noel quintin[beginning smpi non contignous]
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-21 Augustin Degommechange the behavior of mpi_testall to loop over mpi_tes...
2012-09-20 Augustin Degommeadd support of MPI_Testall
2012-09-20 Augustin Degommeadd MPI_Probe and MPI_Iprobe support, and better handli...
2012-09-10 suteradd some test to not perform some memcpy. Mandatory...
2012-08-09 Jean-Baptiste HervéMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-08-08 Augustin Degommeadd missing includes
2012-08-07 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-08-07 Augustin Degommeadd an "smpi/async_small_thres" configure option to...
2012-07-24 Jean-Baptiste HervéAdd an include to avoid a compilation warning
2012-07-09 suterAdd what's missing to load traces from SMPI.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonEnhance the communication filtering mechanism
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-28 Arnaud GierschRemove useless use of XBT_LOG_EXTERNAL_CATEGORY.
2012-02-09 Arnaud GierschFix segfault in smpi+tracing with detached sends.
2012-02-01 Arnaud Gierschsmpi_mpi_request_free expects an MPI_request*.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-10 Arnaud GierschFix error: passing argument 7 of ‘SIMIX_req_comm_isend...
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-09 Martin Quinsonmake it compile with -Werror by forcing a type casting
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 Christophe Thiéryclean_fun is the function that frees the userdata of...
2012-01-05 Christophe ThiérySMPI: don't finish immediately a dsend comm.
2012-01-05 Christophe ThiérySMPI: before terminating a process, wait for its asynch...
2011-12-26 Martin Quinsoncleanup the debug messages
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-26 Martin Quinsonmore verbose debug around detached sends
2011-12-26 Martin Quinsondupplicate the sender buffer in eager mode, when isends...
2011-12-16 Stephane GenaudMerge branch 'smpi' of git+ssh://scm.gforge.inria.fr...
2011-12-16 Stephane Genauddsend used for small messages
2011-12-12 Mark Stillwellspelling error in comment. very minor.
2011-10-20 Martin Quinsonmerge branches
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-07-19 Mark Stillwellfixing some compiler warnings for adding to void pointe...
2011-07-04 Mark Stillwellhaha! problem with call to get_remote_mailbox...code...
2011-07-03 Mark Stillwellfixed several problems in gather, gatherv, allgather...
2011-07-01 Mark Stillwellremoved check that sent/received requests are for the...
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-06-07 Arnaud GierschRemove unused variables.
2011-05-26 Mark Stillwellchanged match_recv and match_send...They were requiring...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryDon't read a comm after completion since it is auto...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-24 piniUse a linear sweep waitall when MC is enabled.
2010-12-07 piniBuild SMPI on top of smx_action_t.
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 schnorr[trace] setting the tracing category for exec and comm...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschDo not request status if not requested by caller.
2010-11-30 piniBugfix: statuses were wrongly accessed.
2010-11-22 piniSupport for Fortran code in SMPI based on f2c, some...
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-10-11 alegrandIndent include and src using this command:
2010-09-06 piniAdded missing MPI call.
2010-08-06 schnorrtracing a sub-set of point-to-point mpi functions
2010-08-05 piniSemaphores are repaired, so SMPI can safely rely on...
2010-06-14 piniAdded new model (default with smpirun) that integrates...
2010-05-07 piniThe eager limit size itself is part of the RDV protocol.
2010-05-05 piniCleanup.
2010-04-25 mquinsonFix copyright headers
2010-04-21 piniAdded persistent communications (working but not yet...
2010-04-21 piniCleanup toward persistent communications.
2010-04-15 piniActually, we want a RDV not a deadlock.
2010-04-15 piniTypos, cosmetics and RDV protocol.
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-13 piniPlug the memleak of smx_rdv_t
2010-03-13 piniKeep SMPI data in the SMPI layer
2010-03-13 piniFixed buggy implementation of MPI_Waitsome
2010-03-13 piniFixed two more unclean execution paths
2010-03-13 piniBugfix to dirty cleanup of SIMIX from SMPI.
2010-03-13 piniMove misplaced memleak fix.
2010-03-12 mquinsonplug a tiny memleak
2010-03-08 piniCosmetics + basic support for printing the simulated...
2010-02-08 piniSMPI over SIMIX_network in a two days rush.
2010-01-19 piniFix stripping of first argument.
2009-07-30 genaudalltoall implemented (almost opmpi algorithms)
2009-07-21 genaud* minimum of datatype handling for alltoall tuned
next