headmyshoulder / odeint-v2

odeint - solving ordinary differential equations in c++ v2
http://headmyshoulder.github.com/odeint-v2/
Other
340 stars 101 forks source link

Error in documentation for parallel OMP/MPI calculation #164

Closed Wentzell closed 9 years ago

Wentzell commented 9 years ago

In the documentation http://headmyshoulder.github.io/odeint-v2/doc/boost_numeric_odeint/tutorial/parallel_computation_with_openmp_and_mpi.html the second code box in the MPI does not make any sense in the MPI context, it is rather just the same as the previously shown example from the OMP part. I suppose this is not intentional?

Greetings

mariomulansky commented 9 years ago

Indeed, there was a typo in the docs such that the wrong source snippet got included. Thanks for reported, should be fixed.