- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a program for processing data of engineering which is coded in Fortran 90. An error occurs with the 'BACKSPACE' state in the program, but I have no idea about how to fix it.
At the beginning of the process, some temp data has been written into a scratch 'unformatted' file,and then I use 'BACKSPACE' to read it out in reverse. When the file pointer almost approaches the beginning of the scratch file, an error occurs with the 'BACKSPACE' , the return value of 'IOSTAT=23' and 'IOMSG='B'' are output ! But,I do not know what this error code means.
And there is another fact should be mentioned, I think. I have two sets of data ,nothing big difference exists between them but the amount.When I process the set of data with smaller amount, no error occurs with 'BACKSPACE'.Otherwise, it does as the way I just described.Surely, when larger amount of data is processed, larger the scratch file will be, I do not whether it matters!
So,could anyone give me some tips about how to fix it ? Thanks a lot !
Link Copied
- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's a bug in the library that, it would seem, is related to how we do buffering of unformatted I/O. There isn't anything special you should do to avoid it - just use the workaround for now to allow your program to get around the bug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve Lionel (Intel) wrote:
It's a bug in the library that, it would seem, is related to how we do buffering of unformatted I/O. There isn't anything special you should do to avoid it - just use the workaround for now to allow your program to get around the bug.
OK! Thank you ! It did work!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We've fixed the bug in our sources. I expect the fix to appear in version 16, and perhaps an upcoming version 15 update.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The error is not yet fixed in the 15.0.3.208 update released this week.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right - possibly update 4.

- 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 »