I have a peculiar problem. We use a commercial software which is license controlled, is there some way I can have condor to check the license before submitting the job?
In other words, if someone outside the pool is using the software one license less will be available.
I can use this command to get the number of licenses being used: "lmstat -c <port>@<licenseserver> -f <feature>"
Is there some way I could set a limit using this, like:
LICENSELIMIT=`lmstat -c <port>@<licenseserver> -f <feature>`
and put it in the job requirement?
Cheers,
Tiago
--