Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI copyright bump before release
[simgrid.git] / src / smpi / colls / alltoall / alltoall-mvapich-scatter-dest.cpp
index 047c876..7dbad24 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
@@ -42,8 +42,9 @@
 #define MV2_ALLTOALL_THROTTLE_FACTOR         4
  
 #include "../colls_private.h"
-
-int smpi_coll_tuned_alltoall_mvapich2_scatter_dest(
+namespace simgrid{
+namespace smpi{
+int Coll_alltoall_mvapich2_scatter_dest::alltoall(
                             void *sendbuf,
                             int sendcount,
                             MPI_Datatype sendtype,
@@ -135,3 +136,5 @@ int smpi_coll_tuned_alltoall_mvapich2_scatter_dest(
     return (mpi_errno);
     
 }
+}
+}