]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_interface.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
System: fix modified_set_ when selective_update is active
[simgrid.git] / src / surf / surf_interface.hpp
index f6cc95cf54592e6e8b33914170fc4febb2f8402d..95d9acebaf8b7b1d1726a967252e7851cff2e7a0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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();
 
 /* --------------------