Hi Lie,
Thank you for the reply.
El Lunes Diciembre 5 2011, Lie Ryan escribió:
> On 11/30/2011 06:09 AM, DPalao wrote:
> > Hello,
> > I'm trying to use multiprocessing to parallelize a code. There is a
> > number of tasks (usually 12) that can be run independently. Each task
> > produces a numpy a
On Mon, Dec 5, 2011 at 7:57 PM, wrote:
> Why do people add character like [* SPAM *] to their subject
> lines ?? Is it supposed to do something ?? I figured since
> programmers hang out here, maybe one of you know this.
People don't. It's something added by a spam filter that thought
On Mon, 5 Dec 2011 09:02:08 +0100, DPalao
wrote:
>El Martes Noviembre 29 2011, DPalao escribió:
>> Hello,
>> I'm trying to use multiprocessing to parallelize a code. There is a number
>> of tasks (usually 12) that can be run independently. Each task produces a
>> numpy array, and at the end, thos
El Martes Noviembre 29 2011, DPalao escribió:
> Hello,
> I'm trying to use multiprocessing to parallelize a code. There is a number
> of tasks (usually 12) that can be run independently. Each task produces a
> numpy array, and at the end, those arrays must be combined.
> I implemented this using Qu