summaryrefslogtreecommitdiff
path: root/boost/numeric/odeint/external/mpi/mpi.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/numeric/odeint/external/mpi/mpi.hpp')
-rw-r--r--boost/numeric/odeint/external/mpi/mpi.hpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/boost/numeric/odeint/external/mpi/mpi.hpp b/boost/numeric/odeint/external/mpi/mpi.hpp
new file mode 100644
index 0000000000..26e1ae991a
--- /dev/null
+++ b/boost/numeric/odeint/external/mpi/mpi.hpp
@@ -0,0 +1,25 @@
+/*
+ [auto_generated]
+ boost/numeric/odeint/external/mpi/mpi.hpp
+
+ [begin_description]
+ Wrappers for MPI.
+ [end_description]
+
+ Copyright 2013 Karsten Ahnert
+ Copyright 2013 Mario Mulansky
+ Copyright 2013 Pascal Germroth
+
+ Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE_1_0.txt or
+ copy at http://www.boost.org/LICENSE_1_0.txt)
+ */
+
+
+#ifndef BOOST_NUMERIC_ODEINT_EXTERNAL_MPI_MPI_HPP_INCLUDED
+#define BOOST_NUMERIC_ODEINT_EXTERNAL_MPI_MPI_HPP_INCLUDED
+
+#include <boost/numeric/odeint/external/mpi/mpi_vector_state.hpp>
+#include <boost/numeric/odeint/external/mpi/mpi_nested_algebra.hpp>
+
+#endif