Hi Roland, SLURM has what we call a job_submit plugin that can be used for this. There is one with a lua plugin that would probably be the simplest for you to use. http://www.schedmd.com/slurmdocs/job_submit_plugins.html
Moe Quoting [email protected]:
Hi, I need to implement a job policy that mimics torque routing queues (see http://www.clusterresources.com/torquedocs21/4.1queueconfig.shtml#routing). In particular, I need to set up a configuration, where based upon the requested wall time of a job, it will be executed with a certain priority. With torque routing queues e.g. one can define 3 execution queues express, medium, long which have different priorities and ranges of wall time associated with them, such that a job submitted to the routing queue (configured with these 3 queues as destinations) will be put into the corresponding execution queue depending on the interval its requested wall time falls into. Is there a way to implement this in slurm? Reading the docs for many hours didn't really give me a hint on this. Thanks, Roland
