Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

question about fort.100 file

sidinry
Beginner
876 Views
Hi, I have just started to work with the ifc-compiler and have a basic question:
After compiling and running my code, I see that a file with the name: fort.100 is generated. Can you please tell me what this type of file is for?
0 Kudos
1 Reply
TimP
Honored Contributor III
876 Views
When your program accesses a file on unit 100, without an OPEN, the problem is resolved by creating the file fort.100. Many years ago, programs wwere often written to depend on such actions. Although not covered by Fortran standard, the fort.NN scheme is common under Unix and linux.
0 Kudos
Reply