home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4978 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!caen!batcomputer!msiadmin.cit.cornell.edu!bai
  3. From: bai@msiadmin.cit.cornell.edu (Dov Bai-MSI Visitor)
  4. Subject: Re: Paranoia and OS/2 2.0
  5. Message-ID: <1992Sep15.205217.3642@tc.cornell.edu>
  6. Sender: news@tc.cornell.edu
  7. Nntp-Posting-Host: msiadmin.cit.cornell.edu
  8. Organization: /usr/local/lib/news/organization
  9. References: <1992Sep15.043630.24988@news.Hawaii.Edu>
  10. Date: Tue, 15 Sep 1992 20:52:17 GMT
  11. Lines: 26
  12.  
  13. In article <1992Sep15.043630.24988@news.Hawaii.Edu> tholen@galileo.ifa.hawaii.edu (Dave Tholen) writes:
  14. >I FTPd the "paranoia" math testing program from research.att.com and gave
  15. >it try on my OS/2 2.0 machine.  I have both Microsoft FORTRAN 5.1 and
  16. >WATCOM F77/386 9.01b (that is, the B-level patches have been applied).
  17. >
  18. >First of all, neither the double nor single precision version crashes
  19. >OS/2, regardless of which compiler was used.  I wonder why others have
  20. >experienced crashes.
  21. >
  22. >Second, WATCOM passes with flying colors on the double precision test.
  23. >On the single precision test, as well as both precisions with the Microsoft
  24. >compiler, the program is unable to properly determine the radix, so the
  25. >slew of defect messages that follow are presumably consequences of this.
  26. >It looks to me like the program is fooled into thinking there are more
  27. >significant digits than there really are, because of the wrong radix, so
  28. >many of the defect messages seem to be triggered by inappropriate
  29. >comparisons.
  30. >
  31. >Third, I didn't try either compiler with optimization disabled.
  32.  
  33. Did you split the file for the MS-FORTRAN compiler ? The .OBJ file
  34. may be bigger than 1 segment. On the other hand, since you you left
  35. optimization on the file is below 1 segment.
  36.  
  37. Dov
  38.  
  39.