Okay. I skimmed through the documents and previous questions and I am confused. I have a few questions:
1. One may do some sequential evaluation followed by parallel operation on the same set of data. I see how one creats a distributed array. But how would I distribute already existing variables and functions? 2. If function fun1 is dependent on fun2, does distributing fun1 automatically distributes fun2 as well? 3. if fun1 returns multiple matrices for each evaluation, how would one assign these to two other variables. I guess my question is in sequestial evaluation writing the following is enough to pick up the values: x, y = func(z, w) many thanks
