Re: [slurm-users] calculate license tokens from cpus

2019-10-29 Thread Oytun Peksel
-users On Behalf Of Mark Hahn Sent: den 29 oktober 2019 13:55 To: Slurm User Community List Subject: Re: [slurm-users] calculate license tokens from cpus > #SBATCH -L [ here I would like to calculate it like (perl -e "int > $SLURM_NTASKS * 0.422 * 5 " ) ] I think a calculation

Re: [slurm-users] calculate license tokens from cpus

2019-10-29 Thread Mark Hahn
#SBATCH -L [ here I would like to calculate it like (perl -e "int $SLURM_NTASKS * 0.422 * 5 " ) ] I think a calculation like this needs to take place in the job_submit.lua. So you decide on a way for users to signal that they want this behavior, (partition, gre?) and that script calculat