application error
Hi,I am reseller from Taiwan. Need your assist to resolve my customer's technical issue: please see customer's request as attachment. Thanks. AttachmentSizeDownload103 6 16 plm.doc326 KB
View ArticleOffloading to multiple Xeon Phis using OpenMP 4.0
HiI recently got a machine with 2xXeon Phi and I am making some simple tests to better understand the features that I will need for utilizing them in our production code. Basically, in the code below I...
View ArticleDLLEXPORT and CALL
Hello expert,A silly question, my fortran project is a Windows DLL. It exports a function called 'polyfit'. Calling the function from excel works fine. However, when I want to call this function from...
View ArticleHow to debug code called by another program?
I have written code that interacts with an optical analysis program via DDE. I got this working fine when I was running on a 32-bit platform. I now have to cope with the optical analysis program now...
View Articlefortran_compilers.props
i want to add intel visual fortran compiler v11(IVF11) to installed version fortran of pscad v4.2 as i know must have change the fortran_compilers.props but i dont know about notepad programming i get...
View ArticleCannot pass variable by Value from Fortran to C
I have a problem to pass a integer value from Fortran to C.I use Visual Studio 2013 with Visual Fortran 14 and even using the declaration INTEGER(C_INT), VALUE :: myValue,the receiving C function get...
View ArticleNeed guide on project structure combining C++ main +functions with Fortran...
Please can you point me to a guide showing, in the simplest way possible, the steps required to set up a solution containing a C++ main (+ a few C++ functions) program project that calls a set of...
View ArticleHow VS/Compiler Version Impact Executable Results?
While working on a project using different versions of both Visual Studio and the Intel compiler, we discovered that despite using identical compiler options, the executables were generating slightly...
View Articlebreak in visual studio on ifort run time warnings
Is there a way to have visual studio (2012) break on intel fortran run time warnings like:forrtl: warning (402): fort: (1): In call to I/O Write routine, an array temporary was created for argument #2
View ArticleQuestion: problems porting a 32-bit application to 64 bit (fortran libraries...
First of all, disclaimers: - Background: basic knowledge of computers, I am not a programmer.Previous knowledge of programming, building solutions, etc. -- Very very basic, close to nil. This is my...
View ArticleError with a function !
Hello,Every time I try to execute this program, it says : error #6236: A specification statement cannot appear in the executable section. Does anybody has any idea about the reason ? Thanks program FP...
View ArticleApplication still doing things after it has ended
I have an application that launches a completely separate 64-bit Intel Fortran EXE and waits for it to complete before taking control again. It all works well except that after the Fortran EXE has...
View Articlefortran compiler 11.1
Hello,I am a user of AVL Fire 2013.0 and I need to compile a fortran code from this program. In the AVL tutorial I have found that the compiler should be Intel visual fortran compiler for windows...
View Article[Question] Fatal error LNK1120: 3 unresolved externals
Hey everyone,I'm trying to compile an existing fortran project however I keep getting this error. I searched the forums for similar issues and believe it is an error caused by not linking a file that...
View ArticleHow can I get rid of the placeholder for space character?
Since last week the blanks in my source files in the editing window are replaced by a character resembling a centered dot. I must have touched inadvertently a special key or a key combination causing...
View ArticleAny option to show run time error if variables are used without being...
Dear all,I need the program give run time error if variables are used without being initialized. Is there any such option? I only found related ones/Qzero, /QtrapuvBut they are not what I...
View ArticleData statement not working?
I think I am going crazy, what's wrong with this? character(20) :: rowt(6,12) = '' data rowt(1,1:4) / '','zfactg','rhog','viscg' When I run, I get this in the debugger: -...
View ArticleError #6401 After Just a Change of Versions
I am just starting to work with a program, XLTRC2, for my research at Texas A&M. I am using Visual Studio Professional 2013 with the Intel 2013 Fortran compiler including the IMSL package. Upon...
View ArticleAbout function acos in IMSL FNL
hello, i was using intel fortran with IMSL FNL and faced some problems.I used the special function by using 'ACOS_INT'. when calculating cos(x) for x<1 and x>1 separately it works fun, but it did...
View ArticleGETFILEINFOQQ in 64 bit Fortran
I am using the Visual Fortran Compiler XE 15.0.0.070 running under Windows 7.My program compiles and links correctly in 32 bit mode, but in 64 bit mode I geterror #6284: There is no matching specific...
View Article