Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add keyword horizontal scaling to doc
authorAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Thu, 14 Sep 2023 14:47:43 +0000 (16:47 +0200)
committerAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Thu, 14 Sep 2023 14:47:43 +0000 (16:47 +0200)
src/s4u/s4u_Task.cpp

index d899e1a..d84357f 100644 (file)
@@ -86,9 +86,10 @@ void Task::complete()
 }
 
 /** @param n The new parallelism degree of the Task.
- *  @brief Set the parallelism degree of the Task.
- *  @note When increasing the degree the function starts new instances.
+ *  @brief Set the parallelism degree of the Task to inscrease or decrease horizontal scaling.
+ *  @note When increasing the degree the function starts new instances if there is queued firings.
  *        When decreasing the degree the function does NOT stop running instances.
+
  */
 void Task::set_parallelism_degree(int n)
 {