Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2011-12-25 Martin Quinsoncosmetics in the description of network models
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-22 Lucas Schnorrfix destination parameter when asking for a route in...
2011-12-19 Christophe... Add a function SIMIX_process_get_runnable() for context...
2011-12-19 NavarropRemove unstash #ifdef HAVE_SMPI from a commit.
2011-12-19 Christophe... Make simix_timers NULL so can SIMIX_init works if calle...
2011-12-16 NavarropFix vivaldi model with lazy update mechanism. :)
2011-12-16 Stephane GenaudMerge branch 'smpi' of git+ssh://scm.gforge.inria.fr...
2011-12-16 Stephane Genauddsend used for small messages
2011-12-16 NavarropFix tesh file
2011-12-16 NavarropMake sure this code is thread safe.
2011-12-16 NavarropUse isend instead of send to set the simdata->comm...
2011-12-16 NavarropMove scripts to generate g5k into the right directory.
2011-12-16 NavarropRevert an old commit (f0f66d620ef58973870652446275a5552...
2011-12-16 NavarropRemove unused file
2011-12-16 NavarropAdd an example for view a platform with paje
2011-12-16 NavarropCosmetics
2011-12-16 NavarropPort old tesh file to modernity.
2011-12-16 NavarropUpdate Changelog
2011-12-16 NavarropProof-read of communicate/share_resources/update_action...
2011-12-16 NavarropCleanups suggested by eclipse.
2011-12-16 NavarropGet rid of all these nasty _im_.
2011-12-16 NavarropAdd the right references
2011-12-16 NavarropCommit that breaks most tesh files by changing the...
2011-12-16 NavarropAllow selective update to be independently set for...
2011-12-16 NavarropCosmetics
2011-12-16 NavarropApply the optimization mechanism as requested in config...
2011-12-16 NavarropStart using optimization mode flag in network.
2011-12-16 NavarropNew values from INRIA RR-7821 (callibration when phase...
2011-12-16 NavarropCheck for failed links on back_route when crosstraffic...
2011-12-16 NavarropRename misleading "fullduplex" keyword to "crosstraffic".
2011-12-16 NavarropRemove unused variable
2011-12-16 NavarropOptimization + cleanup. Test for optimization only...
2011-12-16 NavarropDo not create a dict for every resource especially...
2011-12-16 NavarropCleanup (no more _im_ but lazy or full when needed).
2011-12-16 NavarropRename for clarity.
2011-12-16 NavarropCleanup to allow separation of model specification...
2011-12-16 NavarropRevert new time for token-ring
2011-12-16 NavarropArgh I was confused between UM_FULL and UM_LAZY. This...
2011-12-16 NavarropMerge network.c and network_im.c
2011-12-16 NavarropNeed to know if have smpi when compiling
2011-12-16 NavarropAdd update mechanism for cpu instead of cpu_model name.
2011-12-16 NavarropMerge cpu.c and cpu_im.c
2011-12-16 Mark StillwellMerge branch 'smpi' of git+ssh://scm.gforge.inria.fr...
2011-12-16 Mark StillwellFWIW this is the calibration I'm using to run experimen...
2011-12-16 mstillwellFWIW this is the calibration I'm using to run experimen...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-13 Marion Guthmullermodel-checker : clean code
2011-12-12 Mark Stillwellspelling error in comment. very minor.
2011-12-10 Christophe... Parmap test did not compile
2011-12-09 Christophe... Alternative implementation or parmap with busy waits...
2011-12-09 Christophe... Parmap: process the whole dynar, don't force workers...
2011-12-09 Christophe... This variable has no reason to be global
2011-12-08 Martin Quinsoncosmetics
2011-12-08 Martin Quinsonkill a forward definition that is never used
2011-12-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-08 Arnaud GierschKill duplicated macro.
2011-12-08 Arnaud GierschUse xbt_swag_reset wherever possible.
2011-12-08 Arnaud GierschDefine xbt_swag_reset().
2011-12-08 Arnaud GierschRemove redundant assignment in lmm_solve.
2011-12-07 Arnaud GierschThose are constraints, and not elements.
2011-12-07 Arnaud GierschUpdate comment (name was changed 7 years ago).
2011-12-07 Arnaud GierschRemove unused log categories.
2011-12-07 Christophe... Parmap: make maestro also do some work.
2011-12-07 Christophe... The worker id is now useless in the parmap code
2011-12-07 Christophe... Add comments
2011-12-07 Christophe... Remove xbt_parmap_get_worker_id to simplify the parmap...
2011-12-07 Christophe... Remove a useless private header and rename variables
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-07 Marion Guthmullermodel-checker : hash of regions in snapshot for reached...
2011-12-07 Marion Guthmullermodel-checker : more requests of CS per process in...
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-06 Marion Guthmullermodel-checker : block 0 (mdp->heapinfo[0]) removed...
2011-12-06 Laurent BobelinAdded 2 version of a script to generate hierarchical...
2011-12-06 NavarropRewrite the token ring example
2011-12-06 Marion Guthmullermodel-checker : reached_pairs changed to dynar
2011-12-05 Christophe... Parmaps: remove the event structure to simplify the...
2011-12-05 Christophe... Make those functions static
2011-12-05 Christophe... Remove a redundant include and reindent a bit
2011-12-05 Christophe... Remove parmap_private.h since parmap.c is the only...
2011-12-05 Christophe... In sequential mode, don't use thread-specific data
2011-12-05 Marion Guthmullermodel-checker : visited_pairs and visited_pairs_hash...
2011-12-05 unknownMake the compilation succed for windows.
2011-12-05 unknownUse the good link for latency.
2011-12-05 Marion Guthmullermodel-checker : comparison between two hash of regions...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-05 Marion Guthmullermodel-checker : hash of regions in snapshot stored...
2011-12-02 NavarropAdd a data_center platform.
2011-12-02 NavarropAdd a cloud platform.
2011-12-01 Arnaud GierschKill old CVS $Id$ lines.
2011-12-01 Marion Guthmullermodel-checker : args prgm and automaton changed in...
2011-12-01 Arnaud GierschAlways define SIMGRID_VERSION_*.
2011-12-01 Marion Guthmullermodel-checker : free memory
2011-12-01 Marion Guthmullermodel-checker : new function MC_take_snapshot_to_restor...
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-12-01 Arnaud GierschUse homogeneous dicts for xbt_lib.
2011-12-01 Arnaud GierschAdd some tests for homogeneous dicts (global free funct...
2011-12-01 Arnaud GierschDefine xbt_dict_new_homogeneous().
2011-12-01 Arnaud GierschMake dicts ready to accept homogeneous dictionaries.
2011-12-01 Arnaud GierschDefine a struct s_xbt_het_dictelm for holding the free...
next