• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright (C) 2004-2009 The Trustees of Indiana University.
2 
3 // Use, modification and distribution is subject to the Boost Software
4 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 
7 //  Authors: Nick Edmonds
8 //           Andrew Lumsdaine
9 
10 #ifndef BOOST_GRAPH_USE_MPI_HPP
11 #define BOOST_GRAPH_USE_MPI_HPP
12 
13 #define BOOST_GRAPH_USE_MPI
14 
15 #endif // BOOST_GRAPH_USE_MPI_HPP
16