Solaris 2.6 with FORTRAN large-file support
807575Feb 6 2003 — edited Feb 11 2003Hello,
Is that possible to create a file larger than 2G on Solaris 2.6 with FORTRAN?
I have tested it by my simple FORTRAN app, but the error message was generated and failed:
sys-27 : UNRECOVERABLE error on system request
File too large
Encountered during a CLOSE of unit 1
Fortran unit 1 is not connected
What is wrong with me?
FYI, my testing machine was
% uname -a
SunOS crcsn00 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-60
% f90 -V
f90: WorkShop Compilers 4.2 10/22/96 FORTRAN 90 1.2
and I have tested that tar command can generate large-file without problem.
Any comment is appreciated.
Thanks,