home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / fortran / 4241 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.4 KB

  1. Path: sparky!uunet!vtserf!vtcc1.cc.vt.edu!millnerrl
  2. From: millnerrl@vtcc1.cc.vt.edu (CALLABLE_TPU)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Porting from CRAY to IBM
  5. Keywords: IBM, conversion, syntax, annoyance, fustration, pocopotapital
  6. Message-ID: <8NOV199215380328@vtcc1.cc.vt.edu>
  7. Date: 8 Nov 92 20:38:00 GMT
  8. Sender: usenet@vtserf.cc.vt.edu
  9. Organization: Virginia Tech, Blacksburg, Virginia
  10. Lines: 19
  11. News-Software: VAX/VMS VNEWS 1.41
  12.  
  13.  
  14.     Greetings.  I am porting a rather large program from a cray to an IBM
  15. 486 pc for transportability.  Fortunately, thanks to the skill of the origional
  16. programmer and the versatility of MS Fortran 98% of it goes straight in.  
  17. Most of the errors followed the 22 rule (simple errors tend to wander off the 
  18. line on which they actually occur by 11 in either direction, useful when you 
  19. get syntax errors on comment cards) and were easy to fix.  There is a slight 
  20. operating system incompatability.  The program statement in the origional body 
  21. includes parameters which MS DOS doesn't like or give any clue as to what to do
  22. with it.  I think that they are parameters transferred from the dos command 
  23. line to the program or pointers for the program to access data.  They are:
  24.     program pargraf (tty,input=tty)
  25. and
  26.     program parmela (tty,input,tape10=input,output)
  27. Any help on what to do with these things would be greatly appreciated.
  28.  
  29.     Cheers!
  30.         Robert Millner
  31.  
  32.