[slurm-users] spank plugin for sbatch
Tueur Volvo
huitre39 at gmail.com
Fri Feb 2 04:46:00 MST 2018
thank youJeffrey, it's work !
2018-02-01 15:02 GMT+01:00 Jeffrey Frey <frey at udel.edu>:
> I had to figure this one out myself a few months ago. See
> src/common/plugstack.c:
>
>
> /*
> * Do not load static plugin options table in allocator context.
> */
> if (stack->type != S_TYPE_ALLOCATOR)
> plugin->opts = plugin_get_sym(p, "spank_options");
>
>
> In the ALLOCATOR context you must register any CLI options using
> spank_options_register() inside your slurm_spank_init(). See e.g.
>
>
> https://github.com/jtfrey/ud_slurm_addons/blob/master/
> spank/gridengine_compat.c
>
>
> and the slurm_spank_init() function therein. The documentation page
> doesn't mention the fact that if you named your option list "spank_options"
> the plugin loader will automatically register them in non-ALLOCATOR
> contexts.
>
>
>
>
> > On Feb 1, 2018, at 5:29 AM, Tueur Volvo <huitre39 at gmail.com> wrote:
> >
> > Hello i read tutorial of spank plugin :
> > https://slurm.schedmd.com/spank.html
> >
> > and i create my plugin with the example renice in tutorial.
> >
> > But my plugin work only with srun.
> > the option --renice not exist for sbatch command, why ?
> > Can you help me ?
>
>
> ::::::::::::::::::::::::::::::::::::::::::::::::::::::
> Jeffrey T. Frey, Ph.D.
> Systems Programmer V / HPC Management
> Network & Systems Services / College of Engineering
> University of Delaware, Newark DE 19716
> Office: (302) 831-6034 Mobile: (302) 419-4976
> ::::::::::::::::::::::::::::::::::::::::::::::::::::::
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schedmd.com/pipermail/slurm-users/attachments/20180202/480570a8/attachment.html>
More information about the slurm-users
mailing list