VASP5.4.1 installing errors

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
User avatar
VASP001
Jr. Member
Jr. Member
Posts: 72
Joined: Tue Oct 27, 2009 2:56 pm
License Nr.: 176, upgraded to paw
Location: Hefei National Laboratory for Physical Sciences at the Microscale

VASP5.4.1 installing errors

#1 Post by VASP001 » Fri May 19, 2017 3:25 pm

I install VASP5.4.1 in ubuntu with intel compilers_and_libraries_2017
There is error is as followed:

make vasp ; cp vasp ../../bin/vasp_std
make[1]: Entering directory `/home/gentai/vasp/vasp.5.4.1/build/std'
mpiifort -free -names lowercase -assume byterecl -O2 -I/home/gentai/intel/mkl/include/fftw -c wavpre.f90
wavpre.F(107): internal error: Please visit 'http://www.intel.com/software/products/support' for assistance.
WRITE(IU0,*)'WAVPRE: it is not possible to use external file'
^
[ Aborting due to internal error. ]
compilation aborted for wavpre.f90 (code 1)

admin
Administrator
Administrator
Posts: 2922
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

Re: VASP5.4.1 installing errors

#2 Post by admin » Wed Jul 18, 2018 9:31 am

Does rebuild vasp from scratch work?

For vasp.5.4.1, you can do this with following commands

Code: Select all

make clean
make vasp 

Post Reply