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-binomial.cpp
index cf341e1e5fc0f351e9a92e0d393f7a6b4b83eba3..d336dd1d00bb68ce285eab7aa1f471f25a2ce1e4 100644 (file)
@@ -1,12 +1,11 @@
-/* Copyright (c) 2013-2020. 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 bcast__SMP_binomial(void *buf, int count,
                         MPI_Datatype datatype, int root,
                         MPI_Comm comm)
@@ -109,5 +108,4 @@ int bcast__SMP_binomial(void *buf, int count,
   return MPI_SUCCESS;
 }
 
-}
-}
+} // namespace simgrid::smpi