- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
forrtl: severe (24): end-of-file during read, unit 15, file C:\\analysis\\doc.txt
Image PC Routine Line Source
libifcoremd.dll 00000000100BE430 Unknown Unknown Unknown
libifcoremd.dll 00000000100B7F75 Unknown Unknown Unknown
libifcoremd.dll 00000000100A4F8B Unknown Unknown Unknown
libifcoremd.dll 0000000010025470 Unknown Unknown Unknown
libifcoremd.dll 0000000010024E3D Unknown Unknown Unknown
libifcoremd.dll 0000000010057B2B Unknown Unknown Unknown
standardU.dll 0000000007E611C9 Unknown Unknown Unknown
ABQSTD_Core.dll 0000000180ACCEFD Unknown Unknown Unknown
ABQSTD_Core.dll 0000000180ACAF82 Unknown Unknown Unknown
ABQSTD_Core.dll 000000018088CCAF Unknown Unknown Unknown
ABQSTD_Core.dll 00000001805B9582 Unknown Unknown Unknown
ABQSTD_Core.dll 0000000180380444 Unknown Unknown Unknown
ABQSTD_Core.dll 00000001802163EA Unknown Unknown Unknown
ABQSTD_Core.dll 00000001801022DC Unknown Unknown Unknown
ABQSTD_Core.dll 000000018006D39E Unknown Unknown Unknown
ABQSTD_Core.dll 0000000180031C7E Unknown Unknown Unknown
ABQSTD_Core.dll 0000000180017220 Unknown Unknown Unknown
ABQSTD_Core.dll 000000018000B4C4 Unknown Unknown Unknown
standard.exe 0000000140002774 Unknown Unknown Unknown
standard.exe 000000014000184F Unknown Unknown Unknown
standard.exe 00000001400011B2 Unknown Unknown Unknown
kernel32.dll 0000000076EE652D Unknown Unknown Unknown
ntdll.dll 000000007711C521 Unknown Unknown Unknown
Link Copied
- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have incorportated your comments which seems to have solved the "forrtl: severe (24): end-of-file during read" :-) !!! Although I am not sure when I include the following code it seems to print the information out 433 times, although I have asked for this to be read from 1 to nmax (i.e. 1 to 64)from the read file? Still lots of other problems to solve with the code... but I must perservere. Thanks again for everyones help!
[fxfortran] do i=1,nmax read(u,*) jslnodes(i) write(*,*)'i', i enddo 1000 format (I2) write (*,*) 'jslnodes', jslnodes close (u)
[/fxfortran]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In my Abaqus model, there is no more than 117 elements, but I have defined jslnodes andnmaxto be equal to 63. My do loop seems to be going on more than this, i.e. 433 times. I have uploaded the latest code (Subrou_V2.0), along with my nodes Nodesdoc_test.txt input file and Run_1.logoutput document.
I wonder ifthis particularproblem is caused by the following warning message in the output document:
: Warning: Because of COMMON, the alignment of object is inconsistent with its type [WEAROUT]
$ WEAROUT(nstreamlines,100)
I feel I am getting somewhere... I hope :-)
Thanks all.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »