Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add gatherv test
[simgrid.git] / src / smpi / colls / alltoallv / alltoallv-ompi-basic-linear.cpp
index a44236051c404d159b2e6c9a101fc72475905bd4..10e45743590f905111d2be6d6a832f8a5d617569 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
@@ -14,8 +14,7 @@
  * differently and so will not have to duplicate code.
  * GEF Oct05 after asking Jeff.
  */
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int alltoallv__ompi_basic_linear(const void *sbuf, const int *scounts, const int *sdisps,
                                  MPI_Datatype sdtype,
                                  void *rbuf, const int *rcounts, const int *rdisps,
@@ -91,5 +90,4 @@ int alltoallv__ompi_basic_linear(const void *sbuf, const int *scounts, const int
 
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi