Hey Michael, While I don't know of a plugin for interactive use, I've been using and maintaining sinteractive (https://github.com/mcsaucy/sinteractive). It basically schedules a screen session and then reattaches to it while forwarding your X session.
It fills your requirement for prompting for resource allocation parameters and supports configurable default values. It's been quite handy for scheduling graphical applications or those times I'm feeling lazy/impatient and want to `make -j 60`. Hope that helps! Josh McSavaney Assistant Systems Administrator (HPC) -- Scheduling Czar Research Computing @ RIT On Wed, Mar 18, 2015 at 6:14 PM Michael Kit Gilbert <[email protected]> wrote: > I'm wanting to create a Lua plugin for Slurm that is interactive with > the user: When they submit a job without a time limit specified, they get a > prompt that asks for a time limit, and then the job is updated with the > time limit and is submitted. > > Is this at all possible with either a Lua or C plugin? >
