Nope... it's a limitation of qsub that we have no control over. The only thing to do is put another layer of script on...
Remember that qsub only launches ANY script on a single host (mom), and it's that scripts responsibility to handle a parallel launch command (usually using mpirun or pbsdsh or some other distributed shell command).

Jeremy

At 12:12 PM 1/16/2003 -0500, Brian Williams wrote:
Can command-line arguments be sent to a script when submitted with qsub?
I'd like to do something like
qsub myscript.sh 1
qsub myscript.sh 2
qsub myscript.sh 3 ...
So that each run of the script gets run on a different machine in parallel.
but qsub doesn't seem to let me pass the arguments to the script.
I could write a script that has the above list in it and submit THAT script
to qsub. But then, wouldn't all the jobs run in serial as one long job, not
in parallel?
Thanks again for your time, guys.
Brian


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users


Reply via email to