Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Объявления
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29308 Обсуждение

Intel(r) Visual fortran run-time error

Islam__Shahidul
Начинающий
3 562Просмотр.

Hi,

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

0 баллов
1 Ответить
mecej4
Почетный участник III
3 562Просмотр.

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. 

Ответить