Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Df parameter of Low models is replaced by weight because it means the same to maxmin...
[simgrid.git] / src / surf /
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...
2008-10-16 velhoRevert "Added correction factors for Hockney basic...
2008-10-14 velhoUses alpha and beta from LegrandVelho model to compute...
2008-10-14 velhoAdded a get Df function in order to implement beta...
2008-10-14 velhoAdded correction factors for Hockney basic model. The...
2008-10-14 velhoAdded a new network model option, LegrandVelho, based...
2008-10-14 alegrandAdd debug and comply with latest parsing modifications.
2008-10-10 velhoReplaced the using field of surf_action to refcount...
2008-09-26 mquinsonBug fix by Louis-Claude: do not fail miserably when...
2008-09-12 alegrandUse the rate variable... (thanks Fred for noticing...
2008-09-04 mquinsonrandom generator arguments must be double to avoid...
2008-07-14 alegrandComplete rewrite of the sharing function for the ptask_...
2008-07-14 alegrandDon't be a sissy! Abort when there is something wrong.
2008-07-08 cheriermDetails of this changes:
2008-06-26 velhoCorrected bug update in action->remain.
2008-06-26 velhoAdapted to the new get total received interface.
2008-06-25 velhoPatching it does not seem to work remaining communicati...
2008-06-25 velhoMinimize forking effort in network_model.
2008-06-25 velhovarious cleanups
2008-06-25 velhoEnhanced print_topology function.
2008-06-25 velhoCleaning up and multiprocess safer forking approach.
2008-06-25 velhoDepricated gtnets header, compability with old gtnets...
2008-06-25 velhomove GTNETS initialization to the right place and compl...
2008-06-25 cheriermWindows version of rand_r() and drand48()functions.
2008-06-24 mquinsonIntroduce a surf_parse_error function to deal with...
2008-06-24 alegrandFix the bug raised by Tchimou.
2008-06-20 cheriermisatty is already declared in io.h
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-18 alegrandPlug some memleaks.
2008-06-18 alegrandPlug a memleak.
2008-06-17 alegrandCleanup: move these frees to the right location.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug some memleaks by a cleaner management of surfxml_b...
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandmove set_list initialization to where initializations...
2008-06-16 alegrandFinally kill the memleak in the route parsing (I hope).
2008-06-16 alegrandYet another harmless optimizations
2008-06-16 alegrandHarmless optimization
2008-06-12 alegrandFactor most callback definitions.
2008-06-11 alegrandPlug a memleak.
2008-06-10 alegrandClean and reorganize: move some frees to the right...
2008-06-10 alegrandFactorize some code in the parser, hide some functions...
2008-06-10 alegrandPlug a memleak
2008-06-10 mquinsonplug memleaks
2008-06-10 mquinsonno need to dupplicate the work of svn blame
2008-06-10 mquinsonuseless cleanup
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-09 velhoRemoved duplicated declaration of surf_network_model_in...
2008-06-09 velhoAdded a properties field to struct network_card_GTNETS.
2008-06-09 velhoMoving init_GTNETS function to the right place.
2008-06-09 velhoSDP compiling now, added header portable.h to header...
2008-06-09 velhoReno2 now compatible with the new and more appropriated...
2008-06-09 velhoCorrect the network_model_description_size in order...
2008-06-09 velhoAdded Reno2, a model that takes 2W/RTT as the utility...
2008-06-09 velhoAdded a function and the bound to the variable structure.
2008-06-09 velhoAdded the feature of getting remaining communication...
2008-06-09 velhoFixed small bug when running_actions were empty.
2008-06-09 velhoMake GTNETS compatible with new parsing and variable...
2008-06-09 velhoUse the same type name (network_link_GTNETS_t) as in...
2008-06-09 mquinsonEnsure that the random generator respects the provided...
2008-06-06 velhoCorrected small bug in network model host_number is...
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-21 alegrandSpeed up update_action_state AND generic_maxmin_share...
2008-05-21 alegrandHandle failed tasks in update_resource_state function...
2008-05-20 mquinsonOps, I was saving the data for further use, but I inver...
2008-05-20 mquinsonGet ride of a supurious compiler warning
2008-05-20 alegrandSpeed up update_action_state for sleep actions with...
2008-05-20 alegrandChange the prototype for update_resource_state.
2008-05-20 alegrandTry to make actions as failed only when needed.
2008-05-20 alegrandIncredible bug fix in function lmm_get_var_from_cnst...
2008-05-20 mquinsonStupid us (as in Arnaud and me): we should not set...
2008-05-19 mquinsondo not wait for too small durations to avoid numerical...
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-04-28 mquinsonUse the whole set, not missing the last element. Patch...
2008-03-17 cheriermrand_r() function is not implemented on Windows
2008-03-15 alegrandUse a random generator that updates its seed so that...
2008-03-15 alegrandHandle action whose latency is 0.
2008-03-15 alegrandUse a random number for latency instead of a constant...
2008-03-15 alegrandGetting rid of rates.
2008-03-15 alegrandGetting rid of lmm_variables and lmm_systems.
2008-03-15 alegrandGetting rid of network_links.
2008-03-15 alegrandGetting rid of the routing table.
2008-03-15 alegrandDon't call lmm_solve and correctly use latency in updat...
2008-03-15 alegrandupdate_actions_state
2008-03-15 alegrandClean the communicate function.
2008-03-15 alegrandStarting to code a "constant" network model.
2008-03-15 alegrandAdd seed management to have independant streams.
2008-03-15 alegrandUse doubles for random generators instead of ints and...
2008-03-15 alegrandMove a definition around so that other network models...
2008-03-15 alegrandThe interaction between the parser and the surf modules...
2008-03-15 alegrandcosmetic
2008-03-15 alegrandCleanup in includes.
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-03-06 mquinsonRegenerate all flexml-generated files to fix a FTBFS...
next