mpi.hpp 637 B

12345678910111213141516171819202122232425
  1. /*
  2. [auto_generated]
  3. boost/numeric/odeint/external/mpi/mpi.hpp
  4. [begin_description]
  5. Wrappers for MPI.
  6. [end_description]
  7. Copyright 2013 Karsten Ahnert
  8. Copyright 2013 Mario Mulansky
  9. Copyright 2013 Pascal Germroth
  10. Distributed under the Boost Software License, Version 1.0.
  11. (See accompanying file LICENSE_1_0.txt or
  12. copy at http://www.boost.org/LICENSE_1_0.txt)
  13. */
  14. #ifndef BOOST_NUMERIC_ODEINT_EXTERNAL_MPI_MPI_HPP_INCLUDED
  15. #define BOOST_NUMERIC_ODEINT_EXTERNAL_MPI_MPI_HPP_INCLUDED
  16. #include <boost/numeric/odeint/external/mpi/mpi_vector_state.hpp>
  17. #include <boost/numeric/odeint/external/mpi/mpi_nested_algebra.hpp>
  18. #endif