Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI: move the last queue (received_message_queue) from global to process data
[simgrid.git] / src /
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 (use xbt_fifo_foreach where relevant)
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-06-23 genaudquick notes to get started compiling an smpi example.
2009-06-23 genaudextended smpirun accepting -platform and -hostfile
2009-06-23 mquinsonBug fix: add the compiler name to the command line
2009-06-08 mquinsonsome more comments, and minor cleanups
2009-06-08 alegrandMake a much cleaner (and correct) use of refcount intro...
2009-06-08 alegrandCleaner use of the refcount introduced by Henri.
2009-06-08 alegrandHandle host failures in communications. (bug raised...
2009-06-08 alegrandAdd debug
2009-06-06 alegrandTake into account that some process may actually not...
2009-06-06 alegrandCheck that a host is available before launching a process.
2009-06-06 alegrandGive deployment functions the opportunity to know that...
2009-05-28 mquinsonmerge with git master
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-26 mquinsontypo (again)
2009-05-26 mquinsontypo
2009-05-26 mquinsonmore debugging
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2009-05-19 alegrandsed resource/model as it is now how things are named...
2009-05-19 alegrandBug fix in MSG raised by Matthieu and Henri!
2009-05-18 mquinsonBe more verbose when propagating local exceptions
2009-05-18 mquinsonAdd regression tests for the lastly fixed bugs in GRAS...
2009-05-18 mquinsonAllow the exchange of 0-long dynamic vectors
2009-05-18 mquinsonLess debugging info
2009-05-18 mquinsonReindent some code, no real change (should do it for...
2009-05-18 mquinsonxbt_ex_display(): do not free the exception after displ...
2009-05-18 mquinsonReindent, no real change
2009-05-11 mquinsonFix a bug in task exchange which broke MSG_task_get_sen...
2009-05-11 mquinsonmore informative debug messages
2009-05-07 mquinsonPlug a bunch of memleaks
2009-05-05 mquinsonfirst draft of the action runner
2009-04-28 mquinsonUse the aligned size for structures instead of raw...
2009-04-28 mquinsonSome more debug
2009-04-28 mquinsonMore explicit error reporting around the trace connecti...
2009-04-28 mquinsonAdd SIMIX_process_set_name()
2009-04-28 mquinsonChange form of error message so that when host name...
2009-04-12 mquinsonplug some memleaks
2009-04-12 mquinsoncosmetics
2009-04-12 mquinsondo not brutally kill the listener but ask him politely...
2009-04-12 mquinsondo not close sockets from main thread, but from listene...
2009-04-12 mquinsonreduce the verbosity of *all* setsockopt failures to...
2009-04-11 mquinsonlower the gravity of the message indicating that setsoc...
2009-04-11 mquinsontiny documentation improvement
2009-04-11 mquinsonallow to define a default value to registered functions...
2009-04-11 mquinsonmake sure that the gras_userdata_new() macro returns...
2009-03-26 mquinsonalso awake the listener after opening a file socket
2009-03-26 mquinsonDeal with negative indices the same way than too big...
2009-03-26 mquinsondynars: use inline functions instead of macros + releas...
2009-03-10 mquinsonkill generated files out of the svn, damnit
2009-03-10 mquinsonGras listener thread of each process do select(-1)...
2009-03-10 mquinsonbe more explicit when we die because we got an unknown...
2009-03-04 mquinsontypo in unit test name
2009-02-24 alegrandFix the bug on MSG_task_put_bounded raised by Fredo...
2009-02-15 casanovaFixed a race condition in msg for communication between...
2009-02-14 casanovaAdded a reference counter to the s_smx_action data...
2009-02-04 mquinsonI shouldn't do dcommit that fast
2008-12-12 mquinsonIntroduce log appenders
2008-12-12 mquinsondo not display backtrace capturing stuff in the display...
2008-12-12 mquinsonkill an unused variable, fix a segfault after resizing...
2008-12-11 mquinsonkeep documentation in sync with implementation
2008-11-26 alegrandAdd useful gnets headers to the dist.
2008-11-26 alegrandAdd debug on topology.
2008-11-25 velhoSolving libtool conflict.
2008-11-25 velhoAdded the weight model improvements to lagrange models.
2008-11-25 velhoBUGFIX bindinig always with port 80 cause more than...
2008-11-25 velhoRemove gtnets verbose output.
2008-11-25 velhoBug fix.
2008-11-11 mquinsonkilkilkil
2008-11-11 mquinsonsome more ignorable autogenerated
2008-11-11 mquinsonKill all the autogenerated I've found. Feel free to...
2008-11-10 mquinsonErm. Fix previous commit (by looking for the header...
2008-11-10 mquinsonAdd a header file to the SRC list so that it lands...
2008-11-10 mquinsonignore one more configure-autogenerated file
2008-11-10 mquinsonCommit a bunch of auto-generated files (sorry)
2008-11-10 mquinsonChange sg_unit_extractor so that it takes all units...
2008-11-10 mquinsonKill MSG_mailbox_put, which were not meant to be a...
2008-11-10 mquinsonRegenerate with newest flex, so that new gcc paranoia...
2008-11-10 mquinsonRegenerate with newest flex, so that new gcc paranoia...
2008-11-07 mquinsonWork around newly reincreased paranoia of gcc and libc...
2008-10-16 velhoCompute the weight using bandwidth if needed for the...
2008-10-16 velhoAdd a new weight field to actions so that we do not...
2008-10-16 velhoAdd the bandwidth factor for the standard model as...
2008-10-16 velhoAdd the latency factor for the standard model as well...
2008-10-16 velhoDf parameter of Low models is replaced by weight becaus...
2008-10-16 velhoRevert "Uses alpha and beta from LegrandVelho model...
2008-10-16 velhoRevert "Added a get Df function in order to implement...
next