Re: [OctDev] parallel processing in Octave

2009-03-08 Thread Jaroslav Hajek
On Sun, Mar 8, 2009 at 10:09 AM, Søren Hauberg wrote: > 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 f

Re: [OctDev] parallel processing in Octave

2009-03-08 Thread Søren Hauberg
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 multipl

Re: [OctDev] parallel processing in Octave

2009-02-27 Thread Jaroslav Hajek
On Fri, Feb 27, 2009 at 4:50 PM, Joe Vornehm Jr. wrote: > On Fri, Feb 27, 2009 at 8:47 AM, Søren Hauberg wrote: >> >> 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 par

Re: [OctDev] parallel processing in Octave

2009-02-27 Thread Joe Vornehm Jr.
On Fri, Feb 27, 2009 at 8:47 AM, Søren Hauberg wrote: > 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 giv

Re: [OctDev] parallel processing in Octave

2009-02-27 Thread Søren Hauberg
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 multipl

[OctDev] parallel processing in Octave

2009-02-27 Thread Jaroslav Hajek
hi all, 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. Given N, the function spawns N subproces