help-octave
[Top][All Lists]
Advanced

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

Re: help


From: Carnë Draug
Subject: Re: help
Date: Mon, 26 Dec 2011 03:34:21 +0000

On 25 December 2011 20:06, yashar mehmani <address@hidden> wrote:
> Hi,
> I've written a code in matlab in parallel, using the "parfor" feature only.
> Since I have to deploy my matlab program onto a Linux cluster I ws browsing
> the web and Octave seemed to be a nice alternative (since the University has
> the Matlab licenses not me). Therefor I was curious if "parfor" works the
> same exact way it does in matlab?
> I've also used a few other features and function in my code that I'd
> appreciate the same response about:
> Packages (+foldername), persistent variables, assignin (function),
> accumarray (function), addpath (rmpath), etc.
>
> By the way I've already read a full-fledged documents online on this issue
> and got a bit frustrated (especially about the parallel PARFOR loop part).
> Thanks so much,
> Yashar

For the new release, 3.6.0, the one that should come out sometime in
the next weeks, the parfor will will be available but it will be
mapped to a normal for.

Carnë


reply via email to

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