Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI_is_inited() and smpi_enabled() have the same purpose. Keep only the former.
[simgrid.git] / src / smpi / colls / allreduce / allreduce-mvapich-rs.cpp
index bfd8e53..6cb04ff 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2020. The SimGrid Team.
+/* Copyright (c) 2013-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -24,8 +24,7 @@
 #include "../colls_private.hpp"
 #include <algorithm>
 
-namespace simgrid {
-namespace smpi {
+namespace simgrid::smpi {
 int allreduce__mvapich2_rs(const void *sendbuf,
                            void *recvbuf,
                            int count,
@@ -284,5 +283,4 @@ int allreduce__mvapich2_rs(const void *sendbuf,
 
 }
 
-}
-}
+} // namespace simgrid::smpi