Browse Source

Fix description of dmdar

Samuel Thibault 7 years ago
parent
commit
5534e64766
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/doxygen/chapters/320_scheduling.doxy

+ 3 - 3
doc/doxygen/chapters/320_scheduling.doxy

@@ -2,7 +2,7 @@
  *
  *
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2011-2012,2016                           Inria
  * Copyright (C) 2011-2012,2016                           Inria
- * Copyright (C) 2009-2011,2014-2017                      Université de Bordeaux
+ * Copyright (C) 2009-2011,2014-2018                      Université de Bordeaux
  *
  *
  * StarPU is free software; you can redistribute it and/or modify
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
  * it under the terms of the GNU Lesser General Public License as published by
@@ -97,8 +97,8 @@ The <b>dmda</b> (deque model data aware) scheduler is similar to dm, but it also
 into account data transfer time.
 into account data transfer time.
 
 
 The <b>dmdar</b> (deque model data aware ready) scheduler is similar to dmda,
 The <b>dmdar</b> (deque model data aware ready) scheduler is similar to dmda,
-but it also sorts tasks on per-worker queues by number of already-available data
-buffers on the target device.
+but it also privileges tasks whose data buffers are already available
+on the target device.
 
 
 The <b>dmdas</b> (deque model data aware sorted) scheduler is similar to dmdar,
 The <b>dmdas</b> (deque model data aware sorted) scheduler is similar to dmdar,
 except that it sorts tasks by priority order, which allows to become even closer
 except that it sorts tasks by priority order, which allows to become even closer