Hi Chansup,

The defaults that exist can be defined in slurm.conf, at the cluster and
per-partition levels. You can specify a cluster-level DefMemPerNode or
DefMemPerCPU; you can also set a per-partition DefMemPerNode or
DefMemPerCPU value in each partition definition. DefaultTime limit is
available in each partition definition.

There isn't any place I'm aware of to define a default node or task count.
You might be able to set up a job_submit/lua plugin to set some values, or
to look for a global and/or per-user <slurm_request> file and emulate the
Grid Engine behavior. (Be sure to take a look at all the environment input
and output variables, listed in the sbatch man page, for anything of use
that could be sourced into your users' environments.)

Best regards,
Lyn

On Fri, Apr 29, 2016 at 9:32 AM, CB <[email protected]> wrote:

> Hello,
>
> We're using Grid Engine system "sge_request" file to add some default
> "options", which will be added to users' job submission command.
>  However, if users have the same option with different value in their own
> job submission command, users can override the default options.
>
> I'm looking for something similar with Slurm.
> I've read Slurm documentations but it is not obvious to me yet.
>
> Any suggestions are appreciated.
>
> Thanks,
> - Chansup
>

Reply via email to