home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4960 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.4 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!cs.utexas.edu!sun-barr!ames!news.hawaii.edu!galileo!tholen
  2. From: tholen@galileo.ifa.hawaii.edu (Dave Tholen)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Paranoia and OS/2 2.0
  5. Message-ID: <1992Sep15.043630.24988@news.Hawaii.Edu>
  6. Date: 15 Sep 92 04:36:30 GMT
  7. Sender: root@news.Hawaii.Edu (News Service)
  8. Organization: University of Hawaii
  9. Lines: 18
  10. Nntp-Posting-Host: galileo.ifa.hawaii.edu
  11.  
  12. I FTPd the "paranoia" math testing program from research.att.com and gave
  13. it try on my OS/2 2.0 machine.  I have both Microsoft FORTRAN 5.1 and
  14. WATCOM F77/386 9.01b (that is, the B-level patches have been applied).
  15.  
  16. First of all, neither the double nor single precision version crashes
  17. OS/2, regardless of which compiler was used.  I wonder why others have
  18. experienced crashes.
  19.  
  20. Second, WATCOM passes with flying colors on the double precision test.
  21. On the single precision test, as well as both precisions with the Microsoft
  22. compiler, the program is unable to properly determine the radix, so the
  23. slew of defect messages that follow are presumably consequences of this.
  24. It looks to me like the program is fooled into thinking there are more
  25. significant digits than there really are, because of the wrong radix, so
  26. many of the defect messages seem to be triggered by inappropriate
  27. comparisons.
  28.  
  29. Third, I didn't try either compiler with optimization disabled.
  30.