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 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.
29282 Обсуждение

Intel(r) Visual fortran run-time error

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

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 446Просмотр.

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. 

Ответить