paralell cellfun 'parcellfun'

WMennerich W.Mennerich at gmx.net
Wed Mar 18 06:42:22 CDT 2009



Jaroslav Hajek-2 wrote:
> 
> If a simple SMP parallelism would suffice your needs, I have recently
> contributed the parcellfun (a parallel cellfun) function into
> OctaveForge/main/general.
> It is simple to use and quite efficient on systems implementing
> efficient process forking, such as GNU/Linux.
> 

Thats exactly that what I was also searching for. Already the cellfun /
arrayfun constructs can make your sources more readable (but often they are
not faster than a for-loop).
Does this function work with the 'standart-Octave' or are some
multicore-subsystems needed?
Does also a 'pararrayfun' exist?
Maybe this function(s) should be core function(s) of octave since then you
can use multiple cores in nearly each multithread situation (E.g.
simulations with different parameter sets).


Cheers, Wolfgang



-- 
View this message in context: http://www.nabble.com/parallel-Octave-tp22385857p22577319.html
Sent from the Octave - General mailing list archive at Nabble.com.



More information about the Help-octave mailing list