fortran中forrtl:severe(24):end-of-fileduringread,unit7,fileD:\for\1\b-mu.txtimage请教这是什么问题 答案 读数据时读到文件末尾了。 说明你要读的数据多于文件中存储的数据,改一下程序中读取数据的个数。 结果二 题目 fortran中forrtl:severe(24):end-of-file during read,unit 7,file D:\for\1\b...
一、出错的read那句改成:read(1,"(9i2)")((A(i,j),i=1,9),j=1,9)二、数据文件改格式修改一下:删除空行,行首添加一个空格。不过,你的程序并不能输出有效答案。我看到的输出与输入数据是一样的。
fortran中forrtl:severe(24):end-of-fileduringread,unit7,fileD:\for\1\b-mu.txtimage请教这是什么问题 扫码下载作业帮搜索答疑一搜即得 答案解析 查看更多优质解析 解答一 举报 读数据时读到文件末尾了。 说明你要读的数据多于文件中存储的数据,改一下程序中读取数据的个数。 解析看不懂?免费查看同类题视频...
读数据时读到文件末尾了。说明你要读的数据多于文件中存储的数据,改一下程序中读取数据的个数。
I got this: forrtl: severe (24): end-of-file during read, unit 18, file /home/milenko/fast/ray/weight.cell Image PC Routine Line Source nray 080BDA03
forrtl: severe (24): end-of-file during read, unit 5, file stdin Image PC Routine ...
I then did a test job using this new version on one of my program and got the following error: forrtl: severe (24): end-of-file during read, unit 5, file stdin Image PC Routine Line Source mped_v2.2 0000000000CF159E Unknown Unknown Unknown ...
forrtl: severe (24): end-of-file during read, unit 10, file F:\SP\1\INPUT.TXT Image PC Routine Line Source 2.exe 0040A209 Unknown Unknown Unknown Incrementally linked image--PC correlation disabled. Press any key to continue how i can fix it? Replies continue below Recommended for you...
Same sort of error generated: forrtl: severe (268): end of record during read, unit 10, file /tmp/anthony_test_24808/fort3uWgDQ The code works with a 2015 version of ifort - which I've recently lost access to due to a hardware failure, the disappearance of the ...
open文件时候recl=xx*yy*4,比windows多乘以4