- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
i use a code (i didn't write it) ported to linux using IFC 8.1. i compiled it and run it several times in different linux machines before. now i compiled it with ifort 11.1 in a ubuntu 9 2.6.28-15-generic but when i run it i get:
forrtl: File too large
forrtl: severe (38): error during write, unit 6, file stdout
i am redirecting the output to a log file, which i guess gets too large. but as i run it before without problems, i wonder if there's a compiler option to change? or is this a linux related issue?
i don't want to fiddle too much in the source codes, ancient and tricky pieces from VMS times...
many thanks for any help,
paula
i use a code (i didn't write it) ported to linux using IFC 8.1. i compiled it and run it several times in different linux machines before. now i compiled it with ifort 11.1 in a ubuntu 9 2.6.28-15-generic but when i run it i get:
forrtl: File too large
forrtl: severe (38): error during write, unit 6, file stdout
i am redirecting the output to a log file, which i guess gets too large. but as i run it before without problems, i wonder if there's a compiler option to change? or is this a linux related issue?
i don't want to fiddle too much in the source codes, ancient and tricky pieces from VMS times...
many thanks for any help,
paula
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We've seen that some Linux distros have limits on file sizes. I don't know the details - perhaps someone else reading here will.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - prtc
hello,
i use a code (i didn't write it) ported to linux using IFC 8.1. i compiled it and run it several times in different linux machines before. now i compiled it with ifort 11.1 in a ubuntu 9 2.6.28-15-generic but when i run it i get:
forrtl: File too large
forrtl: severe (38): error during write, unit 6, file stdout
i am redirecting the output to a log file, which i guess gets too large. but as i run it before without problems, i wonder if there's a compiler option to change? or is this a linux related issue?
i don't want to fiddle too much in the source codes, ancient and tricky pieces from VMS times...
many thanks for any help,
paula
i use a code (i didn't write it) ported to linux using IFC 8.1. i compiled it and run it several times in different linux machines before. now i compiled it with ifort 11.1 in a ubuntu 9 2.6.28-15-generic but when i run it i get:
forrtl: File too large
forrtl: severe (38): error during write, unit 6, file stdout
i am redirecting the output to a log file, which i guess gets too large. but as i run it before without problems, i wonder if there's a compiler option to change? or is this a linux related issue?
i don't want to fiddle too much in the source codes, ancient and tricky pieces from VMS times...
many thanks for any help,
paula
Actually, I found it an important constraint from my experience as an NFS user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
We've seen that some Linux distros have limits on file sizes. I don't know the details - perhaps someone else reading here will.
guess you're right. the same code doesn't crash on the mac (same ifort version)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page