Browse Source

doc: minor fixes

Nathalie Furmento 8 years ago
parent
commit
60293a9562

+ 3 - 3
doc/doxygen/chapters/api/modularized_scheduler.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2013        Simon Archipoff
  * Copyright (C) 2013        Simon Archipoff
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2014, 2015, 2016        CNRS
+ * Copyright (C) 2014, 2015, 2016, 2017        CNRS
  * Copyright (C) 2013, 2014  INRIA
  * Copyright (C) 2013, 2014  INRIA
  * See the file version.doxy for copying conditions.
  * See the file version.doxy for copying conditions.
  */
  */
@@ -227,12 +227,12 @@ The actual scheduler
 \ingroup API_Modularized_Scheduler
 \ingroup API_Modularized_Scheduler
 	 return true iff \p component is a combined worker component
 	 return true iff \p component is a combined worker component
 
 
-\fn void starpu_sched_component_worker_pre_exec_hook(struct starpu_task *task)
+\fn void starpu_sched_component_worker_pre_exec_hook(struct starpu_task *task, unsigned sched_ctx_id)
 \ingroup API_Modularized_Scheduler
 \ingroup API_Modularized_Scheduler
 	 compatibility with starpu_sched_policy interface
 	 compatibility with starpu_sched_policy interface
 	 update predictions for workers
 	 update predictions for workers
 
 
-\fn void starpu_sched_component_worker_post_exec_hook(struct starpu_task *task)
+\fn void starpu_sched_component_worker_post_exec_hook(struct starpu_task *task, unsigned sched_ctx_id)
 \ingroup API_Modularized_Scheduler
 \ingroup API_Modularized_Scheduler
 	 compatibility with starpu_sched_policy interface
 	 compatibility with starpu_sched_policy interface
 
 

+ 2 - 2
doc/doxygen/chapters/api/workers.doxy

@@ -1,7 +1,7 @@
 /*
 /*
  * This file is part of the StarPU Handbook.
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2017  INRIA
  * Copyright (C) 2011, 2012, 2017  INRIA
  * See the file version.doxy for copying conditions.
  * See the file version.doxy for copying conditions.
  */
  */
@@ -183,7 +183,7 @@ between 0 and starpu_worker_get_count() - 1.
 This is the same as starpu_worker_get_id, but aborts when called from outside a
 This is the same as starpu_worker_get_id, but aborts when called from outside a
 worker (i.e. when starpu_worker_get_id() would return -1).
 worker (i.e. when starpu_worker_get_id() would return -1).
 
 
-\fn int starpu_worker_get_ids_by_type(enum starpu_worker_archtype type, int *workerids, int maxsize)
+\fn unsigned starpu_worker_get_ids_by_type(enum starpu_worker_archtype type, int *workerids, unsigned maxsize)
 \ingroup API_Workers_Properties
 \ingroup API_Workers_Properties
 This function gets the list of identifiers of workers with the
 This function gets the list of identifiers of workers with the
 given type. It fills the array \p workerids with the identifiers of the
 given type. It fills the array \p workerids with the identifiers of the

+ 2 - 1
doc/doxygen/refman.tex

@@ -20,7 +20,7 @@ was last updated on \STARPUUPDATED.\\
 
 
 Copyright © 2009–2013 Université de Bordeaux\\
 Copyright © 2009–2013 Université de Bordeaux\\
 
 
-Copyright © 2010-2016 CNRS
+Copyright © 2010-2017 CNRS
 
 
 Copyright © 2011, 2012, 2016 INRIA
 Copyright © 2011, 2012, 2016 INRIA
 
 
@@ -233,6 +233,7 @@ Documentation License”.
 \input{group__API__SC__Hypervisor__usage}
 \input{group__API__SC__Hypervisor__usage}
 \input{group__API__SC__Hypervisor}
 \input{group__API__SC__Hypervisor}
 \input{group__API__Modularized__Scheduler}
 \input{group__API__Modularized__Scheduler}
+\input{group__API__Clustering__Machine}
 
 
 \chapter{File Index}
 \chapter{File Index}
 \input{files}
 \input{files}