Submit to SGE as if working locally
Setting an alias in you .tcshrc
alias qrun 'qrsh -V -noshell -cwd !*'
or bash
alias qrun='qrsh -V -noshell -cwd !*'
Which makes submitting any script to the grid just:
qrun helloworld.sh
Originally asked on superuser.
Programming
SGE
]