Re: Need help with large file reading and writing.
- From: "Kevin G. Rhoads" <kgrhoads@xxxxxxxxxxxx>
- Date: Mon, 17 Jul 2006 17:59:22 +0000
And yes, DCB's (Data Control Block) counts ARE an issue (also known as
FCB File Control Blocks) in all MSDOS from 1.x up to the most recent
issue of DOS (v7, I think) and those DOS emulators still present in NT,
XP and MAC, and important if you compile and TARGET for a DOS O/S
instead of Windows, as you can with MS Professional Fortran.
This is bogus. FCBs are only an issue if you target DOS 1.x. The last version
of MS FOrtran which COULD target DOS 1.x was version 3.2, which was subset F77,
and 16 bit only. All later versions of MS Fortran use file handles not FCBs,
so FCB issues are irrelevant. Even v3.2 could target DOS 2.0, and thus use file
handles, it only offered DOS 1.x for backward compatibility.
Yes, even later versions of DOS and DOS emulators will have issues if FCBs
are used, but unless OP has a DOS 1.x targeting F90 compiler from some alternate
universe, which I highly doubt, and probably wouldn't be running under Linux
anyway, and couldn't address 1G files even if he had such a chimeric fantasy ...
well, it is just bogus.
.
- References:
- Need help with large file reading and writing.
- From: news.gatech.edu
- Re: Need help with large file reading and writing.
- From: Terry
- Need help with large file reading and writing.
- Prev by Date: Re: F2008 draft
- Next by Date: Re: F2008 draft
- Previous by thread: Re: Need help with large file reading and writing.
- Next by thread: gfortran/g77 ld problem: undefined references
- Index(es):
Relevant Pages
|
|