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

Public GIT Repository
Add copy constructor to state, so we can backtrack different ways
[simgrid.git] / src / smpi / colls / bcast / bcast-ompi-pipeline.cpp
index 435ab427b7e6a6996a4fb88af786768e19abd0bb..cb472fff7a7553a6c813818b2f7071ae1aa72ea7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2021. 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
@@ -9,8 +9,7 @@
 
 #define MAXTREEFANOUT 32
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int bcast__ompi_pipeline( void* buffer,
                           int original_count,
                           MPI_Datatype datatype,
@@ -211,5 +210,4 @@ int bcast__ompi_pipeline( void* buffer,
     return (MPI_SUCCESS);
 }
 
-}
-}
+} // namespace simgrid::smpi