Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to avoid file reading?

Status
Not open for further replies.

mafiasteve

Technical User
Jan 5, 2009
1
DE
Hello!

Is there any possibility to avoid a fortran program to read in files?
I need to modify an existing program which reads some information from different files (on hard drive) at runtime.
I hope it would save some time to get these files into my Program before compiling.
Is there any simple copy/paste method for example with help of common blocks or sth. similar?
I´m using Intel Fortran 9.1, code is F77.
 
You can initialize the common block variables in a block data segment.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top