octave-maintainers
[Top][All Lists]
Advanced

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

Re: Failures from __ode15__ in 'make check'


From: Carlo De Falco
Subject: Re: Failures from __ode15__ in 'make check'
Date: Sat, 17 Dec 2016 08:58:42 +0000

On 16 Dec 2016, at 22:06, Rik <address@hidden> wrote:

> 12/16/16
> 
> Carlo,
> 
> I'm getting 50+ failures from __ode15__.cc when running 'make check'.  They
> are all of this type
> 
> ***** test  # Mass option as matrix
> opt = odeset ("Mass", eye (2,2), "MStateDependence", "none");
> sol = ode15s (@fpol, [0 2], [2 0], opt);
> assert ([sol.x(end), sol.y(end,:)], [2, fref], 3e-3);
> !!!!! test failed
> __ode15__: support for sundials_ida, sundials_nvecserial was unavailable or
> disabled when Octave was built
> 
> It appears that a common declaration, like HAVE_SUNDIALS, needs to be
> declared by configure so that  these tests are only run when there is
> support for them.  The correstponding tests can then begin with
> 
> %!testif HAVE_SUNDIALS
> 
> --Rik


Rik, 

Thanks for the feedback.

There is already such a flag defined in the config files, 
is there anything else that needs to be done or can I just
add %!testif HAVE_SUNDIALS ?

c.





reply via email to

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