No 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 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 ArticlePolymorphic pointer arguments and associated
There may be polymorphic whiz-jiggery going on that is confusing me, but something doesn't seem right with associated when applied to polymorphic pointer dummy arguments.PROGRAM...
View ArticleGSRM
Steve:I started looking at the second program by Professor Bird, called GSRM.The program compiled first time on the 2015 beta in debug mode.Easy well written code to follow and amend. I now have an...
View ArticleCompiling Issues with Intel Parallel Studio XE 2013
To whom it may concern:I am currently trying to run a *.f90 code for a numerical modeling application. Before purchasing the Intel Parallel Studio XE 2013 licensed version, I was using a 30-day free...
View Articleinternal procedures faster than MODULE procedures??
HiI have a function for multiplying the matrix product A^T B which I have placed in a MODULE. When doing some simple timing (using CPU_TIME) I found that making the function internal is about twice as...
View ArticleFortran and C++ Developers
Hello I am writing these lines today because I am very disappointed with C++ programmers. Recently I had to deeply study CFD to develop a code with a nice GUI with 2D and 3D graph capabilities as...
View Article