[torqueusers] running jobs with stdout to terminal and stdin from a
script file
Keith.Roberts at lecroy.com
Keith.Roberts at lecroy.com
Thu Aug 19 11:52:25 MDT 2004
Newbie question, apologies if this has a trivial answer
I want to start jobs who will return their output to standard out and their
standard input comes from a file
script is the comands I want executed and dummy is just a blank file (using
default pbs options). The two
ideas I had didn't work.
1. qsub -I dummy < script
Which gives an error message
qsub: standard input and output must be a terminal for
interactive job submission
2. qsub -o /dev/stdout script
This loses the stdout
Is there a simple way of achieving this ?
regards
Keith Roberts
More information about the torqueusers
mailing list