[IPython-User] IPython.parallel: Sync namespace between engines
Florian M. Wagner
wagnerfl@student.ethz...
Tue Jan 29 06:37:34 CST 2013
Dear IPython users,
I am currently trying to parallelize a piece of code using IPython's
parallel version of map. It works fine for simple examples, but the
function I would like to distribute falls back upon some globally
declared variables, which the engines are not aware of. Is there a way
to sync the namespace of all engines analogously to sync_imports or what
would you suggest?
Thank you very much,
Florian
More information about the IPython-User
mailing list