help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Optimisation / parallelisation Problems


From: c.
Subject: Re: Optimisation / parallelisation Problems
Date: Tue, 24 Apr 2012 18:00:34 +0200

On 23 Apr 2012, at 01:51, somealias wrote:

> Thanks for the response Ishmael.
> 
> I have tried the multicore package but not in this specific instance. I was
> hoping to use a embarrassingly parallel approach with the pararrayfun /
> parcellfun functions in the general package as a MATLAB equivalent to
> "parfor". i.e. parallelise my loops without much work. Unfortunately, I'm
> not sure how to convert the general functions into parfor equivalent code. 

Here is an example of how to reimplement your code using pararrayfun for 
parallelization.
Of course for some real benchmarking the source of the missing functions would 
be required.

HTH,
c.

Attachment: par.m
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]