- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page