Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rework the doc of model-check/replay, and add an example with sthread
[simgrid.git] / src / smpi / include / smpi_group.hpp
index aed599bea15ecf0effcf8bdb5d29ab1e46972b1c..a3ba4e4321ce823d41c0d9687d47c002d76372bc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2022. The SimGrid Team.
+/* Copyright (c) 2010-2023. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -34,7 +34,7 @@ public:
   void set_mapping(aid_t pid, int rank);
   int rank(aid_t pid) const;
   aid_t actor(int rank) const;
-  std::string name() const override {return std::string("MPI_Group");}
+  std::string name() const override { return "MPI_Group"; }
   void ref();
   static void unref(MPI_Group group);
   int size() const { return static_cast<int>(rank_to_pid_map_.size()); }