Page 1 of 1

Install VASP 6.2.1 on Debian 11

Posted: Tue Nov 02, 2021 3:36 pm
by peter_vancso2
Dear All,

I have tried to install the VASP 6.2.1 on the new Debian version 11. After the installation of the necessary libraries for VASP (LAPACK, SCALAPACK, OpenMPI and FFTW) and using the standard makefile.include.linux.gnu, I have received the following error message:

/usr/bin/ld: cannot find -lblacs-openmpi
/usr/bin/ld: cannot find -lblacsCinit-openmpi
/usr/bin/ld: cannot find -lblacsF77init-openmpi
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status

It seems that it cannot find libraries, which has already installed. Does anybody have the same problem with the Debian 11? (Previous Debian versions works well)

Thank you in advance!

Re: Install VASP 6.2.1 on Debian 11

Posted: Mon Dec 13, 2021 3:26 pm
by martin.schlipf
Sorry for the late reply; somehow I missed your post when you posted it.

Did you manage to compile VASP in the end? From the error message it seems that your problem seems to be with your library setup. Can you check whether the LD_LIBRARY_PATH includes the path to your installation of the BLACS library?