Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
-Add smx_ctx_sysv_get_thread_id to the parallel ucontext factory.
[simgrid.git] / src / surf /
2011-02-01 thieryRename flag cfg=contexts/parallel to cfg=contexts/nthreads
2011-02-01 thierycfg=contexts/parallel:nb is now the number of threads...
2011-01-31 navarropAdd token_ring example.
2011-01-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2011-01-21 navarropWe now use simgrid.gforge.inria.fr/simgrid.dtd to gener...
2011-01-21 navarropCorrectly set callbacks for tags.
2011-01-20 navarropAdd functions for callbacks.
2011-01-20 navarropMake a function to know if the configuration is set...
2011-01-19 navarropTest if the configuration into tag_config is already...
2011-01-13 navarropNow tag config is available.
2011-01-12 agierschFix debugging message.
2011-01-03 schnorr[trace] faster method to dump when unconditional dump...
2010-12-29 schnorr[trace] cosmetics
2010-12-29 schnorr[trace] only CPU models control the last timestamp...
2010-12-29 schnorr[trace] dump the sorted buffer at the end of every...
2010-12-28 schnorr[trace] buffering all events except type hierarchy...
2010-12-17 mquinsonexplain clearly when things go wrong just because we...
2010-12-17 mquinsonfix a linking error in libgras. At least I hope since...
2010-12-17 mquinsonprivatize static globals so that supernovae works again
2010-12-15 velhoFixed the function that returns if a flows is limited...
2010-12-15 velhoCope avec refurbished interface.
2010-12-15 velhoAdded the lazy management improvement for network models.
2010-12-15 alegrandUpdate doc
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-14 navarropFix problem with get_route in Dijkstra.
2010-12-14 navarropFix bug when creating topology graph with model dijkstra.
2010-12-13 schnorr[trace] updating (availability) trace support in tracin...
2010-12-13 schnorr[trace] links are identified by their names (the same...
2010-12-13 schnorr[trace] removing obsolete code (host and link declarati...
2010-12-13 schnorr[trace] using parser callbacks to trace the platform...
2010-12-10 piniDo not use a gap if route has length 0.
2010-12-08 navarropRemove unused variables.
2010-12-08 navarropAdd availability_file and state_file to peer tag.
2010-12-08 navarropAdd availability_file and state_file in cluster.
2010-12-08 thieryDavid's patch: replace != by strcmp
2010-12-07 coldpeaceno need to check, since the default value of core is...
2010-12-07 thieryCall elements_father() only if necessary
2010-12-07 thieryFix more memory leaks
2010-12-07 thieryFix memory leaks
2010-12-07 thieryFix memory leaks
2010-12-07 schnorr[trace] implement set_category function for network...
2010-12-07 schnorrweird definition of a surf_cpu_model function inside...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-07 mquinsontry a bit harder to get the simulated time without...
2010-12-06 piniAdded sender-side gaps (only activated by default in...
2010-12-06 piniAllow to configure precision in the maxmin systems.
2010-12-05 alegrandAllow cluster tag to use the core tag...
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 alegrandForgot to update after recent removal of FATPIPE in...
2010-12-02 alegrandUpdate simgrid_dtd flexml files to cope with recent...
2010-12-02 alegrandRemove stupid value in the DTD. Young will soon take...
2010-12-02 alegrandAdd a peer tag to the DTD and make it compatible with...
2010-12-02 alegrandAllow communication actions to use no link at all ...
2010-12-02 alegrandStart modifying net_communicate so that it can work...
2010-12-02 alegrandAdd a vivaldi routing model.
2010-12-02 alegrandUse the get_latency function from the routing mechanism...
2010-12-02 alegrandRead and store coordinates.
2010-12-02 alegrandFinish to kill vivaldi
2010-12-02 alegrandRename tag vivaldi to coordinates in the DTD file
2010-12-02 alegrandCPU_im (i.e., with lazy evaluation) now supports multic...
2010-12-02 alegrandMulticore model now enabled with Cas01.
2010-12-02 alegrandStart handling the core attribute (store in cpu.c and...
2010-12-02 alegrandAdd a core attribute in the DTD
2010-12-02 schnorr[trace] detailed explanation about all tracing options...
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 navarropFree those variables after the end of the cluster tag.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-02 quintin[surf] the second free inside the good #ifdef
2010-12-02 quintinbug correction on a free out of the ifdef PCRE
2010-12-01 agierschFix memory leaks in surf_routing.
2010-12-01 agierschFix, simplify, and reindent surf_*_resource_cmp functions.
2010-12-01 agierschCosmetics: remove useless parentheses.
2010-12-01 agierschFree trace_id and trace_file in parse_Etag_trace.
2010-12-01 agierschFix a memory leak in ptask_parse_link_init.
2010-12-01 agierschFix typos.
2010-12-01 mquinsonregenerate maintainer files (although I have no idea...
2010-12-01 alegrandUse a cleaner function type for get_link_latency functions.
2010-12-01 alegrandkill useless variables
2010-12-01 alegrandMove the latency computation logic from surf models...
2010-12-01 navarropRemove symetrical for symmetrical.
2010-12-01 navarropOops this variable is twice declared.
2010-12-01 alegrandProtect potentially unused variable
2010-12-01 mquinsonDo not cast (const char*) to (char*) when we won't...
2010-12-01 navarropDon't declare this variable if not used.
2010-11-30 alegrandCosmetics. Move code to where it belongs.
2010-11-30 mquinsonfix the name and path to simgrid_update_xml in error...
2010-11-30 navarropUpdate platform version of required xml.
2010-11-26 navarropAdd missing "s".
2010-11-23 schnorrremoving log message from network constant model
2010-11-22 navarropAdd function generic_new_route.
2010-11-22 navarropCompletely remove parse_routes table.
2010-11-22 navarropMake new function model_floyd_set_route for route and...
2010-11-22 navarropCalled the same function for set route and ASroute...
2010-11-22 navarropAdd two new structs that contains a list of link_name...
2010-11-22 navarropDelete the temporary route table for model Full.
2010-11-22 navarropFix full flag mode with Mac.
2010-11-18 velhoRidiculously tiny economy of a stupid useless allocation.
2010-11-18 velhoAllow the get_route function to be used twice in a...
2010-11-18 velhoBug fix. This is a backroute!
2010-11-17 mquinsonRevert 'Delete the temporary route table for model...
next