1525-108 Error encountered while attempting to allocate a data object. The program will stop."

Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
saurabh@iacs
Newbie
Newbie
Posts: 10
Joined: Sat May 05, 2007 5:37 am

1525-108 Error encountered while attempting to allocate a data object. The program will stop."

#1 Post by saurabh@iacs » Sat Aug 11, 2007 6:13 am

Dear All,

When I run a job (32 atom Super Cell with 6x6x4, Gama K-mesh) in IBM power5 (OS:-AIX) compiled in serial mode, I got this error:
"LDA part: xc-table for Ceperly-Alder, standard interpolation
POSCAR, INCAR and KPOINTS ok, starting setup
WARNING: wrap around errors must be expected
1525-108 Error encountered while attempting to allocate a data object. The program will stop."
So I recompile with, " FFLAGS = -O3 -qarch=pwr5 -bmaxdata:0x80000000" in the makefile in vas.4.lib and
"OFLAG = -O3 -qarch=pwr5 -bmaxdata:0x80000000"
in the makefile in vasp.4.6. Still I am getting the error mentioned above.
But for 16 atom supercell it is working.
I need help.
With Regards,
Saurabh ..
Last edited by saurabh@iacs on Sat Aug 11, 2007 6:13 am, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2922
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

1525-108 Error encountered while attempting to allocate a data object. The program will stop."

#2 Post by admin » Thu Aug 16, 2007 9:23 am

most probably, you do not have enough memory to run that job.
To check whether the crash really is due to the memory, please
1) either run vasp parallel, this distributes the load
2) try to reduce the required memory for testing (either by reducing the number of k-points, or by decreasing PREC)
Last edited by admin on Thu Aug 16, 2007 9:23 am, edited 1 time in total.

Post Reply