Upgrade from CVF 6.1A to 6.5
Sorry going back a bit... I have a need to upgrade an installation from CVF 6.1A to 6.6A. I have the upgrade files for 6.5 -> 6.6 and 6.6 -> 6.6A but not from 6.1A -> 6.5. Where can I get this?
View ArticleIntel Visual Fortran Composer XE 2013 SP1 (compiler 14.0) available
Intel Visual Fortran Composer XE 2013 SP1, with compiler version 14.0, is now available from the Intel Registration Center. New features of this release include:Support for the User-Defined Derived...
View ArticleOPEN: FILE - file name missing or blank
Hi,I´m converting an application from Compaq Fortran to Intel Fortran and so far it is going very well (http://software.intel.com/en-us/articles/migrating-from-compaq-visual-fo...).The only problem is...
View ArticleMigration Compaq to Intel Fortran
Hi, I´m migration an application Compaq to Intel Fortran...After extraction the code in Visual Studio, the only build error I found was a "dot" in one funcion call. (I think the print screen attached...
View ArticleArrays of unlimited polymorphic variables
I am trying to use arrays of unlimited polymorphic variables. These work if I use 1-d arrays but I get an access violation if I try 2-d arrays. Should this work?C:\>ifort upv.f90Intel(R) Visual...
View ArticlePassing Fortran allocated arrays back to C#
Our application has a C# front-end and a Fortran DLL backend for numerical computations.I'd like to pass arrays allocated in Fortran back to C#, while avoiding copying of the arrays.Is this possible?...
View ArticleAccessing a C array inside Fortran Sub
Was reading the Intel web-article:http://software.intel.com/sites/products/documentation/hpc/composerxe/en...I created a Visual Studio solution to examine the code. I added a C main project to contain...
View ArticleVisual Studio 2012 question about lib's
I believe I have succesfully built some LIB files for the ARPACK library. How do I get VS to include these in the build process for my main program? Right now I have one VS *.sln file that has a...
View ArticleCompiler 14 problems.
me:I'm also getting an unresolved external - _intel_new_feature_init referenced in function MAIN_. is this because I'm using VS2008 or what?Steve reply:You are not linking to the correct run-time...
View ArticleImport statement needs new glasses
With the recent release I'm seeing an oddity with the import statement being unable to find things in the host scope, under certain specific conditions, that looks a bit dodgy. MODULE StNodes...
View ArticleGarbage displayed in debugger for valid variable
With IVF 2013 (including the new version 14 from compiler) and VS2012, the debugger does not work anymore for complex projects. I attached a simple example where I allocate a field of a type in an init...
View ArticleSpecific Functions in Compaq Fortran
Hi,I´m converting an application from Compaq to Intel Fortran.The converted version is compiling just fine (and I made no changes to the source code), but I'm wondering if it is enough to say the that...
View ArticleJNI DLL for Windows and Linux
Hello,I built a C++ DLL on Windows using Visual Studio 2010 with a Fortran library I built with the Intel compiler.I then loaded it into my Java program. Everything works fine on the PC side. When I...
View ArticleSeparate IMSL license?
Hi there,I bought a Compiler XE license just yesterday. Due to an oversight, I didn't notice there was a license including IMSL. Is there any way I can purcahse a license separately or upgrade my...
View ArticleInternal compiler error (C0000005) with latest compiler
When I compile this code in debug mode I get:Compiling with Intel(R) Visual Fortran Compiler XE 14.0.0.103 [IA-32]... ifort /debug:full /Od /Qip /extend_source:80 /d_lines /Qcoarray:shared...
View ArticleUsing precompiled modules
Hi,I'm trying to make my project USE some preccompiled modules. I can make it link against static libs but I can't make it find the .mod files. How can I make Visual Studio look for those files...
View ArticleVisual Studio integration and Fortran licence renewal
Hello,We have a solution in Visual Studio with a number of Fortran and Visual C++ projects. Last year we upgraded from VS2008 to 2010 and were forced to upgrade the Fortran compiler as the version we...
View ArticleOpenMP in Release mode with the new compiler
I'm teaching myself OpenMP programming. The enclosed code (which I downloaded from the web) compiles and runs OK in Debug mode. In Release mode I get:1>------ Build started: Project: OpenMP,...
View Articlewatch window on debug IF2013
I am using the IF 2013 fortran on visual studio 2012 When in debug mode,I want to watch the variable x+500 instead of x so i can see 600 instead of 100 BUT i get a white cross in a red circle on the...
View Articledebugging and Fortran modules
I am having a problem in VS 2012 / Intel Fortran when using Fortran MODULES If I declare some variables in a MODULE, then USE the MODULE with a program unit, then when debugging I expect to be able...
View Article