Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leaks -- with smp algos
[simgrid.git] / src / smpi / colls / colls_private.h
index 5686a71..cedb4bb 100644 (file)
@@ -1,9 +1,14 @@
+/* Copyright (c) 2013-2014. 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