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

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / colls / allreduce / allreduce-rab-rdb.cpp
index 209fbf47762fe3efc2fa0da223d7370466ede07d..1cac3142920295112afb298e04eb12dc6ed5a862 100644 (file)
@@ -1,12 +1,11 @@
-/* Copyright (c) 2013-2019. 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
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "../colls_private.hpp"
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int allreduce__rab_rdb(const void *sbuff, void *rbuff, int count,
                        MPI_Datatype dtype, MPI_Op op,
                        MPI_Comm comm)
@@ -191,5 +190,4 @@ int allreduce__rab_rdb(const void *sbuff, void *rbuff, int count,
   smpi_free_tmp_buffer(tmp_buf);
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi