0

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?

a06e
  • 18,594
  • 33
  • 93
  • 169

1 Answers1

4

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

chuck
  • 735
  • 3
  • 4