I send my job like this:

salloc -n 2 -N 2 --gres=gpu:2  --mail-type=ALL [email protected] 
mpirun job1

The job finished fine, but never send the email. I don’t have to do anything 
for the slurm know how send the email?

-----Mensaje original-----
De: Wiegand, Paul [mailto:[email protected]] 
Enviado el: viernes, 18 de diciembre de 2015 12:00
Para: slurm-dev
Asunto: [slurm-dev] Re: How can I send a mail when I finished a job?

You have to tell it which events you want to receive email about, too.  Like 
this in your submit script:

#SBATCH --mail-type=FAIL
#SBATCH --mail-type=BEGIN
#SBATCH --mail-type=END
#SBATCH --mail-user [email protected]




> On Dec 18, 2015, at 11:26, Fany Pagés Díaz <[email protected]> wrote:
> 
> I need to know the status of the work, but I used the mail-user =myemail  
> parameter but not working. I have to do some configuration on the server?
>  
> Any can help me?
> Ing. Fany Pagés Díaz

Reply via email to