2 Oct 19:07
pushing/pulling objects between engines
Jonathan Taylor <jonathan.taylor <at> stanford.edu>
2007-10-02 17:07:09 GMT
2007-10-02 17:07:09 GMT
Is it possible to send information between two engines using the RemoteController? I can imagine wanting to do something like the following between two engines i and j a_i, a_j = a_j, a_i (not proper python syntax of course). I didn't see an example of this in the tutorial.... other than >>> a_i, a_j = rc.pull(i, 'a'), rc.pull(j, 'a') >>> rc.push(j, 'a'=a_i); rc.push(i, 'a'=a_j) Any suggestions? Thanks, Jonathan
I'm learning it by using it for parallel
computing. It's still a work in progress I believe. If you want the
interactive python shell, install ipython instead.
Regards,
ST
--
RSS Feed