Excel Function from Fortran .dll
Hi,I found several threads addressing this topic, but still need some help getting my Fortran .dll file to work. I am using Windows 7, Excel 2010 and Visual Fortran Composer XE 2013 SP1. I dummed...
View Articlehaving trouble running generic linked list program
I have a small test program which creates a generic linked list. It compiles, but doesn't run.When I try to access the values of the link, it gets a memory error (access violation).The values of the...
View ArticleOpenValidateX and MSDB100.dll
All,I have been doing internet research all day and I have not been able to resolve an issue. I have a windows 7 64 bit machine with Microsoft Visual Studio 10.0 and a fortran library that I am trying...
View ArticleShared Libraries folder
Hi,When I installed the latest version of the compiler, I chose the option of still keeping the previous version. I just noticed that not all of the files were updated in the Shared Libraries folder....
View ArticleUnexpected compiler error #6303 with the use of defined assignment
Dear Steve et al. at Intel,The code shown below fails to compile with error #6303 using Intel Fortran compiler version 13.1.0.149.It compiles successfully with gfortran 4.9 and executes as I would...
View ArticleFortran compiler-ABAQUS interface
I want to develop subroutines(UMAT to be precise) in ABAQUS 6.11-1.Which versions of intel fortran compiler are compatible for this purpose?And, Please post the link where i can get the evaluation...
View ArticleAdvice on OpenMP code please
I am seeking advice about some OpenMP code I have written. (THis is my first foray into OpenMP programming.) I would like to know if (a) It is legal code (It currently compiles and gives the expected...
View ArticleFinding who calls a library
I'm getting a link error and I can't figure out why. I turned on /VERBOSE to see if it would help. Here is the errorSearching C:\Program Files...
View ArticleIncorrect summation of values using openMP threads
Hi,My openMP thread tries to do the below: arr(1) = arr(1) + (a(j) + b(j))Where j corresponds to the each openmp thread being executed and arr(1) being the shared memory location. The above expression...
View ArticleDebugging in VS2012
Is there some resource that explains how debugging works in VS2012 when using IVF (latest version)? It seems like with every new version of VS it gets harder to use the debugger. One thing we do a...
View ArticleFortran DLL Compiled on Win7 called by VB6 fails on XP
Hi all,I have a fortran dll compiled for Win32 with v 11.something, on Win7 called by a VB6 application. The VB application, not in my scope, is compiled on XP. The two have been working fine...
View ArticleHelp needed
Hi, I am trying to use ABAQUS to do some specialize work by coupling it with Visual Studio 2010 and Visual Fortran 11.1. I have downloaded the trial version of 11.1 to give my idea a try before buying...
View ArticleVector elements permutation
Hello everybody,I was wondering if there is a function which performs a permutation of the elements of a vector, in order to avoid the classic method consisting of defining a permutation matrix (which...
View ArticleAliasing concern with variable stride creating temporary and slow vectorization
I found that ifort (and gfortran) create a temporary for the following array assignment:a(1:n-inc:inc)= a(inc+1:n:inc)+b(1:n-inc:inc)presumably because of the possibility that inc is less than zero....
View ArticleHow to complie the fortran code?
I am trying to use Intel Visual Fortran (IVF) and Visual Studio 2013 to run with my code which was run on Digital Visual Fortran (DVF). The code includes two files, which are main program (main.f90)...
View ArticleMixed language with Intel C++ and fortran and VS2010
I have successfully got a project going with VS2010 C/C++ and Intel Fortran thanks to help here but I want to compile essentially the same code on a second machine. This machine did not have VS C/C++...
View ArticleVisual studio 2008-FORTRAN 9.1- can compile and linke-cant creat the file
HiI am using Visual studio 2008 and FORTRAN 9.1 to compile and link and FORTRAN code to ASPEN plus, now while before I created FORTRAN codes in other version of FORTRAN. There is no problem in...
View ArticleHow do you turn off argument checking?
I have a old scientific Fortran program that made liberal use of allocating one very large array in the main routine and then chopping up the array (memory) for smaller use by passing multiple chunks...
View ArticleStack Overflow during running parallel FORTRAN code
HiI have a code in FORTRAN and it runs sequentially without problem (I compile it with /O3 and x64 platform). Then I add OpenMp syntaxes to make the code more optimized. This time it gives me "Stack...
View Articlecoarray
Hello I tried a simple 'hello' coarray and at runtime I got this: unknown option: -localonly what those this means?...
View Article