I want to submit a sge job via sge file. For example, I have run.sge file as follows: And run_inp.sge file as follows: Whenever I submit job via I got this error: But if I submit run_inp.sge directly, it works fine: My question is that can I submit sge jobs inside a sge job? If not, is there alternative way
Tag: sungridengine
Run script on completion of sge job
I am using sun grid engine 6.2u5 version . where requirement is when I submit job on using qsub command on completion job i want to run some script(bash scripts). how can i use -notify option or any other way to track job completion and after completion execute script. Thanks Answer I think hold_jid is what you’re looking for: You