Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New model for parallel tasks: host/model:ptask_BMF
[simgrid.git] / src / surf / surf_interface.hpp
index 2cdc8f4..95d9ace 100644 (file)
@@ -182,6 +182,14 @@ XBT_PUBLIC void surf_host_model_init_current_default();
  */
 XBT_PUBLIC void surf_host_model_init_ptask_L07();
 
+/** @ingroup SURF_models
+ *  @brief Initializes the platform with the model BMF
+ *
+ *  With this model, only parallel tasks can be used.
+ *  Resource sharing is done by calculating a BMF (bottleneck max fairness) allocation
+ */
+XBT_PUBLIC void surf_host_model_init_ptask_BMF();
+
 XBT_PUBLIC void surf_disk_model_init_default();
 
 /* --------------------