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

Intel(r) Visual fortran run-time error

Islam__Shahidul
Beginner
1,931 Views

Hi,

I am getting the following error message while performing sediment transport simulation in SMS software. Is there any solution to this problem?

0 Kudos
1 Reply
mecej4
Honored Contributor III
1,931 Views

The problem arose because the data file that your program read from was not matched with the READ statements for the file. Check (i) that the file was opened properly, with STATUS='OLD', and (ii) check that the data file contains enough data to supply all the READ statements, or that some of the READ statements contains END= or IOSTAT= clauses based on which proper action is taken. 

0 Kudos
Reply