On Fri, Jul 2, 2010 at 6:11 AM, Nico Mittenzwey <[email protected]> wrote: > So I would like to tell PBS/Maui to wait x seconds before starting another > job of that particular user. Do you know of any means to accomplish that > (even if I have to change the source)?
Would a modified prologue script do the job? You could have a bash script that looks at a username and adds a "wait y" delay there only for this user's jobs. y can be made some function of x and the current number of that users jobs? There could be race conditions but if you add a random delay before the logic, this might not be an issue. Yes, it's a hack but it might work? -- Rahul _______________________________________________ Beowulf mailing list, [email protected] sponsored by Penguin Computing To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf
