Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

End Of Record error on internal read

Foster__Frank
Beginner
405 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