Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2009-06-29 mquinsonAdd xbt_set_get_by_name_or_null() [Silas De Munck]
2009-06-29 mquinsontypo in ChangeLog
2009-06-29 genaudstill some mem cleanup to finish
2009-06-29 genaudMPI_Reduce using waitany(). Buggy.
2009-06-29 mquinsonMake Waitall and Waitany visible from user side (and...
2009-06-29 mquinsonImplement MPI_Waitany and MPI_Waitall
2009-06-29 mquinsonStart the work on 3.3.2
2009-06-27 genaudsome preliminary additions to implement more collectives
2009-06-26 mquinsonCorrectly detect release archives (as opposed to beta...
2009-06-26 mquinsonRelease 3.3.1
2009-06-26 mquinsonDamn mac linker. Now, it's not complaining of multiple...
2009-06-26 mquinsonYet another missing 'extern' making the mac linker...
2009-06-26 mquinsonexplicit the fact that a variable without initializatio...
2009-06-26 mquinsonuse readlink instead of realpath because it's more...
2009-06-26 mquinsonDo not set TCP_gamma as a default value, but insist...
2009-06-26 mquinsonPlug a memleak
2009-06-26 mquinsonFinalize the smpi test (it works)
2009-06-26 mquinsonSMPI: Add an option to display the timing at the end...
2009-06-26 mquinsonSanitize the memory handling of config elems description
2009-06-26 mquinsonAdd a flag to keep the temp files around, and pass...
2009-06-26 mquinsonplug an harmless leak
2009-06-26 mquinsonSMPI: Change the reference speed to a command line...
2009-06-26 mquinsonChange --surf-path into --cfg=path
2009-06-26 mquinsonchange TCP_gamma to not be a compilation-time #define...
2009-06-26 mquinsonImplement a --cfg-help flag to show existing configurat...
2009-06-26 genaud- corrected mvmul.c to avoid warnings
2009-06-26 mquinsonDocument Stephane's last change (implement MPI_Wtime())
2009-06-26 mquinsonUpdate tesh files of msg that use configuration after...
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-06-26 genaudadded MPI_Wtime()
2009-06-25 mquinsonThe examples moved, and speak of LD_LIBRARY_PATH
2009-06-25 mquinsonfinish the first tesh file of SMPI example
2009-06-25 mquinsonIgnore the smpi examples from the git (sorry, too lazy...
2009-06-25 mquinsonGet smpirun displaying the real process rank
2009-06-25 mquinsonignore new files generated from lastest libtool
2009-06-25 mquinsonSet in release mode: remove temps and less debug
2009-06-25 mquinsonCompile about every existing SMPI examples (reduce...
2009-06-25 mquinsonImprove the INSTALL file: some people just don't read...
2009-06-25 genaudmore in README
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-25 mquinsonAdd a SIMIX_process_count() that SMPI needs
2009-06-24 genaudcheck that specified platform and hostfile exist.
2009-06-24 mquinsonSMPI: Pass the rank from smpirun to processes through...
2009-06-24 mquinsonSMPI: kill dead code
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 mquinsonDocument Stephane's change
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 mquinsonAutomatically set the execution bit to the smpi scripts
2009-06-23 mquinsonBug fix: add the compiler name to the command line
2009-06-19 mquinsonUse parse values as double instead of casting them...
2009-06-10 mquinsonA word about LD_LIBRARY_PATH in the first lesson of...
2009-06-08 mquinsonDocument a change that slept from a private branch...
2009-06-08 mquinsonI'm a jerk, I do cleanups on useless stuff written...
2009-06-08 mquinsonsome more comments, and minor cleanups
2009-06-08 alegrandDocument my last commits.
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 alegrandFix tesh file. Surprisingly, according to git, it was...
2009-06-06 alegrandKeep tesh files uptodate with some recent reindentation.
2009-06-06 alegrandUpdate test file now that state traces are better managed.
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 mquinsonAdd a indent rule to format the code in an uniform...
2009-05-26 mquinsontypo (again)
2009-05-26 mquinsonDo allow malloc(0) again, since it breaks user code...
2009-05-26 mquinsontypo
2009-05-26 mquinsonmore debugging
2009-05-19 mquinsonchange the example with failure to see the bug
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 mquinsonDocument Arnaud's last change
2009-05-19 mquinsonTest for doxygen even out of maintainer mode + get...
2009-05-19 alegranddoc fix
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 mquinsonDo not require doxygen in maintainer mode
2009-05-18 mquinsonRegenerate the datasets on AIX
2009-05-18 mquinsonDo not allow malloc(0) since that's not portable
2009-05-18 mquinsonupdate the datadesc test on 64bit
2009-05-18 mquinsonregenerate test data for 64 bits
next