19 Jan
2021
19 Jan
'21
9:07 a.m.
So, there is no communication between the threads about the step size, and each thread can choose their own step size? Thanks, regards, Roland Am 19.01.21 um 09:52 schrieb Ilja Honkonen:
Hello
Therefore, is the general idea correct at all, or am I doing something wrong here by neglecting a possible communication between the different threads within odeint?
You probably must only use steppers where you decide the step size and which don't adjust their step size dynamically. Otherwise I guess you'd have to modify the dynamic step size code to synchronize step sizes between different mpi processes, etc. Ilja