X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/933849e1079bf5389d6a38447d49cbe5cc65101d..824740eb0df1dedddb86035ff3730d87e037f356:/src/smpi/include/smpi_coll.hpp diff --git a/src/smpi/include/smpi_coll.hpp b/src/smpi/include/smpi_coll.hpp index 963de8a066..b8822099d4 100644 --- a/src/smpi/include/smpi_coll.hpp +++ b/src/smpi/include/smpi_coll.hpp @@ -1,5 +1,5 @@ /* High level handling of collective algorithms */ -/* Copyright (c) 2009-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-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. */ @@ -46,8 +46,7 @@ #define COLL_BARRIER_SIG barrier, int, \ (MPI_Comm comm) -namespace simgrid { -namespace smpi { +namespace simgrid::smpi { struct s_mpi_coll_description_t { std::string name; @@ -337,6 +336,5 @@ int barrier__mvapich2 (MPI_Comm comm); int barrier__impi(MPI_Comm comm); int barrier__automatic(MPI_Comm comm); -} -} +} // namespace simgrid::smpi #endif