I execute my jobs in terminal using:
mpirun -np 4 lmp_fedora < in.stdinfile
Now I want to create a permanent alias run
so that I can just input the command:
run < in.stdinfile
from any directory in the terminal to execute my jobs. What is the syntax for the alias or the environment variable?