- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
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!
- Balises:
- Intel® Fortran Compiler
Lien copié
2 Réponses
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
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?
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
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.

Répondre
Options du sujet
- S'abonner au fil RSS
- Marquer le sujet comme nouveau
- Marquer le sujet comme lu
- Placer ce Sujet en tête de liste pour l'utilisateur actuel
- Marquer
- S'abonner
- Page imprimable