Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

pulling a flexlm licenses

mckaybc
Beginner
704 Views

Does intel visual fortran pull a flexlm licenses when the program is first started or when the program is already running and you invoke the compiler to compile your code?

Thsnks, Brian

0 Kudos
1 Solution
Steven_L_Intel1
Employee
704 Views
No. Only a compile gets a license.

View solution in original post

0 Kudos
3 Replies
TimP
Honored Contributor III
704 Views
Quoting - mckaybc

Does intel visual fortran pull a flexlm licenses when the program is first started or when the program is already running and you invoke the compiler to compile your code?

Running the .exe you built doesn't pull a license. When you start the compiler, it must access a license. It holds the license for a few minutes so as not to incur a delay when you compile again.
0 Kudos
mckaybc
Beginner
704 Views
Quoting - mckaybc

Does intel visual fortran pull a flexlm licenses when the program is first started or when the program is already running and you invoke the compiler to compile your code?

Thsnks, Brian


I am still not clear on the answer. Let me try it this way, If I start up the Visual Fortran programming enviromentand write 5 lines of code and have not compiled anything. Has a flex licenses been pulled?
0 Kudos
Steven_L_Intel1
Employee
705 Views
No. Only a compile gets a license.
0 Kudos
Reply