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

Public GIT Repository
check that we are not using RMA-reserved MPI_Op in non-RMA calls.
[simgrid.git] / src / surf / network_interface.hpp
index 8c643c7bb978d2b65bf0f8fd7e531843bcf2ecd7..debc9a022b25259429831cd99484e3f0060e9b73 100644 (file)
@@ -85,17 +85,6 @@ public:
    */
   virtual double get_bandwidth_factor(double /* size*/) { return sg_bandwidth_factor; }
 
-  /**
-   * @brief Get definitive bandwidth.
-   * @details It gives the minimum bandwidth between the one that would occur if no limitation was enforced, and the
-   * one arbitrary limited.
-   * @param rate The desired maximum bandwidth.
-   * @param bound The bandwidth with only the network taken into account.
-   * @param size The size of the message.
-   * @return The new bandwidth.
-   */
-  double get_bandwidth_constraint(double rate, double bound, double size) const;
-
   double next_occurring_event_full(double now) override;
 
   void set_lat_factor_cb(const std::function<NetworkFactorCb>& cb) override { THROW_UNIMPLEMENTED; }