Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / colls / alltoallv / alltoallv-bruck.cpp
index 6bfeccdbb0c50f5b3eeb47821cd73e986a507449..bcab1ce068c6e8860a86c8bbf12bb2f48045123a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2021. 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
@@ -13,8 +13,7 @@
  * FIXME: uh, check smpi_pmpi again, but this routine is called for > 12, not
  * less...
  **/
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int alltoallv__bruck(const void *sendbuf, const int *sendcounts, const int *senddisps,
                      MPI_Datatype sendtype, void *recvbuf,
                      const int *recvcounts,const int *recvdisps, MPI_Datatype recvtype,
@@ -86,5 +85,4 @@ int alltoallv__bruck(const void *sendbuf, const int *sendcounts, const int *send
   }
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi