Displaying 1 result from an estimated 1 matches for "tablechip".
2010 Aug 12
0
send and receiving objects with Rmpi
Hi all,
I'm having difficulties passing data from the master to the children. I
haven't seen any complete tutorial, all the tutorial broadcast data where
I would like to send parts of my big tablechip list.
Everytime I run this, the last line always jams. I even tried to reduce
the number of rows in data to 10 and still doesn't work. I even tried to
do a remote.exec(ls()) and doesn't work.
Any tips?
#sending my function
mpi.bcast.Robj2slave(forSlaves)
#sending a message to all chil...