X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f..72d32c4e88a57f4786f62fec48a1bfa454adbff9:/src/smpi/colls/allreduce/allreduce-mvapich-two-level.cpp diff --git a/src/smpi/colls/allreduce/allreduce-mvapich-two-level.cpp b/src/smpi/colls/allreduce/allreduce-mvapich-two-level.cpp index e612489eec..b643cdb1c7 100644 --- a/src/smpi/colls/allreduce/allreduce-mvapich-two-level.cpp +++ b/src/smpi/colls/allreduce/allreduce-mvapich-two-level.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2021. The SimGrid Team. +/* Copyright (c) 2013-2022. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -53,9 +53,7 @@ extern int (*MV2_Allreduce_intra_function)(const void *sendbuf, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm); - -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { static int MPIR_Allreduce_reduce_p2p_MV2(const void *sendbuf, void *recvbuf, int count, @@ -171,5 +169,4 @@ int allreduce__mvapich2_two_level(const void *sendbuf, return (mpi_errno); } -} -} +} // namespace simgrid::smpi