Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28455 Discussions

End Of Record error on internal read

Foster__Frank
Beginner
201 Views

Upgraded a legacy application to Intel(R) Visual Fortran Compiler 19.0.2.190 [Intel(R) 64]

At runtime, the application stops with End of Record error during read

Character*80 kard

integer i

kard = '00001'

read (kard(1:5),'(i5)') i

Any ideas if there is a fix for this new error?

thanks

0 Kudos
0 Replies
Reply