Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix: correct trace mask checking
[simgrid.git] / src / amok /
2009-12-23 mquinsonChange the protocol of pm_join: cannot force the rank...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-11-11 mquinsonKill all the autogenerated I've found. Feel free to...
2008-06-10 mquinsonallow to attribute a rank to slaves in peer groups...
2008-06-04 mquinsonkill dead code
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-09-13 alegrandremove cvs files.
2007-03-07 mquinsonadapt to lastest changes in GRAS API
2007-03-07 mquinsonFirst wave of GRAS API breaking: gras_cb_register wants...
2007-02-07 cheriermdo not export the functions of this header in the dll
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 mquinsonSome more conversion to windows decoration cruft
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-01-17 mquinsonBe a nice boy and don't saturate with 512*1024 messages...
2007-01-17 mquinsonDebug messages improvement
2007-01-08 mquinsonRemove the generated from the .cvsignore files now...
2007-01-08 mquinsonAdd generated files to the CVS so that the use of autot...
2006-12-12 eyraudlPropagate the change the API of GRAS measurement socket...
2006-11-30 mquinsonChange the way we specify the sizes of bandwidth tests...
2006-11-30 mquinsonwhining at CRITICAL level is not enough. Let's kill...
2006-11-30 eyraudlIncrease the number of messages when we reach the maxim...
2006-11-30 mquinsoncap the increment of the experience size to avoid choos...
2006-11-23 mquinsonDocumentation improvement
2006-11-14 mquinsonleak plugs
2006-11-14 mquinsonreindent
2006-11-13 mquinsonBug fix: there is no 'xbt_dynar_t' type description
2006-11-10 eyraudlMakes sure that exp_size is always a multiple of msg_size.
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 eyraudlLess verbosity
2006-09-25 eyraudlMake AMOK bandwidth tests more robust.
2006-09-07 mquinsonAnd now, let it compile cleanly
2006-09-07 mquinsonRemove Darina's cruft. No idea why it survived so long
2006-08-27 mquinsonAdd port number to process identification in logs,...
2006-08-27 mquinsonSTFU
2006-07-19 mquinsonSwitch from libdata to moddata (to ensure the correctne...
2006-07-19 mquinsoncleanup the GRAS+AMOK initialization schema
2006-07-19 mquinsongras_modules come into the dance, cleanup the GRAS...
2006-07-17 mquinsonReally rename this module to peermanagement
2006-07-12 mquinsonRevert Darina's last changes. This is definitively...
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 mquinsonsome people don't have 1Gb of RAM, apparently. Play...
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-12 mquinsonActually use the autocomputed saturation size, too
2006-07-12 mquinsonMore documentation; logs tweaking; make sure msg_size...
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 mquinsongarde-fou
2006-07-09 mquinsonShorter delays, more logging
2006-07-09 mquinsonPlug a memleak
2006-07-04 mquinsonMore debugging and shorter timeouts
2006-06-20 mquinsonIncrease an hard-coded timeout since it gave me a bunch...
2006-06-20 mquinsonyou're too verbose, dude
2006-06-13 mquinsonLogging improvements
2006-06-09 mquinsonMore logging and other cosmetics
2006-06-02 mquinsoncosmetics
2006-06-02 mquinsonGive this module a minimal level of testing. I'm a...
2006-06-01 mquinsonallow to request remote measurement with a min_duration...
2006-06-01 mquinsonAnd now, do it right. Change the experience total size...
2006-06-01 mquinsonIn amok_bw_test, it is now possible to ask that the...
2006-05-29 mquinsonPlug a memleak
2006-05-29 mquinsonMake a log message more explicit
2006-05-29 mquinsonReduce default verbosity, shorten a message
2006-05-29 mquinsonYeah, right. I'm plainly stupid and cannot come up...
2006-05-29 mquinsonDo obey messages asking to stop the saturation
2006-05-29 mquinsonYet some more logging
2006-05-29 mquinsonShould compile before committing (sorry for the spam)
2006-05-29 mquinsonAllow endless saturation experiment (by passing duration=0)
2006-05-29 mquinsonSome more debugging informations
2006-05-29 mquinson- Some more debugging info
2006-05-29 mquinsonDeclare the payload we expect (stupid me)
2006-05-16 mquinsonDoc improvement
2006-05-16 mquinsonNew amok module: Host management
2006-05-16 mquinsonsanitize logging channel naming
2006-04-20 mquinsonDoc improvement
2006-04-18 mquinsonKill dead code; make sure that amok_bw_saturate_stop...
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-12 mquinsonDo not close socket which were never opened (see docume...
2006-04-11 mquinsonPlug a memleak and shut it up
2006-04-07 mquinsonCatch up with the lastest API breakage, and fix doxygen...
2006-04-04 mquinsonseems to work in most cases. Yuhu
2006-04-04 mquinsonallow caller to not be interested in all the data we...
2006-04-04 mquinson* Better split between bandwidth and saturation sub...
2006-04-04 mquinsonsanitize around the xbt_host_t typedef; kill the remote...
2006-04-03 amad206the code of Matrix bandwidth function
2006-03-31 mquinsonStick to the coding standards wrt xbt_host_t structure
2006-03-31 mquinsonDo use those wonderful RPC
2006-03-30 mquinsonKeep in sync with last changes in the GRAS callback API
2006-03-30 mquinsonDo not force experiment sizes to be expressed in kb...
2005-10-20 mquinsonamok_remoterr is dead; fix a logic issue: error was...
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonProvide all the needed args in format
2005-08-07 mquinsonUseless cleanup
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
next