>>>>> "Moe" == Jette, Moe <[email protected]> writes:
Moe> In slurm.conf: JobSubmitPlugins=lua
Moe> You can find a couple of sample scripts to build from in the
Moe> SLURM distribution. Look at contribs/lua/job_submit*
Thanks, I got the basic spin now and will give it a try.
Roland
Moe> ________________________________________ From:
Moe> [email protected] [[email protected]]
Moe> On Behalf Of [email protected] [[email protected]] Sent: Wednesday, June
Moe> 08, 2011 7:27 AM To: [email protected] Cc:
Moe> [email protected] Subject: Re: [slurm-dev] Routing queue
Moe> functionality
>>>>> "Moe" == jette <[email protected]> writes:
Moe> Hi Moe,
Moe> Hi Roland, SLURM has what we call a job_submit plugin that can
Moe> be used for this. There is one with a lua plugin that would
Moe> probably be the simplest for you to use.
Moe> http://www.schedmd.com/slurmdocs/job_submit_plugins.html
Moe> thanks for the fast answer. I already saw this page, but I must
Moe> admit that I have no clue how to configure this plugin. I also
Moe> didn't find any hints in the source code. It seems the
Moe> documentation is for developers. Is there some documentation
Moe> for admins as well?
Moe> Roland
Moe> Moe
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
>>>