Subject: Re: Parallel for loop
From: Fredrik <fredjoha gmail.com>
Date: Thu, 17 Apr 2008 14:55:06 +0900
References: 298408298417298425298456298586
Sorry...posting wrong code. These lines should be flipped:
> result = map do |*a|
> nproc = 0
should be
nproc = 0
result = map do |*a|
Sorry 'bout that...
/Fredrik