On 03/03/12 22:46, Merlissimo wrote:
All jobs must at least contain informations about maximum runtime (h_rt) and peak memory usage (virtual_free). This information may get obligatory in future. Currently only a warning message is shown. You also have to request other resources like sql connections, free temp space, etc. if these are needed by your job. Please read documentation on toolserverwiki i have updated today: https://wiki.toolserver.org/view/Job_scheduling This currently contains the main informations you need to know, but maybe i add some more examples later.
Thanks a lot Merlissimo. The new options look very good.
I also have added a new script called "qcronsub". This is the replacement for "cronsub" most of you used before. Differently to cronsub it accepts the same arguments as the original "qsub" command by grid engine. So now it is possible the add all resource values at command line.
I don't think qcronsub is an appropiate name for a qsub script which doesn't enqueue tasks twice. The name recalls the old cronsub but the interface is completely different. I'd call it qsub-unique or similar.
As the options to configure are now much more, and sge unintuitive argument names, I think it would be appropiate to have a wizard which provides generates for you the appropiate command line. (Bonus if it's a curses program which edits submit crontab directly)