Posted by Valera on November 22, 2008 at 18:15:06:
In Reply to: Disk usage problem on AIX posted by Hirotoshi Mori on November 20, 2008 at 08:49:36:
as far as I can see from the output - ORDINT file reached a 'magic' number 2Gb. Some operating systems (and AIX, as I recall - is rather special in this respect) - disallow to use files bigger than this value.
use ulimits command to find the limits for a job under your installation of AIX.
So, I would rather try to decrease MOLCASDISK to 2047 - our value for
32-bit systems, instead of 20000 (20Gb) which is used as a default for 64-bit
systems. so molcas will split files into portions with size 2Gb.