Page 1 of 1

Problem in running vasp

Posted: Tue May 11, 2010 10:26 am
by Isha
Hi all...................
I am a new user of vasp. I placed the vasp 4.6 and vasp 4.lib folders in home folder. then itried to run a programme on Li clusters but it showed the error


../../vasp[: No such file or directory
What is the problem with it? Are some additional libraries or compilers are required ? If yes then which?

Problem in running vasp

Posted: Tue May 11, 2010 10:51 am
by forsdan
Have you compiled the source code so that you have a working binary named "vasp" in the given path? From your information it is quite unclear.

To compile the program you will need BLAS, LAPACK, FFT routines and your favorite fortran compiler. LAPACK and FFT are available with the source files, but you can choose to use them from other packages as well. In order to compile the program, please read the manual for vasp and for the packages from which you want to use any routines.

Cheers,
/Dan