Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refactorize the sthread interception of functions
[simgrid.git] / src / smpi / colls / alltoall / alltoall-ring-light-barrier.cpp
index 830ae6b42a4547610bf25a8f29309503cfd17721..ec91cf560711dba5a06eeb23ad53dbdc85575581 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
@@ -27,8 +27,7 @@
  * Author: Ahmad Faraj
 
  ****************************************************************************/
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int
 alltoall__ring_light_barrier(const void *send_buff, int send_count,
                              MPI_Datatype send_type,
@@ -76,5 +75,4 @@ alltoall__ring_light_barrier(const void *send_buff, int send_count,
 
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi