Installed to AUS notebook with Windows 8 compiler does not work
I have installed Intel Compiler for Windows v.10 to ASUS notebook with OS Windows 8.1.IT does not work. When I try to run some simple program (chit.f90)The message was the followingLINK: fatal error...
View ArticleError LNK 2001
Hi,I was blocked by a problem when I try to program with Fortran in VS 2008 Pro. Even a simple test fortran program cannot be run:Program testprint *, "hello"endError as follows:LIBCMTD.lib(close.obj):...
View ArticleUnhandled Exception when trying to pass Types with arrays from Fortran to C++
I have defined Types in my Fortran program. In those Types there are 1-D and 2-D arrays defined. But when I try to call a routine defined in a C++ DLL I get an "Unhandled Exception" error. To better...
View ArticleDialog box with a variable number of controls
I am writing a Fortran Console application that uses a single dialog box. The box contains a variable number of checkbox controls; i.e. the program must add and remove checkboxes. Not having much...
View ArticleLAPACK compilation
I am trying to compile source code utilising the Intel Math Kernel Library Version 11.3 and the latest Parallel Studio V16.0. When I add the following statement:include 'lapack.f90'in the variable...
View Articlesubmodule interface mismatch error message
When compiling a submodule I get some errors of the type.........ubs.f90: error #7257: The characteristics of the procedure's arguments differ from those of the same procedure's arguments that are...
View ArticleChange in behavior of derived-type component initialization expressions
The following program compiles and runs with Intel Visual Fortran versions 10.1 through 14.0:PROGRAM TESTTYPE TYPE MYTYPE INTEGER :: I => 0 END TYPE MYTYPE TYPE(MYTYPE) :: X...
View ArticleUnexpected "error #6773: An equals sign (=) is invalid in this context" with...
The following simple code gives unexpected "error #6773: An equals sign (=) is invalid in this context" with the use of structure constructor in a named constant, but the error doesn't occur in an...
View ArticleICE with ifort 16.0 with heap-arrays & openmp
Hello,i stumbled upon an ICE with the Fortran Compiler 16.0.110. The following Code produces the error "fortcom: Fatal: There has been an internal compiler error (C0000005)."! ifort.exe /nologo...
View ArticleThe intel compiler does not work
I have installed Intel Compiler for Windows v.10 to ASUS notebook with OS Windows 8.1.compiler was downloaded using filew_mkl_p_10.0.5.025.exe IT does not work. When I try to run some simple...
View ArticleCalling a common block of a Fortran Header from a C++ header
Hello every one,I’m developing an upgrade from Visual Fortran 6.0 to Visual Studio 2013. I want to create a dynamic library based on the C++ project (dependent of the fortran project) but I am having...
View Articlehow to search the forum for an author
how does one search the forum for posts by one author
View ArticleLinear Equation Solver for real*16 or complex*32 data types?
I need to solve linear equations in complex*32 data type, but cannot find an appropriate solver in MKL. Does such a solver exist for Intel Fortran? (I also have the IMSL library).Additionally, I am...
View ArticleHow to run *.exe file from Intel Visual Fortran
Dear Developers Acutally, I did migrate from Compaq Fortran to Intel Visual Fortran, Original code is like as follows in compaq fortran cmd = 'kalmansryu' call system(cmd)but it made errors in intel...
View Articleintel compiler does not work
I have installed the Intel compiler using two filesw_fc_c_10.0.027.exe and w_mkl_p_10.0.5.025.exe on the ASUS notebook with OS Windows 8.1.The process of installation has not any problem.There are two...
View ArticleIntegration with Visual Studio
HelloOur software that that we have been selling for years uses Intel Fortran to compile simulations. The problem I am having is that when customers come in for support, we have to sometimes trouble...
View ArticleQuestions about DO CONCURRENT
I am experimenting a bit with the DO CONCURRENT construct to see if it would improve the performance of one of our programs. Currently I am using Intel Fortran 15, so perhaps the observations I have...
View ArticleIntegration with Visual Studio (again...)
Greetings,I've got a new PC with Windows 10. The IT staff has installed Intel Fortran Compiler 16.0 before I could get my hands on, so that Visual Studio (Community 2015) was installed later and the...
View ArticleDebugger is not showing variable contents
Hi,My debugger is not showing most of the variable contents including some local variables, even do loop index. The "Locals" window shows some local variables but not all. Interestingly, it is not...
View ArticlePlacing compiler directives in source code
I need to use the compiler directive "assume:byterecl" for just one of my source files. Is there any way I can place it in the source code for that file rather than as a command line option in my VS...
View Article