X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/src/smpi/colls/allreduce/allreduce-rab1.cpp diff --git a/src/smpi/colls/allreduce/allreduce-rab1.cpp b/src/smpi/colls/allreduce/allreduce-rab1.cpp index 997598a7de..6e8a5a7038 100644 --- a/src/smpi/colls/allreduce/allreduce-rab1.cpp +++ b/src/smpi/colls/allreduce/allreduce-rab1.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 @@ -6,8 +6,7 @@ #include "../colls_private.hpp" //#include -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { // NP pow of 2 for now int allreduce__rab1(const void *sbuff, void *rbuff, int count, MPI_Datatype dtype, @@ -107,5 +106,4 @@ int allreduce__rab1(const void *sbuff, void *rbuff, return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi