Sfoglia il codice sorgente

followup to #22614: fix typos in doc and mention feature in ChangeLog

Nathalie Furmento 7 anni fa
parent
commit
43bdae4e12

+ 2 - 0
ChangeLog

@@ -30,6 +30,8 @@ New features:
   * Add experimental support of NUMA nodes. Use STARPU_USE_NUMA to activate it.
   * Add a new set of functions to make Out-of-Core based on HDF5 Library.
   * Add a new implementation of StarPU-MPI on top of NewMadeleine
+  * Add optional callbacks to notify an external resource manager
+    about workers going to sleep and waking up
 
 Small features:
   * Scheduling contexts may now be associated a user data pointer at creation

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

@@ -229,12 +229,12 @@ The environment variables overwrite the equivalent parameters.
     todo
 
 \var starpu_conf::callback_worker_going_to_sleep
-    If StarPU was compiler with blocking drivers support and worker
+    If StarPU was compiled with blocking drivers support and worker
     callbacks support enabled, allow to specify an external resource
     manager callback to be notified about workers going to sleep.
 
 \var starpu_conf::callback_worker_waking_up
-    If StarPU was compiler with blocking drivers support and worker
+    If StarPU was compiled with blocking drivers support and worker
     callbacks support enabled, allow to specify an external resource
     manager callback to be notified about workers waking-up.
 

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

@@ -344,13 +344,13 @@ using \c hwloc_bitmap_free().
 
 \fn void starpu_worker_set_going_to_sleep_callback(void (*callback)(unsigned workerid))
 \ingroup API_Workers_Properties
-If StarPU was compiler with blocking drivers support and worker callbacks support
+If StarPU was compiled with blocking drivers support and worker callbacks support
 enabled, allow to specify an external resource manager callback to be notified
 about workers going to sleep.
 
 \fn void starpu_worker_set_waking_up_callback(void (*callback)(unsigned workerid))
 \ingroup API_Workers_Properties
-If StarPU was compiler with blocking drivers support and worker callbacks support
+If StarPU was compiled with blocking drivers support and worker callbacks support
 enabled, allow to specify an external resource manager callback to be notified
 about workers waking-up.