How to use IMSL in visual fortran v 11.1
Hi everybodyUnfortunately, I can not use the imsl library in my fortran v 11.1.Also, the folder below can not be found:C:\Program Files\VNI\imsl\fnl600\IA32\lib or C:\Program Files...
View ArticleFORTRAN / VBA EXCEL
What is the difference between:subroutine Test1(Double1,Double1_N,Integer1,Integer1_N,Charater1,Charater1_LEN,Charater1_DIM,Results1,Results1_N)!dec$ attributes...
View ArticleOpenMP with FORTRAN 'DO WHILE' loop?
Hi,I know what document says about using OMP with FORTRAN 'DO WHILE' loop: do not ever use !$OPM PARALLEL DO.So my question is not about using "!$OPM PARALLEL DO" with DO WHILE loop.Say, I have a real...
View ArticleAutomatic allocation of allocatable scalars with allocatable components
Is this supported? Some tests here with 13.1.0 indicate "sort of".PROGRAM AllocatableScalars IMPLICIT NONE TYPE :: TypeOne INTEGER :: int1 END TYPE TypeOne TYPE :: TypeTwo INTEGER...
View ArticleProblem with intell parallel studio installation
To whom may be concernI already installed intell parallel2011XE(12) and integrated with vs 2010 ultimate version.unfortunatly Visual fortran didn't install(I think the error is in pre-requisities).at...
View Articleerror #6416: This COMMON scalar or array is invalid in this context.
i am trying to modify a very complex existing code. but I am getting this error. I am updating this to use dynamic memory allocation. I can not share the whole code. but I am attaching a dummy code...
View Articleproblem with parallel studio
Hi,I 've installed intell parallel2011 and integrate it with vs2010,unfortunatly fortran did not installed,(when I OPEN THE VS WINDOWS THERE ISNT ANY FORTRAN PROJECT)after installation I modify it to...
View ArticleStack overflow when calling a subroutine
I got error message below when calling a subroutineCALL COMPPR(MODEL,NUMEL,NUMNOD,MAP,AREA,C3,INDPER)forrtl: severe (170): Program Exception - stack overflowThe subroutine is belowMODULE...
View ArticleSevere (157) Program Exception - Access Violation on an integer
I am a bit perplexed that I am getting an error for something that has so often worked for me in the past. In a subroutine that I have written, I have an integer that when a value is specified, it...
View ArticleUnlimited polymorphic variables
Good evening,I have a problem using polymorphic variables and I appreciate any help I can get from you. The problem is that when I allocate a type to a polymorphic varibale, this variable does not...
View ArticleThread-local Heap Allocation
Hi,I have a subroutine that uses OpenMP and has a couple of arrays that need to be allocated for each thread, as in subroutine sub real, allocatable :: a(:) ! Single-threaded code. !$OMP PARALLEL...
View ArticleHow do I buy an older version of Intel Visual Fortran Compiler
Hi,I would like to buy a compiler, which is compatible with Microsoft Visual Studio 2008 and I have found that the 2011 version is okay for this. At the begginning of January 2013, I downloaded Intel...
View ArticleNeed help to debug Fortran *.DLL source
The current project I'm working on consists of a main Fortran project (call it ProjA) that when compiles generates a *.DLL that is called from a main C++ project (call it ProjD) *.EXE.This Fortran...
View ArticleWin2012 Hyper-V
Does the following software run on Windows 2012 Hyper-v servers?Intel IMSLIntel Fortran CompilerIntel Fortran Math Kernel Library (MKL)
View ArticleUnhandled Exception - Access Violation with ifort 2013
Hi all,Is there any significant behavioural changes between ifort 12 and 13? I get an Unhandled Exception / Access Violation if I run an executable compiled with Intel Visual Fortran Composer XE 2013...
View ArticleCalling C++ from Fortran: Access Violations
I've been trying to port some CVF code to Intel Fortran and I ran into the same problem that was solved at: http://software.intel.com/en-us/forums/topic/279785I attempted to implement the solution...
View ArticleFortran code executes from the command line, fails in MSVS2005
My Fortran codes that worked perfectly well in CVF were experiencing several unexpected errors in IVF10.0.24 with MSVS2005. One such error was the body of the do-loop "do i=j,n" executing even when...
View ArticleBuying Microsoft visual studio and Intel Fortran Compiler with academic licenses
Hi,I have the plan to install Microsoft Visual Studio and Intel Fortran Compiler for running subroutines on Abaqus software. I will use the newest Abaqus 6.12-3 version.Please could anybody let me know...
View ArticleLinking Fortran dll built with vs2010 to c++ built using vs2012
Is it possible to build link and run a Fortran dll built using Visual Fortran Compiler XE 13.0.1.119 [Intel(R) 64] in Visual Studio 2010 to a c++ program built using visual studio 2012.Do I need to...
View ArticleVisual Basic callinf Fortran DLL - Unable to load DLL on Win7
I am getting the message "Unable to load DLL" when trying to run a program I built with a Visual Basic Gui calling a Fortran DLL.I built the program using VS2008 on a XP64 machine, where it works fine...
View Article