Not 100% sure what you are asking? The mail options are available from
within an sbatch script by using the commands you mention.

They can also be passed directly to slurm when invoking the commands

sbatch --mail-type=ALL [email protected] <your script here>

Are you asking if there is a default "always mail anyone who ever runs a
job to their email address" that can be set in slurm.conf?

I don't know how that would work, given that slurm doesn't know anyone's
email address.
cheers
L.


------
The most dangerous phrase in the language is, "We've always done it this
way."

- Grace Hopper

On 10 January 2017 at 09:34, Steven Lo <[email protected]> wrote:

>
>
> Hi,
>
> We are currently using Torque/Maui on some of the cluster and Slurm on
> others.
>
> Torque/Maui has the ability to mail user about the job status
> automatically when
> job exit.  Does Slurm has the same feature without using the SBATCH command
> in the job submission?
>
> #SBATCH --mail-type=ALL
> #SBATCH [email protected]
>
>
> Thanks for suggestions.
>
>
> Steven.
>
>

Reply via email to