Possible bug in exponentiation complex type
I believe I may have discovered a bug in the ifort version 15.0.3 for Mac OSX regarding exponentiating a number of type complex. The following code evaluates(a + bi)^(1 + 0i):program test implicit...
View ArticleI am not able to install Intel Visual Fortran Composer XE 2013 SP1 Update 6...
Whenever I insert my serial number to initially activate and install the product mentioned in the subject, I always get the following message:"Activation rights do not allow this software to be...
View ArticleIssue with calling function
Hello, I am trying to call a function to my program. The function name is poisson and it has 3 variables. I put together a shorter version of my code(bellow) using the same setup and it still won't...
View ArticleIntel(R) XDK to include Fortran
At the product management meeting today, 1 April, it was decided that the Fortran compiler shall now be offered as part of the Intel® Multi Language XDK development suite. This announcement fulfills...
View ArticleIntel(R) XDK to include Fortran
At the product management meeting today, 1 April, it was decided that the Fortran compiler shall now be offered as part of the Intel® Multi Language XDK development suite. This announcement fulfills...
View ArticleKnown issues when moving a code from matlab to fortran
Hello,I am working on transferring a code from matlab to fortran.Finally my code is compiling, but the distribution function I want to get out of it is not coming out correctly.I would't want to bother...
View ArticleIncluding character "/" in a NAMELIST
Hello,my program uses namelists to read input parameters and it behaves nicely except if I want to include a "/" in a string. An example that works is a var=value line like this, that sets the name of...
View ArticleDependency Generation from Compiler
Hi,I would like to generate a list of dependencies for MAKE from the source file in Fortran. From the INtel Fortran Help, I got the "-gen-dep" (or /QMMD) option, but this does not seem to work as I...
View ArticleError #10037 could not find 'link'
Hi Intel Team,I'm truly sorry for posting this topic once again, but I cannot seem to find a solution despite all previous posts on the topic. I have MS VS Professional 2015 installed, with the 2015 MS...
View Articleattempting to compile using CVB v6.6 project file
Hello, I am new to Visual Studio, and a novice user for CVB. However, I have well documented code that reportedly compiles fine on compaq visual basic v6.6. I have successfully installed Visual Studio...
View ArticleWhere to find the VS 2013 SHELL executable
Hi,I have a DELL workstation running Win 7 Professional.I downloaded the Intel Parallel Studio Composer XE 2016 with student license. Previously I have MS VS 2013 Express and VS 2013 SHELL (Integrated)...
View ArticleIntel compiled app fails in Windows 10
I have an application that has been compiled using various versions of windows for about 20 years. We have used intel compilers and IntelMPI for several years. The app runs effectively under windows...
View Articledynamically resize dialogs
I have an application that has a dialog as the main window control. But when it goes from full screen to 'Restore Down' I can resize my graphics but how do I scale down the dialog? I don't know how to...
View Articleporting fortran vms global commons to ifort/linux
We are looking to port some vms fortran to linux using ifort. We use global commons on vms side in the standard way (use a BLOCK DATA fortran program, then link it using an .OPT file...
View Article/Qprec-sqrt documentation
When issuing ifort /? to list the options we see:/Qprec-sqrt[-] determine if certain square root optimizations are enabledShouldn't this enable (full) precision, or disable (fast) precision of...
View Article*.opt missing error when linking FORTRAN to Aspen Plus
I am going to run a user customized model in Aspen PlusV8.4 which I have customized the user subroutine FORTRAN code, created .obj file and .dll file as well as .opt file. But when I add the dlopt file...
View ArticleArgument checking
I discovered a bug in my code where a subroutine was expecting an array of integer*8 as an argument and was being passed an array of integer*4 and bad things started happening in the latter half of the...
View Articleproblem in format statment
i define a subroutinebut it no worksubroutine printrmat(matrix,row,column) implicit none integer row,column,,i,j real(8) matrix(row,column) do i=1,row write(*,10)...
View ArticleOverflow
Hi,I would like to detect high values in my program like 1e30. (real*4 or real*8)With -fpe0 compiler option, the limit to detect overflows are 1e39 (real*4) and 1e69(real*8). Is it possible to...
View Article