Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / colls / allgather / allgather-loosely-lr.cpp
index bf05661..4920915 100644 (file)
@@ -1,14 +1,12 @@
-/* Copyright (c) 2013-2020. 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 "../colls_private.hpp"
+#include "xbt/string.hpp"
 
-namespace simgrid{
-namespace smpi{
-
+namespace simgrid::smpi {
 
 int allgather__loosely_lr(const void *sbuf, int scount,
                           MPI_Datatype stype, void *rbuf,
@@ -137,6 +135,4 @@ if(comm->get_leaders_comm()==MPI_COMM_NULL){
   return MPI_SUCCESS;
 }
 
-
-}
-}
+} // namespace simgrid::smpi