Single precision real constants
I have a project where /fpconstant is specified for both Debug and Release builds. However the Debug version is still interpreting a single real constant oddly. I have:double precision, parameter...
View ArticleDocumentation for Fortran and C/C++ unreadable
After the update of Composer XE 2013 SP1.179 the documentation is unreadable. The first line in the Help window shows<html xmlns:MSHelp="http://www.microsoft.com/MSHelp/" lang="en-us" ....It looks...
View ArticleUnresolved External symbol - MPI Compilation
Hi,I am trying to compile a setup for my current code on a new machine in Visual Studio. I have made the changes in the following places:Properties -> Fortran -> General -> Add include...
View ArticleMixed language development
We are using Microsoft Visual Studio 2013 Professional. We then installed the latest version of the Intel Fortran compiler, service pack 1 update 2 I think. Running under Windows 7.Inside Visual Studio...
View ArticleNo stack dump in Fortran code called from C++
I have a Debug Fortran DLL in which I have turned on all checking (/check:all /fpe:0). It is called from a C++ driver program. I am now getting no output (I was without the checks) and I suspect it's...
View ArticleProblems with replacing statement functions
Hi,I am modernizing legacy code, replacing statement functions through internal functions. While compiling the files individually no error occurs. If I am trying to rebuild the project or compile them...
View ArticleDowngrade Rights
Can I purchase Intel Visual Fortran Composer XE 2013 & use earlier version 2011 as it is suited to my another product & compatibility issue ?Whether legally can I downgrade my license to 2011...
View ArticleS=k * log (W)
Dear MECEJ4I was intrigued by your photo, so I blew it up and looked at the words, actually equation S= K...
View ArticleSimple question - lopping off an integer
Suppose I have a 5-digit integer, and I want to recover the last 2 digits. I just want to lop of the 1st 3 digits. Is there an easy way to do this ?If the variable were character, I could do this...
View ArticleOpenMP and 3D arrays. How to make it fast?
1. I am solving 3D finite volume temperature fields with Intel FV on Windows7 and using my own iterative methods. I have tried so many variations of OpenMP directives but never got a speed up more...
View ArticleSupport for internationalization in 2015 Beta
Do I understand it correctly: the 2015 beta release contains the complete Fortran 2003 standard? Does this include support for internationalization i.e.selected_char_kind("ISO_10646')ChrisG
View ArticleTRANSFER and HEAP prpoblem
I have a module with the following definitions in it: REAL(8) X_D(MAXB/8) CHARACTER(MAXB) X_Cwhere MAXB is 80000When HEAP is not specified, all works fine. If I specify HEAP with any value, I get an...
View ArticleAbout /list-line-len:n and /list-page-len:n
Dear FortranProbably, there is somewhat that I don't understand because when I put the command /list /list-line-len:80 /list-page-len:50 nothing change (the line is always 132 characters long and page...
View Articlestdout redirection
Hello I am using a huge 'C' library to be build CFD app. The library contains fortran interfaces, so, I am willing to write a nice GUI in fortran to simulate a chemical process. The problem...
View ArticleMKL Beta
Dear All:I took Steve's advice and downloaded the beta version for Intel Fortran 2015.I then recompiled shells and ran it. The iteration time went from 9.5 to about 8 seconds.NiceThe Shells program...
View ArticleThe MERGE Headache
This function gives me a headache because of its non-lazy evaluation of arguments. For example, MERGE (A(i), 0, i .GE. 1) aborts when array A's lower bound is 1 and i < 1. Similarly, MERGE (B, 0,...
View ArticleInteger read/write ponderable
Suppose you have an 5-digit integer variable and read into it the following: 03928Immediately after the read, the variable appears to contain '3928'.Later, this same variable is written out via format...
View ArticleA LOGICAL variable is neither .TRUE. nor .FALSE. !!
I have a very strange behavior in my code where the following statement succeeds IF (comp_E ) THEN even though the LOGICAL variable comp_E has the value .FALSE. (which is correct and I can verify in...
View Articleunresolved external symbol while creating dll by Aspen Plus Simulation Engine...
Dear everyone I am a new user of intel fortran compiler. I want to creat .dll by using Aspen Plus Simulation Engine. I also install Microsoft Visual Studio 2008 and Intel Visual Fortran Compiler...
View ArticleStrange Forum message - security
Any ideas on this problem ...You have asked Firefox to connect securely to software.intel.com, but we can't confirm that your connection is secure.Normally, when you try to connect securely, sites will...
View Article