Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / colls / allgatherv / allgatherv-mpich-rdb.cpp
index 1434b0e..dd62a5d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2013-2023. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 #include "smpi_status.hpp"
 #include <algorithm>
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
-int Coll_allgatherv_mpich_rdb::allgatherv (
+int allgatherv__mpich_rdb(
   const void *sendbuf,
   int sendcount,
   MPI_Datatype sendtype,
@@ -202,5 +201,4 @@ int Coll_allgatherv_mpich_rdb::allgatherv (
   return MPI_SUCCESS;
 }
 
-}
-}
+} // namespace simgrid::smpi