X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3cfd4823046b64b2c8645a655dfb47b795e4f412..1a39cc6fdc908c33507b5b0f8bae61f7286fd4ca:/src/smpi/smpi_coll_private.h diff --git a/src/smpi/smpi_coll_private.h b/src/smpi/smpi_coll_private.h index 31a0bd7b06..d0c3022741 100644 --- a/src/smpi/smpi_coll_private.h +++ b/src/smpi/smpi_coll_private.h @@ -1,29 +1,9 @@ -/** - * $Id$tag - * - * smpi_coll_private.h -- functions of smpi_coll.c that are exported to other SMPI modules. - * - * - * - **/ -#include "private.h" - -int nary_tree_bcast(void *buf, int count, MPI_Datatype datatype, int root, MPI_Comm comm,int arity); -int nary_tree_barrier( MPI_Comm comm, int arity ); - -int smpi_coll_tuned_alltoall_bruck(void *sbuf, int scount, MPI_Datatype sdtype, - void* rbuf, int rcount, MPI_Datatype rdtype, - MPI_Comm comm); +/* smpi_coll_private.h -- functions of smpi_coll.c that are exported to other SMPI modules. */ -int smpi_coll_tuned_alltoall_pairwise (void *sendbuf, int sendcount, MPI_Datatype datatype, - void* recvbuf, int recvcount, MPI_Datatype recvdatatype, - MPI_Comm comm); - -int smpi_coll_tuned_alltoall_basic_linear(void *sbuf, int scount, MPI_Datatype sdtype, - void* rbuf, int rcount, MPI_Datatype rdtype, MPI_Comm comm); - -int smpi_coll_basic_alltoallv(void *sendbuf, int *scounts, int *sdisps, MPI_Datatype datatype, - void *recvbuf, int *rcounts, int *rdisps, MPI_Datatype recvtype, - MPI_Comm comm); +/* Copyright (c) 2009, 2010. 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. */ +#include "private.h"