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 ..
1525-108 Error encountered while attempting to allocate a data object. The program will stop."
Moderators: Global Moderator, Moderator
-
- 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."
Last edited by saurabh@iacs on Sat Aug 11, 2007 6:13 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- 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."
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)
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.