On 25 January 2013 09:56, Semion Chernin <[email protected]> wrote: > How I can help to this user? > > The trouble is that for some reason the program I am running will output > to the console while run directly on a node, but while submitted as a job - > will not output to the output file (.o) or error file (.e) - therefore I > resorted to pipes, where I had no luck even with explicit paths. > What do you mean by the console? The actual screen and keyboard attached to the node or just the user's session?
You could try submitting the job via qrsh -now n program and redirect the output of that. Hopefully qrsh will do a good enough impersonation of a terminal to convince the program to send its data where you want. William
_______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
