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)
VASP5.4.1 installing errors
Moderators: Global Moderator, Moderator
- VASP001
- 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
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
Re: VASP5.4.1 installing errors
Does rebuild vasp from scratch work?
For vasp.5.4.1, you can do this with following commands
For vasp.5.4.1, you can do this with following commands
Code: Select all
make clean
make vasp