Hi, we are introducing SLURM as our batch system and we are using redundant license servers. 1. As in http://slurm.schedmd.com/licenses.html described I add the licenses with sacctmgr add resource name=abc cluster= ... count= ... percentallowed=... server=1234@flex_host1:1234@flex_host2:1234@flex_host3 servertype=flexlm type=license
Submmiting a job gives an error: sbatch: error: Batch job submission failed: Invalid license specification 2. Is it possible for a user to submit a job without knowing the license servers? 3. How SLURM must be configured, that it knows the number of available licenses on a license server? Many thanks, Hans