a06e
a06e

Reputation: 20774

How can I see the `qsub` command used to submit a job?

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?

Upvotes: 0

Views: 198

Answers (1)

chuck
chuck

Reputation: 745

Do a 'qstat -f [job number]' and look for 'submit_args'.

Upvotes: 4

Related Questions