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

Reply via email to