Chris@16: // Copyright (C) 2005-2006 Douglas Gregor . Chris@16: Chris@16: // Use, modification and distribution is subject to the Boost Software Chris@16: // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // Message Passing Interface 1.1 -- Section 4. MPI Collectives Chris@16: Chris@16: /** @file collectives_fwd.hpp Chris@16: * Chris@16: * This header provides forward declarations for all of the Chris@16: * collective operations contained in the header @c collectives.hpp. Chris@16: */ Chris@16: #ifndef BOOST_MPI_COLLECTIVES_FWD_HPP Chris@16: #define BOOST_MPI_COLLECTIVES_FWD_HPP Chris@16: Chris@16: /// INTERNAL ONLY Chris@16: #define BOOST_MPI_COLLECTIVES_FORWARD_ONLY Chris@16: #include Chris@16: #undef BOOST_MPI_COLLECTIVES_FORWARD_ONLY Chris@16: Chris@16: #endif // BOOST_MPI_COLLECTIVES_FWD_HPP Chris@16: