help-octave
[Top][All Lists]
Advanced

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

Re: parallel for


From: Kai Torben Ohlhus
Subject: Re: parallel for
Date: Wed, 2 Sep 2020 09:36:36 +0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/3/20 8:32 AM, amin izadi wrote:
> Hi
> I have Octave 5.1.0 and I want to install parallel package on my ubuntu
> 64 bit. But after using " pkg install -forge parallel", this error
> appears: " parallel needs struct >= 1.0.12".
> please help me and tell me how to fix the problem. Is the any
> straight "parfor" like Matlab in octave?
> thanks in advance
> 


Unlike in Ubuntu, the "pkg" package manager of Octave is not (yet) able
to resolve dependencies on its own.  Just install the dependency first:

   pkg install -forge struct
   pkg install -forge parallel

Sorry for the inconvenience.

HTH,
Kai



reply via email to

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