X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..HEAD:/src/smpi/colls/allreduce/allreduce-rab2.cpp diff --git a/src/smpi/colls/allreduce/allreduce-rab2.cpp b/src/smpi/colls/allreduce/allreduce-rab2.cpp index 6768e6b033..a66a765ccc 100644 --- a/src/smpi/colls/allreduce/allreduce-rab2.cpp +++ b/src/smpi/colls/allreduce/allreduce-rab2.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2022. 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 @@ -7,8 +7,7 @@ #include "../colls_private.hpp" //#include -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { // this requires that count >= NP int allreduce__rab2(const void *sbuff, void *rbuff, int count, MPI_Datatype dtype, @@ -83,5 +82,4 @@ int allreduce__rab2(const void *sbuff, void *rbuff, return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi