Posted by roland lindh on November 12, 2002 at 10:37:09:
In Reply to: more than 20 GBytes of OrdInt? posted by Coen de Graaf on November 12, 2002 at 10:26:23:
The bottleneck in MOLCAS for disk size on a 32-bit machine is that the disk address is stored in a 32-bit integer. The address is word addressable, i.e. the unit is in 8 bytes. The sign is stored in the 32th bit, hence the largest possible disk address on a 32-bit machine is 2^31, i.e. the limit is 16 GBytes.
-roland
Subject:
Comments:
E-Mail: