icl and parallel composer hang
Hi,
I'm having an issue which seems to be related to checking license files. icl.exe hangs under all circumstances (including when called with no input files or the /help flag) for both the 32 bit and 64 bit compilers. In addition, when attempting to uninstall Parallel Composer, the uninstaller hangs with the message "Reading Existing Licenses ..." on the splash screen. I'm wondering if anyone can provide some guidance for this.
Another system using the same (academic) license has no problems, though it has an identical software install. This is under Windows 7 RC-- while I understand 7 is not supported at this time, this issue has carried over from Vista 32 bit, but have only now seriously sat down to try and resolve it.
Windows 7 64 bit RC (build 7100), Visual Studio 2008 SP 1, Parallel Studio initial release (11.1.061).
One additional note: After killing the uninstall of composer, chklic.exe remains running, fully utilizing one core
| |
Re: icl and parallel composer hang
Hi,
I'm having an issue which seems to be related to checking license files. icl.exe hangs under all circumstances (including when called with no input files or the /help flag) for both the 32 bit and 64 bit compilers. In addition, when attempting to uninstall Parallel Composer, the uninstaller hangs with the message "Reading Existing Licenses ..." on the splash screen. I'm wondering if anyone can provide some guidance for this.
Another system using the same (academic) license has no problems, though it has an identical software install. This is under Windows 7 RC-- while I understand 7 is not supported at this time, this issue has carried over from Vista 32 bit, but have only now seriously sat down to try and resolve it.
Windows 7 64 bit RC (build 7100), Visual Studio 2008 SP 1, Parallel Studio initial release (11.1.061).
One additional note: After killing the uninstall of composer, chklic.exe remains running, fully utilizing one core
Welcome to the forums. Assuming you're running icl.exe from the command line, can you do a "set INTEL_LMD_DEBUG=1" before the call to icl.exe, then run icl.exe and copy the output from running the command until it hangs here? Thanks!
Brandon Hewitt
Intel Developer Support
Tools Knowledge Base: http://software.intel.com/en-us/articles/tools
Software Product support info: http://www.intel.com/software/support
* Other names and brands may be claimed as the property of others. | |
Re: icl and parallel composer hang
Welcome to the forums. Assuming you're running icl.exe from the command line, can you do a "set INTEL_LMD_DEBUG=1" before the call to icl.exe, then run icl.exe and copy the output from running the command until it hangs here? Thanks!
Thanks for the response.
Unfortunately, on the affected system, after setting that environment variable, icl still produces no output. I've tried it under both a vanilla command prompt and also both the 32 and 64bit command prompt windows from the parallel studio start menu item. Any other possibilities?
| |
Re: icl and parallel composer hang
Thanks for the response.
Unfortunately, on the affected system, after setting that environment variable, icl still produces no output. I've tried it under both a vanilla command prompt and also both the 32 and 64bit command prompt windows from the parallel studio start menu item. Any other possibilities?
OK, one other thing to try - can you go to the bin directory (for example, for the 32-bit compiler, it is c:program filesintelparallel studiocomposerbinia32 on my system), and move any *FNP.dll files into a folder that's not in the PATH, then try running the compiler and see if the hang persists? Thanks.
Brandon Hewitt
Intel Developer Support
Tools Knowledge Base: http://software.intel.com/en-us/articles/tools
Software Product support info: http://www.intel.com/software/support
* Other names and brands may be claimed as the property of others. | |
Re: icl and parallel composer hang
OK, one other thing to try - can you go to the bin directory (for example, for the 32-bit compiler, it is c:program filesintelparallel studiocomposerbinia32 on my system), and move any *FNP.dll files into a folder that's not in the PATH, then try running the compiler and see if the hang persists? Thanks.
Yep, still have the hang when I move those away, for both the 32-bit and 64-bit compilers.
| |
Re: icl and parallel composer hang
Yep, still have the hang when I move those away, for both the 32-bit and 64-bit compilers.
OK, I'm waiting to hear from our FlexLM* expert to see if he has ideas on how to figure out what's going on. In the meantime, can you try running the Microsoft* Process Explorer available at http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx and see if while icl.exe is hanging if you can see any other processes that might be getting hung up or if it is just icl.exe? Thanks for your patience here.
Brandon Hewitt
Intel Developer Support
Tools Knowledge Base: http://software.intel.com/en-us/articles/tools
Software Product support info: http://www.intel.com/software/support
* Other names and brands may be claimed as the property of others. | |
Re: icl and parallel composer hang
A couple other questions too. Can you go to c:program filescommon filesintellicenses (might be c:program files(x86)common filesintellicenses) and move all the license files (*.lic) except the one for Intel® Parallel Composer somewhere else, assuming you have other license files? Also, do you have other Intel® Compilers installed and/or is your OS non-English? Thanks.
Brandon Hewitt
Intel Developer Support
Tools Knowledge Base: http://software.intel.com/en-us/articles/tools
Software Product support info: http://www.intel.com/software/support
* Other names and brands may be claimed as the property of others. | |
Re: icl and parallel composer hang
A couple other questions too. Can you go to c:program filescommon filesintellicenses (might be c:program files(x86)common filesintellicenses) and move all the license files (*.lic) except the one for Intel® Parallel Composer somewhere else, assuming you have other license files? Also, do you have other Intel® Compilers installed and/or is your OS non-English? Thanks.
I'll try the license file thing in the morning, but the only Intel product I have installed is Parallel Studio (+ the IPP static libraries), and I am using an English OS. I will post some more information Tuesday morning.
| |
Re: icl and parallel composer hang
Okay, there doesn't appear to be anything else hanging, and the parallel studio license file is the only one I have. Even completely removing it causes no change. I'm sorry I'm not able to provide more useful information for this.
One thing I just did notice, when trying to build boost with the compiler, something different is happening-- the title of the command window changes to "Intel(R) C++ Compiler Professional for applications running on IA-32, Version 11.1.061 build environment" which is more than happens when I run it independently. It does hang at that point, though. Going to see if I can get any more output from this, as bjam seems to be eating stdout/stderr at the moment
| |
Re: icl and parallel composer hang
Okay, there doesn't appear to be anything else hanging, and the parallel studio license file is the only one I have. Even completely removing it causes no change. I'm sorry I'm not able to provide more useful information for this.
One thing I just did notice, when trying to build boost with the compiler, something different is happening-- the title of the command window changes to "Intel(R) C++ Compiler Professional for applications running on IA-32, Version 11.1.061 build environment" which is more than happens when I run it independently. It does hang at that point, though. Going to see if I can get any more output from this, as bjam seems to be eating stdout/stderr at the moment
And unfortunately this case doesn't provide any useful output.
| |
Re: icl and parallel composer hang
And unfortunately this case doesn't provide any useful output.
When you run icl.exe yourself, are you running from the Intel-provided shell environments provided in the Start menu, or are you using your own cmd window? The Intel-provided ones will have a title saying something like "Intel Parallel Studio IA-32 VS2008".
Brandon Hewitt
Intel Developer Support
Tools Knowledge Base: http://software.intel.com/en-us/articles/tools
Software Product support info: http://www.intel.com/software/support
* Other names and brands may be claimed as the property of others. | | |