Monday, November 03, 2008

Another gfortran problem.

write(*,'(I)') i
1
Error: Nonnegative width required in format string at (1)


Must I specify the width each time? Why ifort, f77, and Sun Studio f90 support this kind of formatting?

No comments: