Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Properly register the waiter in wait_any_for(), so that it gets handled on suspend...
[simgrid.git] / src / smpi / colls / bcast / bcast-SMP-linear.cpp
index 902bcd0b4a754542f548118636d6264ae7d455bc..c35df9916ab17f2aee26e884b446c45af5fc16ee 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
@@ -7,8 +7,7 @@
 #include "../colls_private.hpp"
 
 int bcast_SMP_linear_segment_byte = 8192;
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int bcast__SMP_linear(void *buf, int count,
                       MPI_Datatype datatype, int root,
                       MPI_Comm comm)
@@ -171,5 +170,4 @@ int bcast__SMP_linear(void *buf, int count,
   return MPI_SUCCESS;
 }
 
-}
-}
+} // namespace simgrid::smpi