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

Intel license manager for FLEXlm

Fathi_Jebali_Jerbi
917 Views
I have installed Visual Fortran compiler Professional Edition for Windows
  version 10.1 which includes Intel Math Kernel Library. When starting Intel
  license manager for FLEXlm installation, I got the following error massage:"The file
  you selected is not a valid counted license. Please select a different
  license file." 
 Please, how can I solve this ? Thank you for your Help. 
 
Regards,    
0 Kudos
3 Replies
Steven_L_Intel1
Employee
917 Views

Usually this means that you have purchased a single-user license which does not use the license manager, so don't install or configure the license manager.
0 Kudos
Fathi_Jebali_Jerbi
917 Views

Usually this means that you have purchased a single-user license which does not use the license manager, so don't install or configure the license manager.

Dear Sir Steve Lionel,

Thank you for your answer. Indeed, I have purchased a single license. I have uninstalled FLEXlm license manager. But I can't run yet any Visual Studio project from Visual Studio (the run command doesn't appear in the toolbar menu even if the compilation is successful). When I start the compiler from the Windows command line, for example by typingifort Test.f, I got a successful compilation and an executable Test.exe file is created.
Do you think that this problem is due to any incompleteinstallation?

Best regards,

Fathi JEBALI JERBI

0 Kudos
Steven_L_Intel1
Employee
917 Views

I would guess that you did not build an executable project in Visual Studio. Make sure that you build the solution and not just compile a single source file. (Select Build > Build solution). Also, make sure that you selected the "Fortran Console Application" project type. If you need more help, please attach the Buildlog.htm file that you will find in the Debug or Release folder.
0 Kudos
Reply