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-ring.cpp
index 026e817fc9f093599c276da740b534f6df9fb226..8be65a3c4bc04891aa6204fdfad7224b82f0e70e 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
@@ -25,8 +25,7 @@
  *   comm: communication
  ****************************************************************************/
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 int allgatherv__mpich_ring(const void *sendbuf, int sendcount,
                            MPI_Datatype send_type, void *recvbuf,
@@ -126,5 +125,4 @@ int allgatherv__mpich_ring(const void *sendbuf, int sendcount,
   return MPI_SUCCESS;
 }
 
-}
-}
+} // namespace simgrid::smpi