Cannot install the software
Hi,We just purchased two licenses of Intel Visual Fortran Composer XE for Windows with IMSL. I have downloaded the full installer package and the online installer. I have admin rights on my computer...
View ArticleHow to store settings when Installing New Version of Intel Fortran
Hello,Is there are good way of exporting the compiler settings when upgrading and installing new Fortran Software Updates.After any new install I if I try to recompile my application typically it would...
View ArticleCalling 'C' from FORTRAN
I have inherited some FORTRAN code which makes calls to routines written in 'C' and I keep running into runtime errors where parameters are passed or interpreted incorrectly. I have tried using...
View ArticleSP1 Update 2: error PRJ0019: A tool returned an error code
Never before I had so much trouble in downloading a new version of Intel Composer XE as with the most recent version SP1 update 2). I did not manage to download the full offline installer packages for...
View Articlemixed language
Hello I always used fortran but now I have to mix two languages(FORTRAN,C). I followed these steps: - I made the 'c' code; -I used the 'c' compiler to create the object...
View ArticleHelp understanding linker error "Unresolved external"
I am developing a project that includes a module XYGraph and subroutine XYPlot, which I compile for redistribution to other programmers working in my group. The object files XYGraph.obj and XYPlot.obj...
View Articlefortran invoking fortran dll LNK2019 problem on win7 64bit, decorate does not...
The code: !foo.for #define DLLIMPORT(name) _EXCLAMATIONDEC attributes dllimport,alias:#name::name #define DLLEXPORT(name) _EXCLAMATIONDEC attributes dllexport,DECORATE,alias:#name::name subroutine...
View ArticleSubroutine to solve system of equation with the accuracy better than double...
I'm currently using the GESV subroutine from MKL library to solve the system of equations (A.x=B). The number I used is Double Precision.I see the results are accurate up to 11 digits after the...
View Articlefortran and c mixing
hello I created a c static library with this code:fileopen.h:extern FILE *fp;r.h:#ifdef HAVE_F77_UNDERSCORE # define F77_CALL(x) x ## _ #else # define F77_CALL(x) x #endif #define F77_NAME(x)...
View ArticleLAPACK integration
I'm working to integrate LAPACK and BLAS libraries with a Fortran project in Visual Studio, and I can't seem to get things to work. I have downloaded liblapack.lib and libblas.lib and included their...
View ArticlePassing arrays in subroutines
Hello! I am interesting, in wich cases the compiler will force to allocate any of used array from the memory Case 1: subroutine VolFracToMassFrac(VolFrac, MassFrac) real, intent(in) :: VolFrac(:)...
View ArticleVisual Studio macros
This is perhaps going to be a red herring, but I'm rather suspicious that the recent installation of the ifort update broke user defined macros in VS 2010.My macros on two separate machines have...
View ArticleFortran UEL on Windows
Hi everybody,I'm about writing a UEL on ABAQUS.When I'm trying to run it, I'm getting an error message. I've attached the error messages and my code to this message so you can find them easily.Would...
View ArticleHow to Access a C++ lib that is linked into a Fortran dll from C#
Hi,this one sounds more complicated then it is.I have a C++ lib that is linked into a Fortran dll. Now I want to access some functions of this C++ lib from a C# program. But the program doesn´t find...
View ArticleExamining the parent fields of an extended derived type in VS: New...
While reviewing the Release Notes for the recent compiler update (Intel Fortran Compiler 14, SP1, Update 2) to see what I'm missing out on, I found the following very interesting:Quote:3.3.1.4 New...
View ArticleWhen a run-time error occurs the debugger is not stopping on a Fortran code line
When there is a run time error while I am debugging my application via Visual Studio 2013, I expect that the debugger should stop on the line that is causing the problem. However, the debugger...
View ArticleUpon reinstall attempt to "open" causes crash
Out of the Dark Ages I come with Compaq Visual Studio 6.1 on a desk top using Windows XP Home Edition. Reinstalled program after installation of new hard drive, power supply, and video card. Can access...
View ArticleDependency analysis of mild insanity in Fortran
For those who want to have a bit of a giggle...A while back, as a bit of a F2003 learning exercise I started writing a little Fortran parser in Fortran that lets you do dependency analysis - "tell me...
View ArticleHigh RAM usage in IVF
Hi,I am running a large project with 50 subroutines in it. The problem is three-dimensional with lots of array allocation/deallocation.When I run the project, the iteration ends in 2 to 3 days. During...
View ArticleUsing Visual Studio Debug Execute Immediate: how to reference a variable in...
In debugging a Fortran routine which does not have direct access to a variable in a calling routine which I would like to use in Execute Immediate for debugging purposes. I want to know when a special...
View Article