Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add some new pt2pt tests from mpich
[simgrid.git] / src / smpi / colls / allgather / allgather-2dmesh.cpp
index 6e6ffd66ed0ff75fa413690f0f3a640813fd0286..54b7d745bcca32338201a6972f718ba010ef0334 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2020. 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
@@ -106,9 +106,7 @@ static bool is_2dmesh(int num, int* i, int* j)
  * Author: Ahmad Faraj
 ****************************************************************************/
 
-namespace simgrid{
-namespace smpi{
-
+namespace simgrid::smpi {
 
 int
 allgather__2dmesh(const void *send_buff, int send_count, MPI_Datatype
@@ -196,5 +194,4 @@ allgather__2dmesh(const void *send_buff, int send_count, MPI_Datatype
   return MPI_SUCCESS;
 }
 
-}
-}
+} // namespace simgrid::smpi