Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless use of XBT_LOG_EXTERNAL_CATEGORY.
[simgrid.git] / src / smpi / smpi_base.c
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
2009-07-20 genaud... untested ...
2009-07-16 genaudseparate user-level and internal-level for SMPI_MPI_...
2009-07-15 genaudexamples to demonstrate bugs in sendrecv
2009-07-13 genaud+ MPI_Sendrecv()
2009-07-03 genaud- MPI_Barrier() as a collective
2009-07-02 genaud* added support for optimized collectives:
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonPlug some easy memleaks
2009-06-30 genaudMPI_Reduce() is ok except memleak
2009-06-29 genaudstill some mem cleanup to finish
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-25 mquinsonSMPI: Use the amount of processes to malloc the process...
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-24 mquinsonSMPI: move the last queue (received_message_queue)...
2009-06-24 mquinsonSMPI: move pending_send_request_queue from global to...
2009-06-24 mquinsonSMPI: kill some free() from the smpi_process_finalize...
2009-06-24 mquinsonSMPI: Change the way senders and receivers are stopped...
2009-06-24 mquinsonSMPI: Kill the global list of senders and receivers
2009-06-24 mquinsonSMPI: Add a global table of processes, which one day...
2009-06-24 mquinsonMove pending_recv_request_queues into host_data (ie...
2009-06-23 mquinsonSMPI: get the main process launch the sender and receiv...
2009-06-23 mquinsoncosmetics (function renaming)
2009-06-23 mquinsonKill another useless synchronization source: no one...
2009-06-23 mquinsonSMPI: Kill a whole bunch of unneeded synchronization...
next