WAVECAR file size limitation?

Problems running VASP: crashes, internal errors, "wrong" results.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
ye
Newbie
Newbie
Posts: 10
Joined: Wed Jul 05, 2006 9:37 pm

WAVECAR file size limitation?

#1 Post by ye » Thu May 19, 2011 6:11 pm

Does anyone know if VASP has any inherent limitation on the size of the WAVECAR files it can read? Some of my calculations generated WAVECARs exceeding 40GB on Cray XT5, but these files cannot be successfully read in continuation jobs. This may be a minor annoyance in relaxation jobs but probably not a good thing for e.g. DOS calculations. Thanks for your insight.
Last edited by ye on Thu May 19, 2011 6:11 pm, edited 1 time in total.

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

WAVECAR file size limitation?

#2 Post by admin » Mon May 23, 2011 7:32 pm

in vasp.4.6, the size of the record length is checked to provide realistic values:
the number of plane waves (or bands+2) * the byte length of a complex number should not exceed 107. --> please check whether this may be the reason why your job cannot continue from WAVECAR

please also notice that ALL parameters (# of k-points, PW-coefficients, lattice parameters, bands,...) should be consistent for a continuation run.
Last edited by admin on Mon May 23, 2011 7:32 pm, edited 1 time in total.

ye
Newbie
Newbie
Posts: 10
Joined: Wed Jul 05, 2006 9:37 pm

WAVECAR file size limitation?

#3 Post by ye » Mon May 23, 2011 11:39 pm

Dear Admin,

Thanks a lot for your reply.

Does this limitation apply to Vasp 5.2?

Does Vasp use single or double precision complex numbers?
Last edited by ye on Mon May 23, 2011 11:39 pm, edited 1 time in total.

ye
Newbie
Newbie
Posts: 10
Joined: Wed Jul 05, 2006 9:37 pm

WAVECAR file size limitation?

#4 Post by ye » Tue May 24, 2011 4:47 am

Assuming double-precision complex numbers (16 bytes), the limit of 10E7 equals 625000 plane waves. Is my understanding correct?
Last edited by ye on Tue May 24, 2011 4:47 am, edited 1 time in total.

ye
Newbie
Newbie
Posts: 10
Joined: Wed Jul 05, 2006 9:37 pm

WAVECAR file size limitation?

#5 Post by ye » Fri Jul 01, 2011 10:26 pm

Can the 10^7 limit be removed from the source code without affecting the integrity of the results for large systems? Thanks.
Last edited by ye on Fri Jul 01, 2011 10:26 pm, edited 1 time in total.

Post Reply