Message of " Sub-Space-Matrix is not hermitian "

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

Moderators: Global Moderator, Moderator

Message
Author
hatdau
Newbie
Newbie
Posts: 39
Joined: Thu Jul 03, 2008 12:04 am
Location: Michigan State University
Contact:

Message of " Sub-Space-Matrix is not hermitian "

#16 Post by hatdau » Tue Oct 23, 2012 11:12 pm

Hi,
I have the similar problem but only with parallel mode. It finished with no problem if running on ONE node (i.e serial version).

I'm running vasp.5.3 on amd machine

The process stop after first ionic step.

I first got the error "LAPACK: Routine ZPOTRF failed!"
After decrease POTIM, the error become "WARNING: Sub-Space-Matrix is not hermitian in DAV "

I'm running relaxation with following options

Code: Select all

  1 ENCUT?=?400
??2?PREC?=?high
??3?ISMEAR?=?-1
??4?SIGMA?=?0.005
??5?NSW?=?41
??6?
??7?IBRION?=?2
??8?ISIF?=?3
??9?#POTIM?=?0.05
?10?NPAR?=?2
?11?
?12?LMAXMIX?=?4
?13?
?14?ISTART?=?0
?15?ICHARG?=?2
for a simple fcc structure,
kpoints are monkhorst-pack gamma-centered 10x10x10
Last edited by hatdau on Tue Oct 23, 2012 11:12 pm, edited 1 time in total.
Go green, Go white

huiwen_zhu
Newbie
Newbie
Posts: 1
Joined: Sun May 21, 2023 6:26 am

Re: Message of " Sub-Space-Matrix is not hermitian "

#17 Post by huiwen_zhu » Sat May 27, 2023 12:12 pm

hatdau wrote: Tue Oct 23, 2012 11:12 pm Hi,
I have the similar problem but only with parallel mode. It finished with no problem if running on ONE node (i.e serial version).

I'm running vasp.5.3 on amd machine
Same problem here using vasp.5.4.4 with VTST. The problem occurred when using two nodes (64 cores), but when using one node (32 cores), everything goes smoothly.

Are there any updates on this issue?

martin.schlipf
Global Moderator
Global Moderator
Posts: 458
Joined: Fri Nov 08, 2019 7:18 am

Re: Message of " Sub-Space-Matrix is not hermitian "

#18 Post by martin.schlipf » Tue May 30, 2023 8:09 am

If the behavior changes when you change the number of nodes, I suspect that the number of bands may be the issue. Please compare the two OUTCAR files and check if NBANDS is the same for both calculations. If your system does not have very many electrons at some point you just start increasing the number of bands and not increasing the speed of your calculation. Please review this page to understand a bit better how the parallelization of VASP works.

If NBANDS is not the issue, note that this is a very generic diagonalization error that may have appeared for very different reason then the original post. Please try to simplify the system (smaller unit cell, smaller cutoff, less k-points) to see what is the minimal example that reproduces the issue and then submit the input files of that minimal example for us to review. Furthermore, please state which version of VASP you are using.

alireza_rezvani
Newbie
Newbie
Posts: 2
Joined: Thu Aug 18, 2022 11:42 pm

Re: Message of " Sub-Space-Matrix is not hermitian "

#19 Post by alireza_rezvani » Tue Aug 29, 2023 11:13 pm

I have the same problem. It's the KPOINTS problem or possibly the number of the cores. What you can do is go finer KPOINT or decrease the number of cores :) .

Locked