Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / smpi / colls / allreduce / allreduce-rab1.cpp
index 997598a..6e8a5a7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2022. 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 {
 // NP pow of 2 for now
 int allreduce__rab1(const void *sbuff, void *rbuff,
                     int count, MPI_Datatype dtype,
@@ -107,5 +106,4 @@ int allreduce__rab1(const void *sbuff, void *rbuff,
 
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi