Input and Output Unit Numbers in Fortran Compilers ======================================= Author: Momchil Ivanov Date : 2014.09.05 Introduction ------------ This article lists Input and Output unit numbers in common Fortran compilers. gfortran -------- 0 - stderr 5 - stdin 6 - stdout ifort -------- 0 - stderr 5 - stdin 6 - stdout