I didn't anything. How can I do that? -----Mensaje original----- De: Eckert, Phil [mailto:[email protected]] Enviado el: viernes, 18 de diciembre de 2015 13:35 Para: slurm-dev Asunto: [slurm-dev] Re: How can I send a mail when I finished a job?
I believe that all that is happening in regard to mail, is that the slurmctld is executing the mail utility, with the standard arguments. Is mail set up on the node the slurmctld is running on? A quick test would be to login there and manually send yourself email. Phil Eckert LLNL On 12/18/15, 9:42 AM, "Fany Pagés Díaz" <[email protected]> wrote: > >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
