Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add gatherv test
[simgrid.git] / src / smpi / colls / smpi_intel_mpi_selector.cpp
index de6b532be8f481adf5920c5651608c56ec1cd111..1c053c2dfc8b7b8174541548ddbd5ff45940d394 100644 (file)
@@ -1,6 +1,6 @@
 /* selector for collective algorithms based on openmpi's default coll_tuned_decision_fixed selector */
 
-/* Copyright (c) 2009-2020. 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
@@ -47,8 +47,7 @@ MPI_Allreduce
   as Shumilin's ring algorithm is unknown, default to ring'
 */
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 int (*intel_allreduce_functions_table[])(const void *sendbuf,
       void *recvbuf,
@@ -2302,5 +2301,4 @@ COLL_APPLY(IMPI_COLL_SELECT, COLL_REDUCE_SCATTER_SIG ,(sbuf,rbuf, rcounts,dtype,
 COLL_APPLY(IMPI_COLL_SELECT, COLL_SCATTER_SIG ,(sendbuf, sendcount, sendtype,recvbuf, recvcount, recvtype,root, comm))
 COLL_APPLY(IMPI_COLL_SELECT, COLL_BARRIER_SIG,(comm))
 
-}
-}
+} // namespace simgrid::smpi