ERROR: non collinear calculations

Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.


Moderators: Global Moderator, Moderator

Locked
Message
Author
shwetha

ERROR: non collinear calculations

#1 Post by shwetha » Tue Oct 15, 2013 8:15 am

Dear Vasp users and developers,,
I am trying to calculate the spin-orbit calculations. When i submitted the spin-orbit calculation it is giving error like
ERROR: non collinear calculations require that VASP is compiled
without the flag -DNGXhalf and -DNGZhalf.
I checked previous mails regarding this i found that
"Please re-compile VASP without these precompiler-options (-DNGZhalf, or -DNGXhalf)" Then i recompiled without -DNGZhalf, or -DNGXhal.
earlier compilation is with
CPP = $(CPP_) -DHOST=\"LinuxIFC\" \
-DCACHE_SIZE=12000 -DPGF90 -Davoidalloc -DNGXhalf \
# -DRPROMU_DGEMV -DRACCMU_DGEM
after that i removed -DNGXhalf and compiles
CPP = $(CPP_) -DHOST=\"LinuxIFC\" \
-DCACHE_SIZE=12000 -DPGF90 -Davoidalloc \
# -DRPROMU_DGEMV -DRACCMU_DG

it compiled without any error, and the calculation is running fine. Is this the way that i am following is correct.
Last edited by shwetha on Tue Oct 15, 2013 8:15 am, edited 1 time in total.

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

Re: ERROR: non collinear calculations

#2 Post by support_vasp » Wed Sep 04, 2024 12:49 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