installation problem

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


Moderators: Global Moderator, Moderator

Locked
Message
Author
einsteinn

installation problem

#1 Post by einsteinn » Thu Nov 19, 2009 10:17 am

~/VASP/src
vasp.4.X.X.tar.gz
vasp.4.lib.tar.gz
benchmark.tar.gz
bench.Hg.tar.gz
cd ~/VASP
mkdir pot
cd pot
tar -xvf potcar.Apr00.tar
̃cd ~/VASP
mkdir pot_GGA
cd pot_GAA
tar -xvf potcar.Apr00.tar

tar -xvf vasp.4.X.X.tar
tar -xvf 4.4.lib.tar

vasp.4.lib/
vasp.4.X.X/

cd vasp.4.lib
cp makefile.linux_pg Makefile

make

and then ı go to the vasp.4.4 directory
Copy the appro-priated makefile.machine to Makefile.
Finally,
make
and then following error below :


/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:24877: undefined reference to `zdscal_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:24881: undefined reference to `zdscal_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:24909: undefined reference to `dcopy_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:24909: undefined reference to `dcopy_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:24916: undefined reference to `dcopy_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:24971: undefined reference to `dscal_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:24987: undefined reference to `zswap_'
../vasp.4.lib/lapack_double.o: In function `zgetrf_':
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:25139: undefined reference to `ztrsm_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:25139: undefined reference to `zgemm_'
../vasp.4.lib/lapack_double.o: In function `zgetri_':
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:25317: undefined reference to `zgemv_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:25341: undefined reference to `zgemm_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:25345: undefined reference to `ztrsm_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:25356: undefined reference to `zswap_'
../vasp.4.lib/lapack_double.o: In function `zgetrs_':
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:25474: undefined reference to `ztrsm_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:25474: undefined reference to `ztrsm_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:25494: undefined reference to `ztrsm_'
/home/einsteinn/VASP/src/vasp.4.lib/./lapack_double.f:25494: undefined reference to `ztrsm_'
make: *** [vasp] Error 2
Last edited by einsteinn on Thu Nov 19, 2009 10:17 am, edited 1 time in total.

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

Re: installation problem

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