CHGCAR and WAVECAR are not written in vasp 4.6.27

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
cpp6f
Newbie
Newbie
Posts: 39
Joined: Sat Nov 12, 2005 2:04 am

CHGCAR and WAVECAR are not written in vasp 4.6.27

#1 Post by cpp6f » Tue Nov 15, 2005 9:00 pm

When I run a job in vasp 4.6.27, the files CHGCAR and WAVCAR are not written at the end of the job, although CHG is written. It appears to be a bug in the program. Thanks for any help resolving this.

Craig Plaisance
University of Virginia
Chemical Engineering
Last edited by cpp6f on Tue Nov 15, 2005 9:00 pm, edited 1 time in total.

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

CHGCAR and WAVECAR are not written in vasp 4.6.27

#2 Post by admin » Wed Nov 16, 2005 2:34 pm

please check
1) were LWAVE and LCHARG really set to True
2) did the run really finish (last ionic step completed)?
CHG is written after each ionic step whereas CHGCAR and
WAVECAR are written after the last ionic step (NSW or
convergence reached)
Last edited by admin on Wed Nov 16, 2005 2:34 pm, edited 1 time in total.

cpp6f
Newbie
Newbie
Posts: 39
Joined: Sat Nov 12, 2005 2:04 am

CHGCAR and WAVECAR are not written in vasp 4.6.27

#3 Post by cpp6f » Thu Nov 17, 2005 3:21 am

yes and yes
other people in my group have also encountered this problem, so it is not due to something unusual that I am doing. Our other versions of vasp do not have this problem.
Last edited by cpp6f on Thu Nov 17, 2005 3:21 am, edited 1 time in total.

cdt9f
Newbie
Newbie
Posts: 17
Joined: Wed Jul 13, 2005 2:37 pm
License Nr.: 56

CHGCAR and WAVECAR are not written in vasp 4.6.27

#4 Post by cdt9f » Mon Nov 21, 2005 2:49 pm

I can clarify what Craig is saying. We have 4.6.27 compiled on a few different clusters in our group. On this one particular cluster, opteron with intel fortran compiler, the WAVECAR and CHGCAR are not produced, even when the tags are set. The CHG file is produced, however, when I look at the file, it is formatted and contains the same data as the CHGCAR. It is quite mysterious to us why this is occurring; and it is completely reproducible for other systems.

I am running tests on other machines to see if this is reproducible with the binaries we have compiled on other architectures.

Chris
Last edited by cdt9f on Mon Nov 21, 2005 2:49 pm, edited 1 time in total.

cdt9f
Newbie
Newbie
Posts: 17
Joined: Wed Jul 13, 2005 2:37 pm
License Nr.: 56

CHGCAR and WAVECAR are not written in vasp 4.6.27

#5 Post by cdt9f » Tue Nov 22, 2005 4:16 pm

Update: Two other clusters (a Pentium IV cluster, and an AMD Athlon cluster) show the same bug. VASP was compiled with the intel fortran compiler in both cases. Is this compiler known to be problematic for VASP?

Chris
Last edited by cdt9f on Tue Nov 22, 2005 4:16 pm, edited 1 time in total.

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

CHGCAR and WAVECAR are not written in vasp 4.6.27

#6 Post by admin » Thu Dec 01, 2005 2:16 pm

please try if it helps to upgrade to the latest vasp release (4.6.28) in such cases. I am not aware of any such troubles for vasp.4.6.28.
Last edited by admin on Thu Dec 01, 2005 2:16 pm, edited 1 time in total.

grassman
Newbie
Newbie
Posts: 13
Joined: Mon Feb 21, 2005 11:07 pm
License Nr.: 38
Location: University of California - San Diego

CHGCAR and WAVECAR are not written in vasp 4.6.27

#7 Post by grassman » Wed Feb 22, 2006 7:17 pm

I was wondering if this problem had ever been actually solved. We're having the same problem (but with 4.6.28) on our cluster (Intel x86_64, MPI, Myrinet, RHEL WS 4.0). Some of our calcs (but not all) are stalling at the end of the run. The final energies, forces, etc. are written out after the last ionic step, but the program stalls at the "writing wavefunctions" statement in both the OUTCAR and stdout. Strangely enough, though, not all of our calcs are having this problem, only some of them (and sometimes it's the same one over and over again, and sometimes one that worked before stalls on the continuation run). Very strange...
Last edited by grassman on Wed Feb 22, 2006 7:17 pm, edited 1 time in total.

Franky
Newbie
Newbie
Posts: 33
Joined: Mon Apr 10, 2006 1:05 pm
License Nr.: Research Group E. Pehlke

CHGCAR and WAVECAR are not written in vasp 4.6.27

#8 Post by Franky » Fri May 05, 2006 11:22 am

Turning off the optimization for fileio.F seems to help (pgf90).
The ALLOCATE() call seems to have trouble, since it doesent return zero after succesfully allocating when compilation is done with -O3. It returns something like 1E-154 which gets written on an integer ISTAT. ISTAT then has some nonsense value, which causes a return after the conditional IF(ISTAT>0)...return.

Hope I could help.
Last edited by Franky on Fri May 05, 2006 11:22 am, edited 1 time in total.

phtobias

CHGCAR and WAVECAR are not written in vasp 4.6.27

#9 Post by phtobias » Fri May 19, 2006 3:09 am

I also have seen all and even worse problems with vasp.4.6.27 on our AMD cluster (ifort 9.0 + lam+ Goto). Note that the same jobs ran perfectly using vasp.4.26 on a HP (Intel Itanium2 1.5 GHz) clusters.

I think the best way to sort the problem out is to run the same job on the same machine compiled with 4.6.26, 4.6.27 and 4.6.28. (and vasp.5.0, hehe!)

However I cannot find the 4.6.26 and 4.6.28 on the ftp web site!

Can anyone point me where I can find them?

Thanks in advance for all of your kind help

--yi-ren
Last edited by phtobias on Fri May 19, 2006 3:09 am, edited 1 time in total.

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

CHGCAR and WAVECAR are not written in vasp 4.6.27

#10 Post by admin » Tue May 23, 2006 1:21 pm

vasp cannot be downloaded from the web site at all.
please ask the person in your group who is responsible for the maintainance of vasp to download the latest version 4.6 from our ftp server for you.
vasp.5 is not released yet
Last edited by admin on Tue May 23, 2006 1:21 pm, edited 1 time in total.

Post Reply