help-octave
[Top][All Lists]
Advanced

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

Re: parcellfun test issue on Mac OS 10.8, was Re: problems installing op


From: Ben Abbott
Subject: Re: parcellfun test issue on Mac OS 10.8, was Re: problems installing openmpi_ext
Date: Wed, 11 Sep 2013 10:09:20 -0400

On Sep 11, 2013, at 10:04 AM, c. wrote:

> On 11 Sep 2013, at 15:17, Francis Poulin <address@hidden> wrote:
> 
>> I can try the other options that Ben suggested but since those don't involve 
>> bim I wouldn't think they would make a world of difference but could give it 
>> a try.
> 
> Before doing the more complicated tests can you just try if fload works with 
> this build?
> 
> i.e.:
> 
> x = pi;
> name = tmpnam;
> save ("-binary", name, "x");
> y = load ("-binary", name, "x");
> assert (x, y.x)
> z = load (name, "x");
> assert (x, z.x)
> 
> thanks,
> c.

That works with the macports octave-devel build

Ben



reply via email to

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