Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill an external dependency that was for stateful MC
[simgrid.git] / src / smpi / colls / alltoallv / alltoallv-pair-light-barrier.cpp
index 655c4b117ae1ea0fcb4975d4d803d5bd10c8ba62..cdb9856d6d2b096a139f94f2b9363b971e82e20c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2019. 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 alltoallv__pair_light_barrier(const void *send_buff, const int *send_counts, const int *send_disps,
                                   MPI_Datatype send_type,
                                   void *recv_buff, const int *recv_counts, const int *recv_disps,
@@ -72,5 +71,4 @@ int alltoallv__pair_light_barrier(const void *send_buff, const int *send_counts,
   }
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi