Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Allocatable Huge

JohnNichols
Valued Contributor III
398 Views

Dear Steve:

I was reading the old Microsoft FORTRAN reference manual about allocatable - it says you need to use the huge statement - what is the huge statement - is it not required anymore?

 

 

JMN

0 Kudos
3 Replies
IanH
Honored Contributor III
398 Views

I never used allocatables in Microsoft Fortran, but I suspect that refers to a means of selecting a particular memory model on 16 bit architecture.

It is certainly not required today with current compilers.

0 Kudos
mecej4
Honored Contributor III
398 Views

HUGE was created to be able large arrays on 16-bit MS/PC-DOS. Best forgotten.

0 Kudos
JohnNichols
Valued Contributor III
398 Views

Thanks for the note: 

I remember DOS 2 and there being no path command and one ran MS Fortran on two 360k floppy drives.

0 Kudos
Reply