The sun grid engine defaults to csh, and you have to put this: #$ -S /bin/sh into scripts to avoid it. What global configuration setting would change this default?
I want to run a very large number (~30000) of jobs with Sun Grid Engine.
I can theoretically, perform 30000 times the "qsub" command to submit jobs. However, I am afraid that will be too much.
Is there a better way to do it? (i.e. from a file)
Or otherwise, do you think it will work nonetheless?
Thank you