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-2dmesh.cpp
index 2da2653654310a87b390eed91ef2a5b7dde0d9fb..7a82ffe00e5cffb421374fcb6c0963259295b6a6 100644 (file)
@@ -1,4 +1,4 @@
-/* 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
@@ -52,8 +52,7 @@ static int alltoall_check_is_2dmesh(int num, int *i, int *j)
   }
   return 0;
 }
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 int alltoall__2dmesh(const void *send_buff, int send_count,
                      MPI_Datatype send_type,
@@ -171,5 +170,4 @@ int alltoall__2dmesh(const void *send_buff, int send_count,
   smpi_free_tmp_buffer(tmp_buff2);
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi