Page 1 of 1

nebmake.pl

Posted: Tue Jul 15, 2014 6:59 pm
by stsh
Hi

I have a basic question on how to link VASP. I get the following error when I run nebmake.pl as follows:

$./nebmake.pl POSCAR1 POSCAR2 9

This is what I get as error

$Can't locate vasp.pm in @INC (@INC contains: /research/dir/ch6/neb /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at ./nebmake.pl line 8.
BEGIN failed--compilation aborted at ./nebmake.pl line 8.

Also I don't exactly know which directory to feed into PATH variable. The vtsttools.tar.gz has all the files as fortran files. So if I link PATH to this fortran files containing directory, what difference will it make when running any script? Also I had to get the nebmake.pl separately from your vtst repositories. Confused...

Thanks for any help

Re: nebmake.pl

Posted: Tue Jul 15, 2014 7:22 pm
by stsh
Sorry. I don't know why, but I put in Vasp.pm script in the working directory and everything looks fine.

Re: nebmake.pl

Posted: Tue Jul 15, 2014 8:19 pm
by graeme
You should download all of the scripts into one directory, put that directly into your path, and run them from there. Then, they will be able to find each other.

Re: nebmake.pl

Posted: Fri Jul 18, 2014 8:28 pm
by stsh
Thank you :)