Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2006-07-15 mquinsontypo
2006-07-15 mquinsonUse an automatic TOC to avoid forgetting parts
2006-07-15 mquinson.
2006-07-15 mquinsonNot this one
2006-07-15 mquinsonChapter 3
2006-07-15 mquinsonFirst chapters of the GRAS tutorial
2006-07-15 mquinsonWe don't use txt deployment files since a long while
2006-07-15 mquinsonStupid rookies
2006-07-15 mquinsonDo not generate the stuff for remote generation since...
2006-07-14 alegrandSetting up the 3.1.1 version. We have to fix portabilit...
2006-07-14 alegrandLast-minute modifications before release.
2006-07-13 mquinsonAdd some more info to this
2006-07-13 alegrandUpdating the SG/SimDAG section (again!).
2006-07-13 alegrandUpdating entry on SG and SimDAG
2006-07-13 alegrandAdd SimDAG to the ChangeLog
2006-07-13 mquinsonThis change went unoticed
2006-07-13 mquinsonsimplify that chunk thanks to flexml 1.5.1
2006-07-13 mquinsonNo idea why this file got regenerated
2006-07-13 mquinsonflexml 1.5.1 will save the world
2006-07-13 mquinsonFix doxygen
2006-07-13 mquinsonFix on hppa: there is no working backtrace() there
2006-07-13 mquinsonThis example moved around
2006-07-12 alegrandooups... forgot the $@
2006-07-12 alegrandUse the same xml files'directory as in gras...
2006-07-12 alegrandModify SD_task structures so that get_start_time, get_f...
2006-07-12 alegrandFix log message with respect to our recent unit modific...
2006-07-12 alegrandMove clock modification to the right location so that...
2006-07-12 alegrandSet start_time.
2006-07-12 alegrandbug fix suggested by Vince... :)
2006-07-12 mquinsonRevert Darina's last changes. This is definitively...
2006-07-12 mquinsonautomake dont like '-' in names. Move those files from...
2006-07-12 mquinsonMove those files a second time today: automake don...
2006-07-12 mquinsonMove those files a second time today: automake don...
2006-07-12 mquinsonMove simple token-ring to a subdir
2006-07-12 mquinsonRevert last change so that it still work
2006-07-12 mquinsonLet it compile
2006-07-12 dimitrovcatching exceptions if some during amok_bw_request...
2006-07-12 thieryTest functions SD_task_get_start_time and SD_task_get_f...
2006-07-12 mquinsonRe-import the simple-token example (was named tokenS...
2006-07-12 mquinsonMove the simple token-ring in a 'mutual-exclusion'...
2006-07-12 mquinsonsome people don't have 1Gb of RAM, apparently. Play...
2006-07-12 thieryAdd functions SD_task_get_start_time() and SD_task_get_...
2006-07-12 thieryAdd functions action_get_start_time() and action_get_fi...
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-12 thieryStupid bug
2006-07-12 mquinsonIgnore ignorable
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-12 alegrandbug fix
2006-07-12 mquinsonActually use the autocomputed saturation size, too
2006-07-12 mquinsonMore documentation; logs tweaking; make sure msg_size...
2006-07-12 mquinsonsmall adjustment of the syncronization delays; Let...
2006-07-11 mquinsonArnaud ask me for more documentation in my code. Can...
2006-07-11 mquinson- Also adapt the message size when experiment is too...
2006-07-10 mquinsonallow to autocompute msgsize to achieve Real Saturations
2006-07-10 thieryThis function could be useful.
2006-07-10 thierySimDag test script
2006-07-10 thieryAdd SimDag test
2006-07-10 thieryUpdate SimDag example
2006-07-10 thieryFix SimDag example
2006-07-10 mquinsonwait a bit more for master, he's too fat to move fast...
2006-07-10 mquinsonThese stupid autotools are not even able to remove...
2006-07-10 mquinsonConvert to amok/hostmanagement (it helps avoiding port...
2006-07-10 mquinsongarde-fou
2006-07-10 mquinsonKill oldies; add the results of the test of graphxml
2006-07-10 mquinsonclean up
2006-07-10 mquinsonThe ENV code which where in the saturation example...
2006-07-10 mquinsonConvert to amok/hostmanagement; kill ENV from here
2006-07-10 mquinsonStill more to do
2006-07-10 mquinsoncosmetics
2006-07-09 mquinsonNo need to scary the users for this
2006-07-09 mquinsonCanceled RPC are a pain right now (until we move to...
2006-07-09 mquinsonShorter delays, more logging
2006-07-09 mquinsonshorter delays, more informative logs
2006-07-09 mquinsonPlug a memleak
2006-07-09 mquinson- Do not close sockets closed on other side: user may...
2006-07-09 mquinsonDeal properly with assymetric RPCs
2006-07-07 dimitrovdoing bandwith measurments with MSG
2006-07-07 mquinsonSends in SG now have a 60s timeout. The right way to...
2006-07-07 mquinsonTake back the cvs ownership of this file
2006-07-07 thieryFree the memory
2006-07-07 thieryForgot to initialise a pointer
2006-07-07 alegrandUpdate the "authors and contributors" section.
2006-07-07 thieryUse action_free to free the actions
2006-07-06 mquinsonalso save the cbps in SG, the same way I do in RL since...
2006-07-06 thieryRemove a huge memory leak
2006-07-06 mquinsonWorks both in RL and SG. Those processes are as stupid...
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)
next