Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2006-07-06 thieryAdd missing SimDag directories
2006-07-06 mquinsonLet's be good boys again and document our changes when...
2006-07-06 mquinsonAlso display the backtrace on Ctrl-C (use Ctrl-C Ctrl...
2006-07-06 thieryUse _XBT_INLINE instead of inline
2006-07-06 mquinsonalso display CPPFLAGS
2006-07-06 mquinsonSimGrid now works perfectly on gcc 4.x
2006-07-06 mquinsonDocument my last changes (still missing a lot of things...
2006-07-06 mquinsonFix a stack corruption when xbt_dynar_remove_at was...
2006-07-06 mquinsonAh! Some vpath build issues that vince didn't saw ...
2006-07-06 mquinsonAnother small fix for Vince, the only guy I know who...
2006-07-06 mquinsonLittle fix for vpath building
2006-07-05 thieryChange some function names
2006-07-05 thieryAdd a SimDag example (mixtesim) created from an old...
2006-07-05 mquinsonSmall typo (thanks gcc-4.1 for noticing)
2006-07-05 mquinsonDo use the result value of this test (thanks gcc-4...
2006-07-05 mquinsonInvestiguated a bit the problems we have with gcc-4...
2006-07-05 mquinsonMake sure some paranoid compilers don't choke on our...
2006-07-04 thieryAdd functions SD_workstation_get_computation_time,...
2006-07-04 alegrandAdding a MSG_task_put_with_timeout function and giving...
2006-07-04 mquinsonAutomatic update
2006-07-04 mquinsonDisplay the name of the canceled RPC
2006-07-04 mquinsonMore debugging (and smaller matrices during the debuggi...
2006-07-04 mquinsonMore debugging and shorter timeouts
2006-07-04 mquinsonNot testing in RL would be like hiding problems. We...
2006-07-04 mquinsonSome more debugging messages, and shorter delays 'cause...
2006-07-04 mquinsonAt least I found that damn borken char
2006-07-04 mquinsonWhen a GRAS process receives the SIGUSR1 signal, it...
2006-07-04 mquinsonSignal-related changes
2006-07-04 mquinsonCheck for signal mechanism
2006-07-03 thieryAdd functions SD_link_get_list() and SD_link_get_number...
2006-07-03 thieryAllow how_long to be negative
2006-07-03 thieryUse macros DEBUG and INFO instead of printf
2006-06-30 thieryAmount is finally back
2006-06-30 thieryRemove attribute amount from structure task
2006-06-29 thieryForgot to remove some debug information
2006-06-29 thieryOptimize SD_simulate and fix bugs
2006-06-28 thieryFinish SimDag documentation
2006-06-28 thieryAdd documentation for workstations and fix a few bugs
2006-06-27 mquinsonHow can I be so bad at boolean expression?
2006-06-27 mquinsonReact sainly in gras_msg_wait() when the sender dies...
2006-06-27 mquinsonFix the gras_socket_server_range function: only return...
2006-06-27 mquinsonThe fact that peer closed the socket should be detected...
2006-06-27 mquinsonDo not go for an endless block wait in handleall (ie...
2006-06-27 thieryMissing cases
2006-06-27 thieryAdd a state SD_READY to the tasks to optimize SD_simulate
2006-06-27 thieryAdd references
2006-06-27 mquinsonMake sure that doxygen don't complain and do the right...
2006-06-27 mquinsonDocumentation fixups
2006-06-27 thieryUpdate SimDag documentation: main page and datatypes
2006-06-27 mquinsonCalm down, doxygen
2006-06-27 mquinsonAdd SimDag to the picture (since my mouse is working...
2006-06-27 thieryWorking on SimDag documentation
2006-06-27 mquinsonAdd SD to the doc hierarchie
2006-06-27 mquinsonAdd SimDag to the documentation hierarchie
2006-06-27 mquinsonCreate a proper channel hierarchie for SD
2006-06-26 mquinsonThis is how this test should be started in RL when...
2006-06-26 mquinsonTake it easy : don't run this test in RL since it's...
2006-06-26 mquinsonRegister the messages in the master too
2006-06-26 mquinsonReduce the PROC_MATRIX_SIZE so that the deployment...
2006-06-26 mquinsonDo test this in RL too
2006-06-26 mquinsonAdapt the deployment file to the lastest changes in...
2006-06-26 mquinsonUseless cosmetics
2006-06-26 thieryFix SD_simulate return value
2006-06-26 mquinsonDetect socket closed by peer in the transport layer...
2006-06-26 thieryFix SimDag compilation warnings.
2006-06-26 alegrandCosmetics + adding simdag to the main compilation branch.
2006-06-26 alegrandMoving sd_test.c to examples
2006-06-26 thieryUpdate function SD_simulate.
2006-06-23 alegrandDo not forget to insert task in the correct swag after...
2006-06-23 thieryDetect when a task reaches a watch point.
2006-06-23 amad206Modify the all2all to support all data Message Size
2006-06-23 thieryMake private structures SD_link and SD_workstation
2006-06-23 thieryUse swags to handle task states and change structure...
2006-06-22 thieryAdd a function SD_task_dependency_get_data and improve...
2006-06-22 thieryReplace xbt_dynar_get_ptr by xbt_dynar_get_cpy to simpl...
2006-06-22 thieryImplement functions SD_task_dependency_add and SD_task_...
2006-06-22 mquinsonSTUPID ME. Don't die awfully when pals shutdown there...
2006-06-22 mquinsonMore verbose on processes interactions
2006-06-22 mquinsonThose sleeps in the run script are redundent with the...
2006-06-21 thieryImplement SD_task_schedule, SD_task_unschedule and...
2006-06-21 thieryImplement functions SD_get_amount, SD_get_remaining_amo...
2006-06-21 thieryRemove the binary file
2006-06-21 thieryAdd a simple test program for SimDag.
2006-06-20 mquinsonFirst draft, doesn't work for now but I can barely...
2006-06-20 mquinsoncleanups and fixups. Seems to work now (but computation...
2006-06-20 mquinsonProper module use count to plug a (tiny) memleak
2006-06-20 mquinsonmemleak
2006-06-20 mquinsonDo really fill this with zeros
2006-06-20 thieryUpdate SimDag task structure.
2006-06-20 thieryRemove field name from strucure SD_link_t.
2006-06-20 thieryImplement functions SD_workstation_route_get_list,...
2006-06-20 mquinsonPrototype of gras_os_myport(), which happens to be...
2006-06-20 mquinsonIncrease an hard-coded timeout since it gave me a bunch...
2006-06-20 mquinsonyou're too verbose, dude
2006-06-20 mquinsonDon't use measurement sockets as master socket; add...
2006-06-20 mquinsontry to detect and discard RPC answers to already cancel...
2006-06-20 mquinsonMore informative names when verbose running (useful...
2006-06-20 thieryFix function get_route
2006-06-19 thieryImplement function get_route in model KCCFLN05 (not...
2006-06-19 thieryUpdate function __SD_link_destroy
next