• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  [auto_generated]
3  boost/numeric/odeint/external/openmp/openmp.hpp
4 
5  [begin_description]
6  Wrappers for OpenMP.
7  [end_description]
8 
9  Copyright 2013 Karsten Ahnert
10  Copyright 2013 Mario Mulansky
11  Copyright 2013 Pascal Germroth
12 
13  Distributed under the Boost Software License, Version 1.0.
14  (See accompanying file LICENSE_1_0.txt or
15  copy at http://www.boost.org/LICENSE_1_0.txt)
16  */
17 
18 
19 #ifndef BOOST_NUMERIC_ODEINT_EXTERNAL_OPENMP_OPENMP_HPP_INCLUDED
20 #define BOOST_NUMERIC_ODEINT_EXTERNAL_OPENMP_OPENMP_HPP_INCLUDED
21 
22 // level 1: parallel iteration over random access container
23 #include <boost/numeric/odeint/external/openmp/openmp_range_algebra.hpp>
24 
25 // level 2: split range state
26 #include <boost/numeric/odeint/external/openmp/openmp_state.hpp>
27 
28 // level 3: process a random access container of sub-states in parallel
29 #include <boost/numeric/odeint/external/openmp/openmp_nested_algebra.hpp>
30 
31 #endif
32