Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a smpi/shared-malloc-blocksize option. This is relevant only when global shared...
[simgrid.git] / src / smpi / colls / reduce / reduce-mvapich-knomial.cpp
index cbcc1e4b1d559156b931cd1f04c79c689a0c9d9d..4e9a35f078ee0e0ad0ba71e74366624637dc8112 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2014. The SimGrid Team.
+/* Copyright (c) 2013-2017. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -114,6 +114,8 @@ static int MPIR_Reduce_knomial_trace(int root, int reduce_knomial_factor,
     return 0; 
 }
         
+namespace simgrid{
+namespace smpi{
 int Coll_reduce_mvapich2_knomial::reduce (
         void *sendbuf,
         void *recvbuf,
@@ -223,3 +225,5 @@ int Coll_reduce_mvapich2_knomial::reduce (
 
     return mpi_errno;
 }
+}
+}