home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / fortran / 3561 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  886 b 

  1. Xref: sparky comp.lang.fortran:3561 comp.unix.ultrix:6914
  2. Path: sparky!uunet!stanford.edu!ames!haven.umd.edu!umd5!kathy
  3. From: kathy@umd5.umd.edu (Kathryn M. Orhelein)
  4. Newsgroups: comp.lang.fortran,comp.unix.ultrix
  5. Subject: fsplit problem with Ultrix 4.2c and Fortran 3.2
  6. Keywords: fsplit
  7. Message-ID: <15452@umd5.umd.edu>
  8. Date: 15 Sep 92 15:16:29 GMT
  9. Organization: University of Maryland, College Park
  10. Lines: 12
  11.  
  12.  
  13. One of my users has a 1746-line fortran program (something with high energy
  14. physics).  When compiled with    f77 -o test1 x5.f   it gives one set of
  15. results (consistently).
  16.  
  17. When it is fsplit (into 20 routines), each compiled with f77 -c program.name,
  18. and put together with  f77 -o test2 main000.o ....
  19. it gives a different set of results (consistently).
  20.  
  21. The system is a DS 5000/200 running Ultrix 4.2c and DEC Fortran V3.2.
  22.  
  23. Any help where to start would be appreciated.
  24.