For Programmers: Free Programming Magazines  


Home > Archive > Fortran > January 2006 > Re: Dusting off Visual/Digital Fortran - how the heck to migrate









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Dusting off Visual/Digital Fortran - how the heck to migrate
kia

2006-01-14, 6:58 pm

Ken Plotkin wrote:
>
> Under CVF if you don't have an open, then output will default to a
> file named fort.6. If you'd like to send output to a file for
> printing at your leisure, use an open with the file name of your
> choice.


Not so, CVF un=6 output defaults to terminal, any other un goes to file
fort.un. OP need not have to change the code at all, and can simply
redirect the program output from the command line.

prog.exe > file.out

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com