[GE users] How to identify a set of jobs as being from the same run?
craffi
dag at sonsorol.org
Tue Apr 27 21:10:37 BST 2010
There is an argument to qsub ("-A") maybe? That lets you pass arbitrary
information that does nothing but end up in the accounting log. The
manpage/docs should have this. Another common approach is to use the
project feature for this as it also ends up in the logs.
Another option is to submit a single job array containing all the
thousands of tasks. Then you'd have a single job, single job ID and a
single job name ("-N").
-Chris
bdbaddog wrote:
> Greetings,
>
> We have a test management system which may launch 1-several thousand jobs.
> Each job may request different resources.
> The job's are currently trickled into SGE, and the user may launch
> several sets of tests at the same time (each set is a different run).
>
> What's the best way to identify the list of jobs (such that I can
> extract them from the accounting file) which were part of the same
> run?
> Is job name the only way to do this?
------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=255181
To unsubscribe from this discussion, e-mail: [users-unsubscribe at gridengine.sunsource.net].
More information about the gridengine-users
mailing list