Reputation: 20774
I have a job running in a remote cluster. Is there a way to see what qsub command was used (the options and so on) to start the job?
qsub
Upvotes: 0
Views: 198
Reputation: 745
Do a 'qstat -f [job number]' and look for 'submit_args'.
Upvotes: 4