Hi All,
We could not generate an output file which is larger than 2GB on most of the machines. Do we have any way to overcome this?
Can we do a non-collinear calculation from a collinear one without the WAVECAR file from the previous (collinear) run? (see: http://cms.mpi.univie.ac.at/vasp/vasp/node156.html )
Thanks.
WAVECAR file is too large. What should we do?
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 30
- Joined: Wed Mar 23, 2005 10:18 pm
- License Nr.: 74
WAVECAR file is too large. What should we do?
Last edited by user on Tue May 10, 2005 9:20 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
WAVECAR file is too large. What should we do?
ad 1)
most probably the maximum filesize is not limited by available physical disk space but by
file size limits given to each user. you have to change these limits accordingly,
eg by setting ulimit -f [limit]
(have a look at the manpages of your shell)
ad 2)
yes, of course you can start without a (collinear) WAVECAR, the approach suggested in the manual is to spare some computing time
most probably the maximum filesize is not limited by available physical disk space but by
file size limits given to each user. you have to change these limits accordingly,
eg by setting ulimit -f [limit]
(have a look at the manpages of your shell)
ad 2)
yes, of course you can start without a (collinear) WAVECAR, the approach suggested in the manual is to spare some computing time
Last edited by admin on Wed May 11, 2005 2:19 pm, edited 1 time in total.
-
- Newbie
- Posts: 30
- Joined: Wed Mar 23, 2005 10:18 pm
- License Nr.: 74
WAVECAR file is too large. What should we do?
Thank you very much, Admin.
Last edited by user on Fri May 20, 2005 11:36 pm, edited 1 time in total.