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

Public GIT Repository
add -analyze to smpirun to activate both smpi/display-timing and smpi/display-allocs...
[simgrid.git] / src / surf / network_smpi.hpp
index 4906935ef80d960eca2f5b3a34e6477f281fe55c..3e5b4d7a533a5ad6596cf4557ce88a7a25b7cf8c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2020. The SimGrid Team.
+/* Copyright (c) 2013-2021. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -17,8 +17,7 @@ namespace resource {
 
 class XBT_PRIVATE NetworkSmpiModel : public NetworkCm02Model {
 public:
-  NetworkSmpiModel();
-  ~NetworkSmpiModel() override = default;
+  using NetworkCm02Model::NetworkCm02Model;
 
   double get_latency_factor(double size) override;
   double get_bandwidth_factor(double size) override;