[IPython-dev] Parallel IPython: Spawn Tasks from Tasks, direct scheduling

Andreas Buhr andreas at andreasbuhr.de
Thu Oct 17 14:35:18 EDT 2013


Dear IPython Community,

I have a hard time understanding the task mechanisms in parallel
IPython, maybe you can help me please?

I'd like to have lots of data lying on the workers, i.e. Python objects.
Then I'd like to call member functions of these objects, using tasks. So
I would like to have a task which says: "Go to worker A and there
execute method B on object C (which is already there)".

Is this possible with IPython?

thanks a lot in advance and best regards,
Andreas



More information about the IPython-dev mailing list