Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add gatherv test
[simgrid.git] / src / smpi / colls / smpi_mvapich2_selector.cpp
index 95f7cd9a2cdc8a0375c903d1799d1973ad37766b..2bfe308c6b29a3cde07bae9e9ee32d84c8234603 100644 (file)
@@ -1,6 +1,6 @@
 /* selector for collective algorithms based on mvapich decision logic */
 
-/* Copyright (c) 2009-2020. The SimGrid Team.
+/* Copyright (c) 2009-2023. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -10,9 +10,7 @@
 
 #include "smpi_mvapich2_selector_stampede.hpp"
 
-namespace simgrid {
-namespace smpi {
-
+namespace simgrid::smpi {
 
 int alltoall__mvapich2( const void *sendbuf, int sendcount,
                         MPI_Datatype sendtype,
@@ -974,8 +972,7 @@ int scatter__mvapich2(const void *sendbuf,
   return (mpi_errno);
 }
 
-}
-}
+} // namespace simgrid::smpi
 
 void smpi_coll_cleanup_mvapich2()
 {