Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

increasing the token checkout time

Sharon_B_
Beginner
462 Views

 

 

Dear Intel support,

I am running on a system with flexlm managed floating licenses for the C++ and C intel compilers. Two concurrent compiles (two tokens) are

possible. There's a time limit for checking out the tokens (~ 10 minutes). Sometimes, my compiles/links last longer than this time limit, so I waste time re-checking out the token and pushing through the Makefile to resume a compilation. Is there an environment variable or some other

technique for increasing the time I can have a token checked out?

thanks much,

Sharon

 

0 Kudos
1 Reply
Devorah_H_Intel
Moderator
462 Views

To configure the borrow duration:

lmutil lmborrow INTEL dd-mmm-yyyy:[time] <featurename>

Example:
lmutil lmborrow INTEL 06-Oct-2015 CCompL

The command above borrows a “featurename” called CCompL (Intel® C++ Compiler for Linux*) from the vendor INTEL until 6th Oct 2015 using the license file server.lic

for more information please refer to this article:

https://software.intel.com/en-us/articles/intel-flexlm-license-borrowing-capability

0 Kudos
Reply