There is slightly less overhead to "submit" a binary, because there is
no need to spool the job script.

Also, we used to tell our users that they can change the job scripts
after submission, and that's one small advantage of submitting job
scripts. However, in most use cases just users just need to run a
simple command, so a full shell script is not needed.

Rayson



On Thu, Jan 23, 2014 at 8:18 PM, Allison Walters <[email protected]> wrote:
> I'm doing some tests on a cluster, and I'm wanting to run a binary 
> executable.  From what I understand, my qsub command can either reference a 
> script (which may just have the command to run the binary and that's it - 
> possibly with additional options as directives), or use the -b y flag to 
> reference the binary directly (and therefore any other options would have to 
> be specified at the qsub command line instead of using directives in the 
> script).
>
> First, is that correct?  And is there an advantage to one over the other?  
> Assuming this same job will not be run again and therefore the script is not 
> reusable.
>
> Thank you!
>
> -Allison
> _______________________________________________
> users mailing list
> [email protected]
> https://gridengine.org/mailman/listinfo/users

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to