Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refactorize the sthread interception of functions
[simgrid.git] / src / smpi / colls / alltoallv / alltoallv-pair-mpi-barrier.cpp
index ffef9d5e1f0a080b50da3b1edd998b22b4ee129a..617722f3c184f16e72b46f5c68820c28a4513085 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
@@ -27,8 +27,7 @@
  * Author: Ahmad Faraj
 
  ****************************************************************************/
-namespace simgrid {
-namespace smpi {
+namespace simgrid::smpi {
 int alltoallv__pair_mpi_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,
@@ -59,5 +58,4 @@ int alltoallv__pair_mpi_barrier(const void *send_buff, const int *send_counts, c
   }
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi