X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6633f5c4d1b7d52fa54306ee3fb7eb573daeb274..HEAD:/src/smpi/colls/allgatherv/allgatherv-mpich-rdb.cpp diff --git a/src/smpi/colls/allgatherv/allgatherv-mpich-rdb.cpp b/src/smpi/colls/allgatherv/allgatherv-mpich-rdb.cpp index 1434b0eef2..dd62a5d84e 100644 --- a/src/smpi/colls/allgatherv/allgatherv-mpich-rdb.cpp +++ b/src/smpi/colls/allgatherv/allgatherv-mpich-rdb.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2019. 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,10 +10,9 @@ #include "smpi_status.hpp" #include -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { -int Coll_allgatherv_mpich_rdb::allgatherv ( +int allgatherv__mpich_rdb( const void *sendbuf, int sendcount, MPI_Datatype sendtype, @@ -202,5 +201,4 @@ int Coll_allgatherv_mpich_rdb::allgatherv ( return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi