Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Chuck37
Posts:
95
Registered:
2/23/10
|
|
SPMD, data stuck in lab?
Posted:
Jan 2, 2013 1:31 PM
|
|
I have a big hunk of data that I generated in an SPMD loop. I kept it in lab (worker) number one. When I try to get it like:
Mlocal = M{1}
it complains that the data is too big. It says something about transparency if I try to save it to disk inside SPMD. Am I hosed, or is there a way to retrieve the data? I did it this way so I wouldn't have to eat the delay from gathering data along the way.
|
|
|
|