Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rework the doc of model-check/replay, and add an example with sthread
[simgrid.git] / src / smpi / colls / alltoallv / alltoallv-pair-one-barrier.cpp
index 5005e57b0fe43867091e13016e8d98e265e994d9..e27ea9e6d5fcc5f90835ac97d26eaef0fec6682c 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
@@ -26,8 +26,7 @@
  * Author: Ahmad Faraj
 
  ****************************************************************************/
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int alltoallv__pair_one_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,                                                                                  MPI_Datatype recv_type, MPI_Comm comm)
@@ -60,5 +59,4 @@ int alltoallv__pair_one_barrier(const void *send_buff, const int *send_counts, c
 
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi