Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rework the doc of model-check/replay, and add an example with sthread
[simgrid.git] / src / smpi / colls / allgatherv / allgatherv-mpich-rdb.cpp
index e0f53af8711f565cb92b3dcdcf381c1bac69d960..dd62a5d84e8464fd728da488ea809a4c9c22722b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2013-2023. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -10,8 +10,7 @@
 #include "smpi_status.hpp"
 #include <algorithm>
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 int allgatherv__mpich_rdb(
   const void *sendbuf,
@@ -202,5 +201,4 @@ int allgatherv__mpich_rdb(
   return MPI_SUCCESS;
 }
 
-}
-}
+} // namespace simgrid::smpi