]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/alltoall/alltoall-ring-one-barrier.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce SMPI_app_instance_join()
[simgrid.git] / src / smpi / colls / alltoall / alltoall-ring-one-barrier.cpp
index 856557b720637d212b26c97208102156f70e1d6f..347ee9953a50ed0f3271d4fe87d3b39e3920e129 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_one_barrier(const void *send_buff, int send_count,
                            MPI_Datatype send_type,
@@ -60,5 +59,4 @@ alltoall__ring_one_barrier(const void *send_buff, int send_count,
   }
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi