[SciPy-Dev] Is odeint re-entrant?

Daniel Farrell boyfarrell at gmail.com
Wed Apr 2 01:46:35 EDT 2014


Dear list,

The docs warn that the lsoda, vode, zvode solvers in scipy.integrate.ode
are not re-entrant. How about the the implementation for
scipy.integrate.odeint? The docs state that is used the lsoda solver, so I
guess that it is not re-entrant.

To check my understanding, re-entrant prevents me from running multiple
instances of the above solvers on different processes?

Best wishes,

Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20140402/7ff5f485/attachment.html>


More information about the SciPy-Dev mailing list