Page 1 of 1

How to use "nebmake.pl"?

Posted: Wed May 09, 2007 3:19 am
by yong
I put the file "nebmake.pl" into a directory, and want to get 5 images. I used this command line:

nebmake.pl ./5im/00/POSCAR ./5im/06/POSCAR 5

But it appears:

nebmake.pl: Command not found.

I am using the unix system of the University.

What's wrong with me?

Thanks for your help!

Re: How to use "nebmake.pl"?

Posted: Thu May 10, 2007 1:10 am
by jameschen
[quote="yong"]I put the file "nebmake.pl" into a directory, and want to get 5 images. I used this command line:

nebmake.pl ./5im/00/POSCAR ./5im/06/POSCAR 5

But it appears:

nebmake.pl: Command not found.

I am using the unix system of the University.

What's wrong with me?

Thanks for your help![/quote]

How about "./nebnebmake.pl ./5im/00/POSCAR ./5im/06/POSCAR 5"
"./" means the current directory where your nebmake.pl locates.

The error message indicates that the OS can not find the file "nebmake.pl".
In order to solve this problem, add the PATH of vtstscript in your environment.