Re: [slurm-users] Working with local licenses

2020-09-29 Thread Tager, Alexey
exey > > > > -Original Message----- > From: slurm-users On Behalf Of > Loris Bennett > Sent: Monday, September 28, 2020 10:23 AM > To: Slurm User Community List > Subject: RE: [EXTERNAL] [slurm-users] Working with local licenses > > CAUTION: This email originated

Re: [slurm-users] Working with local licenses

2020-09-28 Thread Loris Bennett
this approach, as I mention above, does not use a sacctmrg resource. Cheers, Loris > Thank you > Alexey > > > > -Original Message- > From: slurm-users On Behalf Of Loris > Bennett > Sent: Monday, September 28, 2020 10:23 AM > To: Slurm User Community List

Re: [slurm-users] Working with local licenses

2020-09-28 Thread Tager, Alexey
September 28, 2020 10:23 AM To: Slurm User Community List Subject: RE: [EXTERNAL] [slurm-users] Working with local licenses CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe.

Re: [slurm-users] Working with local licenses

2020-09-28 Thread Loris Bennett
, Alexey ; Slurm User Community List > > Subject: RE: [EXTERNAL] [slurm-users] Working with local licenses > > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you can confirm the sender and know the > content is

Re: [slurm-users] Working with local licenses

2020-09-25 Thread Tager, Alexey
Hi Ahmet, I agree, it isn't so good solution Thanks Alexey -Original Message- From: mercan Sent: Friday, September 25, 2020 11:50 AM To: Tager, Alexey ; Slurm User Community List Subject: RE: [EXTERNAL] [slurm-users] Working with local licenses CAUTION: This email originated

Re: [slurm-users] Working with local licenses

2020-09-25 Thread Tager, Alexey
start Regards Alexey -Original Message- From: mercan Sent: Friday, September 25, 2020 11:16 AM To: Slurm User Community List ; Tager, Alexey Subject: RE: [EXTERNAL] [slurm-users] Working with local licenses CAUTION: This email originated from outside of the organization. Do not

[slurm-users] Working with local licenses

2020-09-25 Thread Tager, Alexey
Hello, We use local licenses by updating slurm.conf with script, which talking with FlexLM We execute "scontrol reconfigure" every 1 min after file change in crontab Users get following error when run slurm commands (srun,scontrol etc.) during crontab execution, as result srun failed on license r

Re: [slurm-users] Working with local licenses

2020-09-25 Thread mercan
slurm-users] Working with local licenses CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. Hi; You don't need to modify slurm.conf and reconfigure. There is a remo

Re: [slurm-users] Working with local licenses

2020-09-25 Thread mercan
Hi; You don't need to modify slurm.conf and reconfigure. There is a remote/dynamic licenses feature: https://slurm.schedmd.com/licenses.html You can add licenses using scontrol command such as: sacctmgr add resource name=matlab count=50 server=rlm_host \   servertype=rlm type=license Regard