Abaqus License check point

Dear Team,

I need your assistance in implementing a dynamic license checkpoint for Abaqus.

The requirement is that when the required license tokens are not available,
the job should remain in the queue (Q state) until the licenses become available, after which it should start automatically.
Additionally, users should not be required to specify the license token count in their job scripts — the system should determine it dynamically.

For server dynamic resource implemenation, please follow this discussion How to manage Flexnet Licensing in PBS Pro? - #2 by adarsh

You might have to write a queuejob hook, that will read the requested resources from the job and append the license token count request to the job. Otherwise, how would the system or workload manager know about the licensing logic of any application softwares like Abaqus or others.