[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: File too large



On Tuesday 05 October 2004 03:59, Oscar Flores wrote:
> Hi,
>
> I am having some problems dealing with files larger than 2GB. Intel
> fortran fails to open the file with error "forrtl: File too large", and
> matlab just refuses to open it. I can't tell if this has happened after
> an upgrade or not.

I know nothing about either Intel Fortran or Matlab, but if either 
application accepts input from stdin you might have some luck with

	app < filename

The problem might stem from the use of ints in file routines so 2 gig is 
about the ceiling.

Bob Parker



Reply to: