Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Offer the possibility to change smpi bandwidth and latency factor into tag config...
[simgrid.git] / src / smpi / smpi_global.c
2012-01-16 navarroPut xbt_cfg_register for smpi into surf_config.c file
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 Christophe ThiérySMPI: before terminating a process, wait for its asynch...
2011-12-26 Martin Quinsonuse sensible process names (their rank) in SMPI, and...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-26 Martin Quinsondupplicate the sender buffer in eager mode, when isends...
2011-12-26 Martin Quinsondocument SMPI configuration items
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Christophe ThiérySIMIX: add a redundant parameter to avoid repeated...
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-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-05-17 Pierre-Nicolas ClaussMerge back master branch.
2011-05-17 Pierre-Nicolas ClaussMerge back master branch.
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-04 Pierre-Nicolas ClaussBe a little more verbose before aborting.
2011-03-31 NavarropMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-03-31 Pierre-Nicolas ClaussPrograms compiled with smpicc now silently and successf...
2011-02-17 agierschUse new style logging macros.
2011-01-17 piniAccess to SIMIX data without resorting to a request...
2011-01-07 piniForce use of thread contexts when running fortran code.
2011-01-06 piniWe have to somehow rely on F2C if we want it.
2010-12-07 piniBuild SMPI on top of smx_action_t.
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 piniUse plain old C types.
2010-11-30 piniKill SMPE: use visualization instead.
2010-11-30 piniRemove deprecated horrible pimple (use visualization...
2010-11-22 piniSupport for Fortran code in SMPI based on f2c, some...
2010-10-11 alegrandIndent include and src using this command:
2010-10-06 schnorrcosmetics on tracing mechanism
2010-09-27 piniAdded local and global sampling.
2010-09-22 piniAdded RAM folding to SMPI.
2010-08-05 schnorrinitial instrumentation points for the smpi component
2010-07-29 cristianrosaEnable using the MC with SMPI
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-13 piniMake SMPI parameters names more consistent.
2010-04-02 piniPimple to get the message sizes
2010-03-25 piniRemoved trailing whitespace
2010-03-25 piniAdded MPI_COMM_SELF.
2010-03-18 piniMake SMPE's output to look more like clog2_print's one
2010-03-13 piniKeep SMPI data in the SMPI layer
2010-03-08 piniCosmetics + basic support for printing the simulated...
2010-03-05 piniFix SIMIX_network_copy_data against SMPI (to be tested...
2010-02-08 piniSMPI over SIMIX_network in a two days rush.
2010-01-28 piniBetter fix for r7026.
2010-01-27 piniFix errors with relative includes with smpicc
2010-01-27 piniIn smpi_mpi.c:
2010-01-20 piniIn smpi_mpi.c:
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-07-30 genaudthought this one would fix my long-standing wait_all...
2009-07-21 genaud* minimum of datatype handling for alltoall tuned
2009-07-20 genaud... untested ...
2009-07-15 mquinsonOnly sleep to handle real computation if the time to...
2009-07-13 genaud+ MPI_Sendrecv()
2009-07-13 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
2009-07-03 genaud- MPI_Barrier() as a collective
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonPlug some easy memleaks
2009-06-29 genaudstill some mem cleanup to finish
2009-06-29 genaudMPI_Reduce using waitany(). Buggy.
2009-06-29 mquinsonImplement MPI_Waitany and MPI_Waitall
2009-06-27 genaudsome preliminary additions to implement more collectives
2009-06-26 mquinsonSMPI: Add an option to display the timing at the end...
2009-06-26 mquinsonSMPI: Change the reference speed to a command line...
2009-06-25 mquinsonCompile about every existing SMPI examples (reduce...
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: 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 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-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-03-07 mquinsoncosmetics
2008-03-07 marklsmoved XBT_LOG_CONNECT calls into smpi_global so that...
2007-11-30 marklschaned global execute_mutex and execute_cond to host...
2007-11-27 marklsrenamed MPI_ functions to avoid namespace collisions...
2007-11-12 marklsmade some changes to allow more than one DO_ONCE block...
2007-11-10 marklscleaning up and refactoring some of the code to create...
2007-11-09 marklscleaned up action code to destroy completed actions...
2007-11-09 marklsadded code to allow for DO_ONCE loops. very preliminary.
2007-11-07 marklsupdated smpirun to use new xml format and made changes...
2007-10-12 marklscode cleanup, streamlining, removed some redundant...
2007-10-10 marklsupdated to use branching-tree broadcast instead of...
next