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-binary.cpp
index c80ef36dd21164aa4340cce7c141ed6286bce48d..933a6075c1ce86b1e9d146b4359d763976f54d7d 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
@@ -7,8 +7,7 @@
 #include "../colls_private.hpp"
 
 int bcast_SMP_binary_segment_byte = 8192;
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int bcast__SMP_binary(void *buf, int count,
                       MPI_Datatype datatype, int root,
                       MPI_Comm comm)
@@ -222,5 +221,4 @@ int bcast__SMP_binary(void *buf, int count,
   return 1;
 }
 
-}
-}
+} // namespace simgrid::smpi