![]() |
|
|||
File indexing completed on 2025-03-13 08:49:45
0001 // Copyright (C) 2005-2006 Douglas Gregor <doug.gregor -at- gmail.com>. 0002 0003 // Use, modification and distribution is subject to the Boost Software 0004 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0005 // http://www.boost.org/LICENSE_1_0.txt) 0006 0007 // Message Passing Interface 1.1 -- Section 4. MPI Collectives 0008 0009 /** @file collectives_fwd.hpp 0010 * 0011 * This header provides forward declarations for all of the 0012 * collective operations contained in the header @c collectives.hpp. 0013 */ 0014 #ifndef BOOST_MPI_COLLECTIVES_FWD_HPP 0015 #define BOOST_MPI_COLLECTIVES_FWD_HPP 0016 0017 /// INTERNAL ONLY 0018 #define BOOST_MPI_COLLECTIVES_FORWARD_ONLY 0019 #include <boost/mpi/collectives.hpp> 0020 #undef BOOST_MPI_COLLECTIVES_FORWARD_ONLY 0021 0022 #endif // BOOST_MPI_COLLECTIVES_FWD_HPP 0023
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |