Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try hard to optimize lmm_update_modified_set.
[simgrid.git] / src /
2012-01-06 Arnaud GierschTry hard to optimize lmm_update_modified_set.
2012-01-06 NavarropThe variable-constraint graph is already traversed...
2012-01-06 Arnaud GierschEnsure that all constraints are put in modified_constra...
2012-01-06 Arnaud GierschRemove constraint from modified_constraint_set, when...
2012-01-06 Christophe ThiéryKeep iwannadie set instead of lying to the context...
2012-01-06 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-06 Christophe ThiérySIMIX: when a process is killed, remove its blocking...
2012-01-06 Christophe ThiéryMSG: don't keep pointers to a structure freed
2012-01-06 NavarropAdd some tests for crosstraffic = 1.
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 Christophe Thiéryclean_fun is the function that frees the userdata of...
2012-01-05 Christophe ThiérySMPI: don't finish immediately a dsend comm.
2012-01-05 Christophe ThiérySMPI: before terminating a process, wait for its asynch...
2012-01-05 Christophe ThiéryWhen a process leaves, no one should ever finish a...
2012-01-05 Christophe ThiéryExport SIMIX_rdv_remove and fix debug messages
2012-01-05 Christophe Thiéry-0.000000 is lower than 0.0. True story.
2012-01-05 NavarropSorry, for this stupid error
2012-01-05 PierreUse xbt_config mechanism instead of hard coding value.
2012-01-05 PierreUse of busy wait instead of futex if there is not futex.h
2012-01-05 PierreAdd a ifdef HAVE_FUTEX_H to compile on Mac
2012-01-02 Martin Quinsonthis configuration option does not exist anymore (and...
2011-12-30 Christophe ThiéryFix supernovae compilation
2011-12-26 Martin Quinsoncleanup the debug messages
2011-12-26 Martin Quinsonmore verbose debug messages
2011-12-26 Martin QuinsonWhen the process exits, don't cancel the communications...
2011-12-26 Martin Quinsonuse sensible process names (their rank) in SMPI, and...
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-26 Lucas Schnorr[trace] tracing needs a Full network/optim, otherwise...
2011-12-26 Lucas Schnorrbug fix, tracing mechanism relies on a correct set_cate...
2011-12-26 Lucas Schnorrtypo
2011-12-26 Lucas Schnorr[trace] better source code comments for configuration...
2011-12-26 Martin Quinsonmore verbose debug around detached sends
2011-12-26 Martin Quinsondupplicate the sender buffer in eager mode, when isends...
2011-12-26 Martin Quinsonfix some glitches in documentation generation
2011-12-26 Martin Quinsondocument SMPI configuration items
2011-12-25 Martin Quinsondocument the configuration items related to packet...
2011-12-25 Martin Quinsondocument simix-related config options
2011-12-25 Martin Quinsonkill the deprecated now unused config variable 'routing'
2011-12-25 Martin Quinsonfix the tests that my cleanups in the config variable...
2011-12-25 Martin Quinsondocument generic configuration variables (and fix MC...
2011-12-25 Martin QuinsonRename the coordinates configuration option to network...
2011-12-25 Martin Quinsondocument all network-related config options
2011-12-25 Martin QuinsonRename the TCP_gamma configuration option to network...
2011-12-25 Martin Quinsonkill the deprecated CLM03 workstation model
2011-12-25 Martin Quinsonalso display the existing optimizations on --help-models
2011-12-25 Martin Quinsonproperly kill deprecated option that were recently...
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 ThiéryAdd a function SIMIX_process_get_runnable() for context...
2011-12-19 NavarropRemove unstash #ifdef HAVE_SMPI from a commit.
2011-12-19 Christophe ThiéryMake 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 NavarropUse isend instead of send to set the simdata->comm...
2011-12-16 NavarropCosmetics
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 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 NavarropAdd update mechanism for cpu instead of cpu_model name.
2011-12-16 NavarropMerge cpu.c and cpu_im.c
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-12 Mark Stillwellspelling error in comment. very minor.
2011-12-10 Christophe ThiéryParmap test did not compile
2011-12-09 Christophe ThiéryAlternative implementation or parmap with busy waits...
2011-12-09 Christophe ThiéryParmap: process the whole dynar, don't force workers...
2011-12-09 Christophe ThiéryThis 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 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 ThiéryParmap: make maestro also do some work.
2011-12-07 Christophe ThiéryThe worker id is now useless in the parmap code
2011-12-07 Christophe ThiéryAdd comments
2011-12-07 Christophe ThiéryRemove xbt_parmap_get_worker_id to simplify the parmap...
next