Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill an external dependency that was for stateful MC
[simgrid.git] / src / smpi / colls / alltoall / alltoall-mvapich-scatter-dest.cpp
index 907a956aa2a9c81c3a7ae9737f4808d792d2f3ee..0a3cbc6cdb309efa0934e759f94df32ab91b3d9f 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
@@ -42,8 +42,7 @@
 #define MV2_ALLTOALL_THROTTLE_FACTOR         4
 
 #include "../colls_private.hpp"
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int alltoall__mvapich2_scatter_dest(const void *sendbuf,
                                     int sendcount,
                                     MPI_Datatype sendtype,
@@ -133,5 +132,4 @@ int alltoall__mvapich2_scatter_dest(const void *sendbuf,
     return (mpi_errno);
 
 }
-}
-}
+} // namespace simgrid::smpi