On Mon, 18 Mar 2013, Vamsi Krishna wrote:

hi
i would like to stream the output log file similar like tail -f output.file.
is there a way to open automatically the -o 'output.file'  in the same
terminal or in new terminal when the job is submitted to the Grid.

I don't know if this is what you want, but...

If you use "qrsh" (or "qrsh -now no" if you're happy to queue) with the same arguments as your "qsub" command, the output will go to the terminal instead of a file.

However, if anything goes wrong and the batch scheduler is restarted while it's queuing, you'll probably lose the job entirely.

TTFN

Mark
--
-----------------------------------------------------------------
Mark Dixon                       Email    : [email protected]
HPC/Grid Systems Support         Tel (int): 35429
Information Systems Services     Tel (ext): +44(0)113 343 5429
University of Leeds, LS2 9JT, UK
-----------------------------------------------------------------
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to