]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/smpi_mvapich2_selector.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cast a printf parameter to please MacOS X
[simgrid.git] / src / smpi / colls / smpi_mvapich2_selector.cpp
index d38a09d817097dbae1d5739a79552aa2f6059d13..2bfe308c6b29a3cde07bae9e9ee32d84c8234603 100644 (file)
@@ -1,6 +1,6 @@
 /* selector for collective algorithms based on mvapich decision logic */
 
-/* Copyright (c) 2009-2021. The SimGrid Team.
+/* Copyright (c) 2009-2023. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -10,9 +10,7 @@
 
 #include "smpi_mvapich2_selector_stampede.hpp"
 
-namespace simgrid {
-namespace smpi {
-
+namespace simgrid::smpi {
 
 int alltoall__mvapich2( const void *sendbuf, int sendcount,
                         MPI_Datatype sendtype,
@@ -974,8 +972,7 @@ int scatter__mvapich2(const void *sendbuf,
   return (mpi_errno);
 }
 
-}
-}
+} // namespace simgrid::smpi
 
 void smpi_coll_cleanup_mvapich2()
 {