Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added missing MPI call.
[simgrid.git] / src / smpi / smpi_base.c
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...
2009-06-23 mquinsonSMPI: Remove the initialization barrier now that it...
2009-06-23 mquinsonSMPI: cleanup the initialization process by moving...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-03-07 marklsmoved XBT_LOG_CONNECT calls into smpi_global so that...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2007-11-30 marklsI just realized that the changes I made to the cond...
2007-11-30 marklschaned global execute_mutex and execute_cond to host...
2007-11-27 marklsrenamed MPI_ functions to avoid namespace collisions...
2007-10-10 marklsupdated to use branching-tree broadcast instead of...
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-09-04 marklsrenamed some functions and moved some data structures...
2007-08-31 marklsminor change broke the build. My bad. It should be...
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.
2007-08-28 marklsremoved some files I need to add back again...
2007-08-28 marklsrefactoring smpi into multiple source files.
2007-08-24 marklsupdated internal data structures to allow smpi to run...
2007-08-24 marklsencapsulated simdata in private data structures so...
2007-08-21 marklsapparently we can't just pop items off the cond_list...
2007-08-21 marklsremoved unregister_action_to_condition calls. The...
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-08-06 mquinsonFix windows build (don't ask why this helps)
2007-08-05 marklsmoving smpi into the mainstream build...