X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5e1fa53a0d0ae78cebae28364e6802aa1db1cba3..39e98567c557d81dd5011b8e2ae883d4674b0c9d:/src/smpi/colls/alltoallv/alltoallv-bruck.cpp diff --git a/src/smpi/colls/alltoallv/alltoallv-bruck.cpp b/src/smpi/colls/alltoallv/alltoallv-bruck.cpp index 8ae8f6af0c..bcab1ce068 100644 --- a/src/smpi/colls/alltoallv/alltoallv-bruck.cpp +++ b/src/smpi/colls/alltoallv/alltoallv-bruck.cpp @@ -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 @@ -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