home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9404 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.9 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!att-out!rutgers!usc!zaphod.mps.ohio-state.edu!caen!batcomputer!ghost.dsi.unimi.it!ipgaix!peppe
  2. From: peppe@ipgaix.unipg.it (G. Vitillaro)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Floating-point underflow on IBM3090
  5. Message-ID: <1992Sep04.184507.153456@ipgaix.unipg.it>
  6. Date: 4 Sep 92 18:45:07 GMT
  7. References: <1992Sep4.014404.9417@u.washington.edu>
  8. Distribution: na
  9. Organization: Universita' di Perugia
  10. Lines: 37
  11.  
  12. quantum@milton.u.washington.edu (Tsung-lung Li) writes:
  13. >I compiled and ran the following test program.
  14.  
  15. >        program   tt
  16. >        double precision  x, y
  17. >        x = 1.0d-40
  18. >        y = x * x
  19. >        write(6,*) x, y
  20. >        stop
  21. >        end
  22.  
  23. >The compilation command I used was "fvs -f'optimize(3)' -o tt tt.f".
  24. >The followings are what the computer responds.
  25.  
  26. >0AFB208I VFNTH : PROGRAM INTERRUPT - FLOATING-POINT UNDERFLOW EXCEPTION
  27. >         VFNTH : PSW 07ED1200001001A2, REGISTER CONTAINS 7E4BE2B05D35848D0000000
  28. >000000000
  29. >         VFNTH : LAST EXECUTED FORTRAN STATEMENT IN PROGRAM TT (OFFSET 00000072)
  30. >.
  31. >0TRACEBACK OF CALLING ROUTINES; MODULE ENTRY ADDRESS = 00100130.
  32. > -----------------------------------------------------------------------------
  33. >  TT (00100130) CALLED BY OPERATING SYSTEM.
  34. > -----------------------------------------------------------------------------
  35. >0STANDARD CORRECTIVE ACTION TAKEN. EXECUTION CONTINUING.
  36. >  0.100000000000000001E-39  0.000000000000000000E+00 
  37. >0 MESSAGE SUMMARY: MESSAGE NUMBER - COUNT          
  38.  
  39. Did you try to run:
  40.  
  41.     tt -noxuflow,
  42.  
  43. I think that is what you need. Regards, G.Vitillaro
  44. -- 
  45. Giuseppe Vitillaro - IBM SEMEA      |  E-Mail : peppe@ipgaix.unipg.it 
  46. University of Perugia Italy         |  06100 Perugia  Phone:+39.75.585-2200
  47. ---------------------------------------------------------------------------
  48. All comments/opinions are mine and don't represent those of IBM
  49.