Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refactorize the sthread interception of functions
[simgrid.git] / src / smpi / colls / reduce / reduce-flat-tree.cpp
index 2eaffae701eab9e83d489fef9232e30d6e1affec..af4b4e6406306d7ed4825d5c679ac91fe08d9073 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2019. The SimGrid Team.
+/* Copyright (c) 2013-2023. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -6,8 +6,7 @@
 
 #include "../colls_private.hpp"
 //#include <star-reduction.c>
-namespace simgrid {
-namespace smpi {
+namespace simgrid::smpi {
 int reduce__flat_tree(const void *sbuf, void *rbuf, int count,
                      MPI_Datatype dtype, MPI_Op op,
                      int root, MPI_Comm comm)
@@ -64,5 +63,4 @@ int reduce__flat_tree(const void *sbuf, void *rbuf, int count,
   /* All done */
   return 0;
 }
-}
-}
+} // namespace simgrid::smpi