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 Article[WRF 3.5.1] **Internal compiler error: segmentation violation signal raised**...
Dear Sirs!While building WRF 3.5.1, I encountered following errors: mpif90 -f90=ifort -o module_bl_temf.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em...
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 ArticleSegfault when passing procedure, pointer to function but not when calling...
My C code: #include <stdio.h> #include <stdlib.h> struct function_struct { double (* function) (double x); }; typedef struct function_struct gsl_function; gsl_function...
View Articlesome compiler options relevant to compilation cascades
I've seen that NAG provides some options to control the output and behavior surrounding .mod files. I've poured through the documentation, and I can't find Intel's direct equivalents to these options,...
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 ArticleDiagnostic 15002: loop was vectorized (Fortran)
Cause:For the Intel® Compiler, vectorization is the unrolling of a loop combined with the generation of packed SIMD instructions. Because the packed instructions operate on more than one data element...
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 Article**Internal compiler error: segmentation violation signal raised** with -O3
Dear Intel developers,Compilation of this subroutine optrms.F (See attachment) leads to an **Internal compiler error: segmentation violation signal raised** with -O3 options. This error disappears...
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 Article