Re: [slurm-users] Filter slurm e-mail notification

2019-11-25 Thread ichebo...@univ.haifa.ac.il
I meant on the admin level, to prevent users spamming and overloading the mail server with wrong use of —mail flag. Best Wishes, Igor > On 25 Nov 2019, at 19:13, Brian Andrus wrote: > > Set --mail-type appropriately. > > If you want only 1 email for the array, remove

Re: [slurm-users] Filter slurm e-mail notification

2019-11-25 Thread Brian Andrus
Set --mail-type appropriately. If you want only 1 email for the array, remove the "ARRAY_TASKS" from that. If you don't want emails at all, set it to "NONE" /*--mail-type*//=/ /Notify user by email when certain event types occur. Validtypevalues are NONE, BEGIN, END, FAIL, REQUEUE,

Re: [slurm-users] good practices

2019-11-25 Thread Yair Yarom
Hi, I'm not sure what queue time limit of 10 hours is. If you can't have jobs waiting for more than 10 hours, than it seems to be very small for 8 hours jobs. Generally, a few options: a. The --dependency option (either afterok or singleton) b. The --array option of sbatch with limit of 1 job at a

Re: [slurm-users] Environment modules

2019-11-25 Thread Mariano.Maluf
Thank you all for your suggestions, comments and for your time. I will try Lmod. All the best. Mariano

[slurm-users] Filter slurm e-mail notification

2019-11-25 Thread ichebo...@univ.haifa.ac.il
Hi, I would like to ask if there is some options to configure the e-mail notification of slurm jobs? For example, how can i filter or not allow sending notifications of an array jobs? Our relay servers is getting overloaded because of thousands of notifications regarding array jobs. I would

Re: [slurm-users] good practices

2019-11-25 Thread Gennaro Oliva
Hi Nigella, On Mon, Nov 25, 2019 at 09:12:17AM +, Nigella Sanders wrote: > I have to run 20 jobs on our supercomputer. > Each job takes about 8 hours and every one need the previous one to be > completed. > ... > Is there any prefererable/canonical/friendly way to do this? I would use --depen

Re: [slurm-users] good practices

2019-11-25 Thread Huda, Zia Ul
Hi, I would recommend to use dependencies (-d) option available in sbatch or srun. You need -d afterok:jobid. Hopefully it works. Best Zia Ul Huda Forschungszentrum Jülich GmbH Institute for Advanced Simulation (IAS) Jülich Supercomputing Centre (JSC) Wilhelm-Johnen-Straße

[slurm-users] good practices

2019-11-25 Thread Nigella Sanders
Hi all, I guess this is a simple matter but I still find it confusing. I have to run 20 jobs on our supercomputer. Each job takes about 8 hours and every one need the previous one to be completed. The queue time limit for jobs is 10 hours. So my first approach is serially launching them in a loo