|
From: Søren H. <so...@ha...> - 2009-03-08 09:09:18
|
fre, 27 02 2009 kl. 14:03 +0100, skrev Jaroslav Hajek:
> in case anyone is interested, I committed today into the "general"
> package an initial m-file implementation of parcellfun.
> parcellfun is supposed to be able to evaluate a given function for
> multiple sets of input arguments using multiple processes.
Just out of curiosity: would the same approach be a feasible way of
implementing parallel for-loops? It would be really nice to be able to
do something like
parfor k = 1:100
do_stuff (k);
endparfor
where 100 processes would be forked.
Søren
|