This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new release candidate (gsl-1.5.90)


Giulio Bottazzi writes:
 > Prompted by the previous sentence (I'm definitely in testing mood) I
 > tried
 > 
 > GSL_IEEE_MODE="double-precision" make check
 >
 > and all of them, almost immediately, failed! (Quite interestingly, they
 > failed also in the 1.5 stable version). What I did wrong?

You need e.g. GSL_IEEE_MODE="double-precision,mask-all" ...  to avoid
floating-point exceptions raising an unhandled SIGFPE signal.

It should work with "mask-all".

-- 
Brian Gough


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]