Arguments after the job script are considered arguments to the job not for qsub to parse. Try this:
qsub -o error.log -e output.log ./test.txt -- Adam On Mon, Jun 16, 2014 at 2:11 PM, Dan Hyatt <[email protected]> wrote: > I am running soge 8.1, this is a fairly new install. > A user was complaining that we could not get qsub to redirect output to > places other then the home directory. > > Both these commands ignore the -o and -e and send the output to the > default, my home directory. > > qsub ./test.txt -o error.log -e output.log > qsub ./test.txt -o /tmp/error.log -e /tmp/output.log > > > Suggestions? > > -- > Dan Hyatt > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
