LFS and Fortran in Scyld Beowulf
Joe Griffin
joe.griffin at mscsoftware.com
Tue Mar 26 06:36:14 PST 2002
g77 may be recompiled for large files.
We use: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
This allows:
Formatted/Sequential > 4 Gb
Unformatted/Sequential < 4 Gb
Unformatted/Direct < 4 Gb
Not quite limitless, but is gains from
the 2 Gb limit.
The CURRENT Intel compiler - 5.0.1 has a
2 Gb limit. The next release to come out
at the end of this month (6.0) will have
the limit removed.
Regards,
joe
Greg Lindahl wrote:
> On Mon, Mar 25, 2002 at 12:27:51PM -0700, Arthur H. Edwards wrote:
>
>
>>Is there large file support in mpif77?
>
>
> I believe that g77 doesn't have large file support, and PGI & Intel
> and most other compilers do.
>
> greg
> _______________________________________________
> Beowulf mailing list, Beowulf at beowulf.org
> To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf
>
>
More information about the Beowulf
mailing list