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 / alltoall / alltoall-ring.cpp
index c6191a438a205ab1afd79c3150d2726756ee22eb..deaec17b52105eb829f2e7ab12e109b2aef11919 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
@@ -25,8 +25,7 @@
  * Author: Ahmad Faraj
 
  ****************************************************************************/
-namespace simgrid {
-namespace smpi {
+namespace simgrid::smpi {
 int alltoall__ring(const void *send_buff, int send_count,
                    MPI_Datatype send_type, void *recv_buff,
                    int recv_count, MPI_Datatype recv_type,
@@ -58,5 +57,4 @@ int alltoall__ring(const void *send_buff, int send_count,
   }
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi