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!
How to use "nebmake.pl"?
Moderator: moderators
Re: How to use "nebmake.pl"?
[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.
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.