LSORBIT=TRUE + LORBIT=12

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
mgverg
Newbie
Newbie
Posts: 6
Joined: Wed Feb 13, 2013 3:00 pm

LSORBIT=TRUE + LORBIT=12

#1 Post by mgverg » Wed Feb 13, 2013 3:11 pm

Dear all,
I am trying to calculate the PROCAR file with LSORBIT=TRUE included and the following INCAR

SYSTEM=LiAgSe

ISTART = 1
ICHARG = 11
LSORBIT = .TRUE.
LORBIT = 12
LMAXMIX = 4
ISYM = 0
PREC = h
ISMEAR = 0
SIGMA = 0.01
ISIF = 2
#NBANDS = 40
ENCUT = 400
NPAR = 6
IALGO = 38
IBRION = -1
########################## Relaxation ########################
NELMIN = 5
EDIFF = 1E-04
EDIFFG = -0.001
NSW = 0
MAXMIN = 80

And I get the following segmentation fault.

forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
vasp 000000000087A8F7 Unknown Unknown Unknown
vasp 00000000004D4B12 Unknown Unknown Unknown
vasp 000000000049D9DC Unknown Unknown Unknown
libc.so.6 00002B5ED70A5CDD Unknown Unknown Unknown
vasp 000000000049D8D9 Unknown Unknown Unknown
--------------------------------------------------------------------------
mpirun has exited due to process rank 1 with PID 11308 on
node node184.cruncher exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
--------------------------------------------------------------------------

Any idea?
Last edited by mgverg on Wed Feb 13, 2013 3:11 pm, edited 1 time in total.

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

LSORBIT=TRUE + LORBIT=12

#2 Post by admin » Wed Feb 13, 2013 3:53 pm

Check your stack size limit (line
ulimit -s unlimited
in the .bashrc file)
Last edited by admin on Wed Feb 13, 2013 3:53 pm, edited 1 time in total.

Post Reply