problem about odeint-Collection of common programming errors
headmyshoulder
cuda thrust odeint
I am performing parallel integration of the same ode starting from sets of different initial conditions. I am using odeint with thrust to parallelize the computation on my GPU (Nvidia GTX660). How can I know how many different integrations are running in parallel? Is there a way to know it during runtime, so that I can roughly estimate the time needed to perform the whole set of integrations?
Web site is in building