Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
* added support for optimized collectives:
[simgrid.git] / src / smpi / smpi_sender.c
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-25 mquinsonChange host data into process data; count processes...
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: Change the way senders and receivers are stopped...
2009-06-24 mquinsonSMPI: Kill the global list of senders and receivers
2009-06-23 mquinsonSMPI: get the main process launch the sender and receiv...
2009-06-23 mquinsonKill another useless synchronization source: no one...
2009-06-23 mquinsonSMPI: Kill a whole bunch of unneeded synchronization...
2009-06-23 mquinsonSMPI: Remove the initialization barrier now that it...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2007-12-24 marklssome of the action checking code didn't work right...
2007-12-23 marklsblah
2007-11-30 marklschaned global execute_mutex and execute_cond to host...
2007-11-27 marklsrenamed MPI_ functions to avoid namespace collisions...
2007-11-09 marklscleaned up action code to destroy completed actions...
2007-11-07 marklssmall change to calls to SIMIX_action_communicate and...
2007-10-12 marklscode cleanup, streamlining, removed some redundant...
2007-10-10 marklsupdated to use branching-tree broadcast instead of...
2007-09-15 marklsadding very hacked together and inefficient implementat...
2007-09-09 marklsused host user data to store global index values and...
2007-09-08 marklsremoving references to mpi_comm_world from internal...
2007-08-31 marklstrying to debug a persistent problem.
2007-08-29 marklsmoved some more data structures into private.h. Still...
2007-08-29 marklsremoved some unnecessary waiting
2007-08-28 marklsrefactored smpi into multiple source files.