Compatibility with Windows 7 64-bit
I have been running Intel Fortran Compiler, version 10.0.027 in Windows 732-bit with no issues. Recently I switched to windows 7 64-bit. During instalation of fortran compilerI had a "known...
View Articlecommand to run command prompt
2016 won't install on laptop (see other thread)upgraded other PC from W8.1 toW10. Start buttondoes not work. tried all suggestions produced by Googleexcept REFRESH.2016 does installtried ifort directly...
View Articlewindows installer failed to configure product
Last week i upgraded to parallel studio xe 2015 update 5 professional edition. When starting visual studio professional 2012 for the first time it says (incompatible) The application is not installed....
View ArticleInstallation Problems with Parallel Studio XE 2016
The installation program (setup.exe) terminates itself without finishing the installation. That is to say the Intel installation program never gets to the welcome page. I have attached logs for...
View ArticleDebugger not showing values of internal subprogram variables
Hi,I've just noticed that my debugger was not always showing contents of internal subprogram variables. I've made a few observations based on the test program below.1. The local variables defined in...
View ArticleSimulation with Adam 2013.2 and Easy5 2013
Hi Stev,I want to do the co simulation with Adam 2013.2 and Easy5 2013. MSC support center asked me to install visual studio 2010 and then intel-visual-fortran 12.0. Can you provide me the link that I...
View ArticleProgram crashes using polymorphic variables
The program below crashes in the first iteration of QUICKSORT, using Intel Fortran 2015, whereas it works correctly (or perhaps more accurately: it produces the expected output) using gfortran .4.9.3....
View Articleunclear compile error
When I compile (build) my fortran code, which compiled and ran some time ago on an IBM mainframe, I get the error:#5507 there are multiple unnamed main program declarations in this file and I don't...
View ArticleDeallocation now required?
We have a lot of Fortran code, which compiled and run fine under Intel Fortran 12.1 (Windows). However, under version 16.0, we find some runtime errors around arrays having been already...
View ArticleFortran DLL - incorrect array size
Dear Steve and Fortran Masters,I have a Fortran DLL called from C++ that is used in a chemical process simulator. The subroutines / functions in the DLL are normally called millions of times during the...
View ArticleGeneric subroutine for various types of input arguments
Hi,I have a subroutine that receives a vector and rearranges its elements according to "mapping" vector. So for example the 1st element becomes 3rd, etc. This is done on integer, double, and double...
View ArticleHow to import a DLL into a Microsoft Visual Studio Fortran Project?
Hello,I am having problems importing a DLL into my current Fortran project. The DLL file I am trying to import, fdlltest.dll, has the following functions defined when I do dumpbin...
View ArticleNamelist problem
HelloII use the namelist to save the data to a file. If some variables in the namelist change places or if a new variable is added to the namelist, there is no problem when data are reading from the...
View Articlevectorization of short array constructor
forall(i=1:n/2) a(i*2-1:i*2)= b(i)+ [c(i),e(i)] *d(i)generates efficiently vectorized code with current gfortran, but ifort says there is a dependency which prevents vectorization, regardless of...
View ArticleUsing BIND(C) for SetDllDirectory
I am able to call SetDllDirectory using the following code (found on your web https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-fo...):INTERFACE FUNCTION...
View ArticleMemory leak
Hi all.My company is considering migrating to IVF from Compaq Compiler.I'm now testing the trial version of Intel Parallel Studio XE and I've run into a problem with the memory consumption of one of...
View ArticleSubroutines run 3x slower when compiled with 12.1
After upgrading from 11.1 to 12.1 our subroutines take 3x longer to execute. We have tired many different optimization settings but are unable to get our performance back.What are we doing wrong?
View ArticleDebugging host-associated variables XE 2015
We still cannot see the value of host-associated variables. Is there any hope that someday this will be corrected?Just to be clear, I'm talking about something as simple as the value of x in the...
View ArticleIVF Fortran XE2016 Prof with IMSL: unable to compile
I just bought the IVF XE2016 Professional with IMSL and set up the library (library and include directory) for IMSL/However, I could not compile when I try to link the IMSL, Severity Code...
View ArticleAny better methods of file read/write?
Dear all,I have a MPI-based program which could launch hundreds of processes. I used files to save results of single model. There could be tens of thousands of models. To avoid different processes...
View Article