Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move collective algorithms to separate folders
[simgrid.git] / src / smpi / colls / colls_private.h
index 5686a71..0d4c999 100644 (file)
@@ -1,9 +1,13 @@
+/* Copyright (c) 2013-2017. 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. */
+
 #ifndef SMPI_COLLS_PRIVATE_H
 #define SMPI_COLLS_PRIVATE_H
 
 #include "colls.h"
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_colls);
-void star_reduction(MPI_Op op, void *src, void *target, int *count, MPI_Datatype *dtype);
 
 #endif