Dear all,
I am trying to integrate a simple 2 variable ODE system. I wanted to know which of the solvers listed here :
http://www.boost.org/doc/libs/1_56_0/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started/overview.html
are parallelised for multicore CPU’s and GPU’s? Perhaps using Thrust for the Nvidia/CUDA GPU end of things?
I am principally interested if someone has managed to make/port a library for parallelised RK45 methods. Please note in later work I plan on having more ODE's - probably systems of 12-15 parameters though they will be all be first order equations.
Thanks and Cheers!
- vihan
--