T.R | Title | User | Personal Name | Date | Lines |
---|
1155.1 | Possible bug in fast version of dexp() (see 1027.0) | SUBPAC::FARICELLI | | Fri Jan 31 1997 09:16 | 12 |
|
Note 1027.0 seems relevant in this case. Looks like an RTL bug
in the fast version of dexp() when handling cases near the underflow
boundary.
Both test programs work fine on my Unix 3.2b system.
(FWIW: The makefile specifies -g (debug info). Does the user realize
that specifying -g will turn off optimizations, unless an -O level is
explicitly specified?)
-- John Faricelli
|
1155.2 | looks like a libm in UNIX v4.0 bug | TLE::WHITLOCK | Stan Whitlock | Fri Jan 31 1997 10:21 | 32 |
| Yes, it looks like #1027... the program fails on UNIX v4.0 with
-708.000000000000 3.307553003638408E-308
-708.200000000000 2.707995361514092E-308
-708.400000000000 0.000000000000000E+000
-708.600000000000 0.000000000000000E+000
-708.800000000000 0.000000000000000E+000
-709.000000000000 0.000000000000000E+000
forrtl: error (65): floating invalid
but works fine on UNIX v3.2
-708.000000000000 3.307553003638407E-308
-708.200000000000 2.707995361514092E-308
-708.400000000000 0.000000000000000E+000
-708.600000000000 0.000000000000000E+000
-708.800000000000 0.000000000000000E+000
-709.000000000000 0.000000000000000E+000
-709.200000000000 0.000000000000000E+000
-709.400000000000 0.000000000000000E+000
-709.600000000000 0.000000000000000E+000
-709.800000000000 0.000000000000000E+000
-710.000000000000 0.000000000000000E+000
-710.200000000001 0.000000000000000E+000
-710.400000000001 0.000000000000000E+000
-710.600000000001 0.000000000000000E+000
-710.800000000001 0.000000000000000E+000
-711.000000000001 0.000000000000000E+000
I'll ask about the status of this.
/Stan
|
1155.3 | open OSF QAR 51332 | MGOF01::HSIMON | | Tue Feb 04 1997 09:05 | 1 |
|
|
1155.4 | claimed to be fixed in libm | TLE::WHITLOCK | Stan Whitlock | Tue Feb 04 1997 15:42 | 10 |
| >> open OSF QAR 51332
A new QAR... I bet they send it to Fortran because the QAR has the letters
F, O, R, T, R, A, and N in some combination in it!
The DPML project leader says that this was a bug in libm that was fixed. He's
tracking down the fix and the patch now. Someone will report them here when
he finds them.
/Stan
|
1155.5 | | QUARRY::neth | Craig Neth | Tue Feb 04 1997 16:40 | 8 |
| >A new QAR... I bet they send it to Fortran because the QAR has the letters
>F, O, R, T, R, A, and N in some combination in it!
Nah, the QAR will probably say that they are linking it with some Fortran
library and it will get assigned to the linker group because our name showed
up first in the sentence. :-)
|
1155.6 | we got it! | TLE::WHITLOCK | Stan Whitlock | Wed Feb 05 1997 08:53 | 17 |
| >>Nah, the QAR will probably say that they are linking it with some Fortran
>>library and it will get assigned to the linker group because our name showed
>>up first in the sentence. :-)
I wish "LINK" had shown up in the first sentence but no:
DFAO 4.1: forrtl: error (65): floating invalid
Our customer has a problem with floating invalid. In the case
of underflow the program should run with the solution 0.0.
See fortran note 1155
I'll have this reclassified to the math library and tell OSF_QAR that the claim
is that it's already fixed.
Sigh! /Stan
|
1155.7 | When will we solve the *customer's* problem? | GEMGRP::GROVE | | Wed Feb 05 1997 10:41 | 2 |
| Now can "we" figure out how to deliver a solution to the customer?
/Rich
|