ifort: error #10052: could not checkout FLEXlm license
Hi,I received this output message this morning while I was trying to compile my project through visual studio.1>Error: A license for Comp-FW could not be obtained 1>Your license has expired....
View ArticleSIGSEGV bug on one platform but not on the other platform
Hi, working with a relatively complex software system, the offending code pointed out from err file traceback is this:...
View ArticleUnable to start program
Hi,I often get the error message attached when I try to run an exe file that is calling a dll module in the debug mode. The exe file is located in the specified directory and sometimes it works when I...
View ArticleSyntax highlighting not working
I recently installed Intel Parallel Studio XE 2017 Update 1 Composer Edition, and Fortran syntax highlighting is not working in Visual Studio (Enterprise 2015).I had another Intel Parallel Studio (I...
View ArticleEOF command is not working
Hello,I'm using parallel_studio_xe_2017 with VS 2015 and EOF command doesn't detect the end of files. The command was working properly with the older version of parallel studio xe, but I don't know why...
View Articlelicense cost
Hi,Could you tell me the license cost for Intel Composer XE 2013 SP1. thanks,Pradeep
View ArticleFailed deallocation for alloc. return value
Hi,i got a Problem with the deallocation of an allocatable character return value between a dll and the executable. After the assignment completes the exe trys to deallocate the return-value of the...
View ArticleC call Fortran function with optional argument
Hi! I have interoperable Fortran code that C can call ODRPACK95. At least it works without passing optional argument from C. And now is it possbile way to pass optional argument from C?Fortran...
View ArticleIncorrect warning on STOP range ?
When using IVF with /stand:f08, and a statement like "STOP 2147483647", I get the following warning:"warning #8090: There are more than 5 decimal digits specified in a STOP or PAUSE statement. This is...
View Articleuse module within another module
I am trying to use merge_sort function that is contained in module-1 within module-2. No matter where I place the USE module-1 statement within module-2, I get compiler errors. Either error #6285:...
View Articleifort bug with some fortran elemental functions
One of my customer has been experiencing a strange bug with ifort compiler. We've found a workaround as this bug has a minor impact.Problem Description:ifort fails to compile the following sample...
View Articleinclude the external common variables block into main code
Hello, I am making the numerical simulation code by fortran. I made the common variables in an external file. All variables is called to main code and subroutines by INCLUDE "Variable.inc". But when...
View ArticleDebugger is unstable ?
and then it says "recommend you close all files and restart."why didn't they test this?Are we supposed to be testing this stuff for them ?
View ArticleBug with write and pos= in stream access
Hello,Up to now I was using the following version of the Intel Fortran compiler: Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.2.144 Build 20140120...
View Article64-bit debugger for Fortran 10.1 with Visual Studios 2005
I'm installing Intel FORTRAN 10.1 with Visual Studio 2005 on a PC running Windows 7 Enterprise Service Pack 1.When attempting to debug a 64 bit application an error pops up stating,'Unable to start...
View ArticleDebug error from C++ RTL
I am trying to use the latest Intel Fortran compiler (17.0.1.143). My program compiles fine but when I run the Debug version (I didn't try the Release version), I get a C++ RTL error:Debug Error!...
View ArticleStatic Library Problems
Hi, everyone. I am using Intel C\C++ compiler (icl.exe) and Fortran compiler (ifort.exe) to produce a static library under Windows7 and redistribute it to someone possibly without any Intel...
View ArticleStart-up window of a program
Can anyone tell how a start-up window can be arranged in a Windows program? The start up window shows different stuff and closes before the main window appears...Any hints?
View Articlecannot add a new file to a blank project ?
It used to be that I could just type in a source file, the first one of a new project, and include it.I cant do that anymore. why did they disable that in VS 2013 ?I could in VS 2010. It no longer...
View Article