- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to find which unit number represents which device? For example, in
open (unit =8, ...)
what does "8" represent?
Thanks!
open (unit =8, ...)
what does "8" represent?
Thanks!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - intelhelp2009
How to find which unit number represents which device? For example, in
open (unit =8, ...)
what does "8" represent?
open (unit =8, ...)
what does "8" represent?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The intrinsic module ISO_FORTRAN_ENV defines constants for the default input, output and error units. However, if you OPEN the unit, that is overridden, Unit 8 has no special meaning in Intel Fortran. You can use INQUIRE to see if a file is opened on a unit and, if so, what its name is.

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