internal error in ORTH1

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


Moderators: Global Moderator, Moderator

Locked
Message
Author
iphyboy

internal error in ORTH1

#1 Post by iphyboy » Mon Jul 18, 2011 9:25 pm

Hi all,

I'm doing a spin-orbit calculation for slab structure, but always I got the following errors:

internal error in ORTH1: dim= 1441 1280

I found such error message comes from vasp source file "dfast.F"--
IF (NSTRIP+NPOS-1 > NBANDS) THEN
WRITE(*,*)'internal error in ORTH1: dim=',NSTRIP+NPOS,NBANDS
STOP
ENDIF

From here I increased the value of "NBANDS" in INCAR since from here it seems like my NBANDS is too small, but still the error appeared because NSTRIP+NPOS-1 also increase somehow such that "NSTRIP+NPOS-1 > NBANDS",

I searched for similar posts from this site, but no one had the same problem before.

Can anyone have some suggestions on this problem? Thanks a lot.

Wenmei
Last edited by iphyboy on Mon Jul 18, 2011 9:25 pm, edited 1 time in total.

support_vasp
Global Moderator
Global Moderator
Posts: 1817
Joined: Mon Nov 18, 2019 11:00 am

Re: internal error in ORTH1

#2 Post by support_vasp » Tue Sep 10, 2024 2:14 pm

Hi,

We're sorry that we didn’t answer your question. This does not live up to the quality of support that we aim to provide. The team has since expanded. If we can still help with your problem, please ask again in a new post, linking to this one, and we will answer as quickly as possible.

Best wishes,

VASP


Locked