Error while compiling VASP.6.3.2

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
neetu_kumari
Newbie
Newbie
Posts: 2
Joined: Thu Jan 05, 2023 9:19 am

Error while compiling VASP.6.3.2

#1 Post by neetu_kumari » Fri Jan 06, 2023 11:26 am

How to resolve these errors? Please help us.

make[2]: Entering directory '/mnt/d/VASP/src/vasp.6.3.2/build/std'
mpif90 -ffree-form -ffree-line-length-none -w -ffpe-summary=none -march=native -O2 -I/mnt/d/VASP/Orig_Files/Additional_Files/fftw-2.1.5/include -c wannier_interpol.f90
f951: Warning: Nonexistent include directory ‘/mnt/d/VASP/Orig_Files/Additional_Files/fftw-2.1.5/include’ [-Wmissing-include-dirs]
wannier_interpol.F:741: Error: Can't open included file 'fftw3.f'
make[2]: *** [makefile:166: wannier_interpol.o] Error 1
make[2]: Leaving directory '/mnt/d/VASP/src/vasp.6.3.2/build/std'
cp: cannot stat 'vasp': No such file or directory
make[1]: *** [makefile:129: all] Error 1
make[1]: Leaving directory '/mnt/d/VASP/src/vasp.6.3.2/build/std'
make: *** [makefile:17: std] Error 2

andreas.singraber
Global Moderator
Global Moderator
Posts: 231
Joined: Mon Apr 26, 2021 7:40 am

Re: Error while compiling VASP.6.3.2

#2 Post by andreas.singraber » Sat Jan 07, 2023 12:08 am

Hello!

Well, the compiler tells you that it is unable to open the include directory for the FFTW library:

Code: Select all

f951: Warning: Nonexistent include directory ‘/mnt/d/VASP/Orig_Files/Additional_Files/fftw-2.1.5/include’ [-Wmissing-include-dirs]
Therefore, the compiler cannot open the fftw3.f file which is necessary to proceed.
Please make sure that the directory above exists and contains a valid installation of the FFTW library.

Best,
Andreas Singraber

neetu_kumari
Newbie
Newbie
Posts: 2
Joined: Thu Jan 05, 2023 9:19 am

Re: Error while compiling VASP.6.3.2

#3 Post by neetu_kumari » Sun Jan 08, 2023 4:51 am

Issue resolved, Thanks for your response.

Post Reply