ELPA: falling back to scaLAPACK

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
qi_chen1
Newbie
Newbie
Posts: 1
Joined: Tue Nov 14, 2023 1:28 pm

ELPA: falling back to scaLAPACK

#1 Post by qi_chen1 » Sat Apr 26, 2025 10:26 am

Dear technical expert,
Hello! I am encountering an issue where VASP 6.5.1 is unable to call the ELPA library. The version of ELPA I am using is 2021.11.002, and there were no errors during the compilation process. Could you please provide some guidance on how to resolve this error? The compilation part related to ELPA is as follows:
CPP_OPTIONS += -DELPA
ELPA_ROOT = /opt/soft/qe_soft/elpa
LLIBS += -L$(ELPA_ROOT)/lib -lelpa
INCS += -I$(ELPA_ROOT)/include/elpa-2021.11.002/elpa
INCS += -I$(ELPA_ROOT)/include/elpa-2021.11.002/modules


fabien_tran1
Global Moderator
Global Moderator
Posts: 429
Joined: Mon Sep 13, 2021 11:02 am

Re: ELPA: falling back to scaLAPACK

#2 Post by fabien_tran1 » Sat Apr 26, 2025 10:57 am

Hi,

Please, provide more details: complete makefile.include, log file during compilation and the files of a calculation (input files and OUTCAR).


Post Reply