X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/befbbbe1fbb31663a8f91e24ce12df271cf4ae79..6db6413133c36dd1a9e798d35e75afd7ceb63001:/src/smpi/colls/smpi_mpich_selector.cpp diff --git a/src/smpi/colls/smpi_mpich_selector.cpp b/src/smpi/colls/smpi_mpich_selector.cpp index b5a0858c6e..89440a13e6 100644 --- a/src/smpi/colls/smpi_mpich_selector.cpp +++ b/src/smpi/colls/smpi_mpich_selector.cpp @@ -1,12 +1,12 @@ /* selector for collective algorithms based on mpich decision logic */ -/* Copyright (c) 2009-2010, 2013-2017. The SimGrid Team. +/* Copyright (c) 2009-2018. 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 "colls_private.h" +#include "colls_private.hpp" /* This is the default implementation of allreduce. The algorithm is: @@ -173,7 +173,7 @@ int Coll_alltoall_mpich::alltoall( void *sbuf, int scount, rbuf, rcount, rdtype, comm); }else if (communicator_size%2){ - return Coll_alltoall_ring::alltoall(sbuf, scount, sdtype, + return Coll_alltoall_pair::alltoall(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm); }