Robert Ferrell
Multi-processor access to a large data set –
I'm running on an 8-core, shared memory box. I'm learning to use
IPython to split the computation tasks over the 8 cores. The
computations...
Loading...
Gael Varoquaux
On Thu, Dec 17, 2009 at 11:19:00AM -0700, Robert Ferrell wrote:
> The tasks all need read-only access to a large-ish data set (~ 1GB).
>...
Loading...
Robert Ferrell
On Dec 17, 2009, at 12:13 PM, Gael Varoquaux wrote:
> On Thu, Dec 17, 2009 at 11:19:00AM -0700, Robert Ferrell wrote:
>> The tasks ...
Loading...
Gael Varoquaux
On Thu, Dec 17, 2009 at 02:07:35PM -0700, Robert Ferrell wrote:
> I'm on OS X, with python 2.6, so I've got multiprocessing already. If
&g...
Loading...
Robert Ferrell
On Dec 17, 2009, at 2:08 PM, Gael Varoquaux wrote:
> On Thu, Dec 17, 2009 at 02:07:35PM -0700, Robert Ferrell wrote:
>> I'm on OS X...