]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/allreduce/allreduce-ompi-ring-segmented.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into mq
[simgrid.git] / src / smpi / colls / allreduce / allreduce-ompi-ring-segmented.cpp
index e9b3ffe5e20d23aabd5ab87d904624d31ea60537..c26616934a6ed8e172f8c165f50d1efc5fb8a608 100644 (file)
@@ -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
 
 #include "../colls_private.hpp"
 
-namespace simgrid {
-namespace smpi {
+namespace simgrid::smpi {
 int allreduce__ompi_ring_segmented(const void *sbuf, void *rbuf, int count,
                                    MPI_Datatype dtype,
                                    MPI_Op op,
@@ -396,5 +395,4 @@ int allreduce__ompi_ring_segmented(const void *sbuf, void *rbuf, int count,
    smpi_free_tmp_buffer(inbuf[1]);
    return ret;
 }
-}
-}
+} // namespace simgrid::smpi