Unexpected "forrtl: severe (157): Program Exception - access violation"...
The following simple code compiler with no errors or warnings, however the assignment statement results in an "forrtl: severe (157): Program Exception - access violation" at run-time:program p implicit...
View Articleparallel Studio 2016 XE installations in windows 10
Hi,We are having some issues with installing this on a windows 10 machine, and have tried it several ways and most of them seem to fail when trying to run the fortran compiler.questions1. Should the...
View ArticleLinking C/C++ and Fortran, unresolved external symbols
I am trying to compile use a Fortran static library file with a C++ program but am getting unresolved external errorsI build the static library file using x64 subroutine bar_ftn ( len_input_file,...
View Articlefatal error LNK1104 linking MS C++ with Fortran
I have two files source1.f90 and main.cpp the Fortran file has a subroutine and the cpp file has a program that calls the fortran subroutineI compiled the fortran file and the built a static library...
View ArticleStructure constructor with pointer component silliness
The compiler complains that the component spec in the structure constructor is not of the same type and kind as the component. But it is... isn't it? MODULE m IMPLICIT NONE TYPE, PUBLIC :: NodeRef...
View ArticleFORTRAN CUDA basics
Hi, I am interested in developing a FORTRAN code with CUDA routines. I can get few sample programs but i dont knw how to compile the cuda based fortran code in Intel fortran compiler. How can i compile...
View ArticleLINKING ERROR (error LNK2019) during VC++ project Build with Fortran...
Hi. I have and issue building the C++ DLL and Intel Visual Fortran. The C++ project code has reference to a subroutine defined in Fortran file (*.for) for certain mathematical analysis and...
View ArticleTrouble compiling x64 version of code with OpenMP library
My attempt to compile an x64 version of an inherited code that contains OpenMP directives, contains a "USE OMP_LIB" statement, and links to routines in the MKL library keeps grabbing the 32-bit version...
View ArticleHow to compile and run a parrallel program using intel visiual fortan...
I'm good at programming using FORTRAN language, but I'm a new bird using intel visiual fortan compiler for windows. Can you tell me how to compile and run a parrallel program (ie. test.f or test.f90 in...
View ArticleDoes fortran OOP decrease efficiency?
I'm maintaining some simulation code with intel fortran 2015. Now I want to add some OOP characteristic like inherent, polymorphism, allocatable scalar, etc. to make the project more manageable. My...
View ArticleDialog box closes prematurely
Still trying to learn all about dialog boxes, as supported by IVF (not API). My project has a list box, an edit box, and the usual OK and Cancel buttons. When the user is working in the list or edit...
View ArticlePROTECTED attribute
Hi, I believe there is an error in the latest Fortran Compiler, please see the short program below: MODULE TEST_PROTECTED_MODULE IMPLICIT NONE INTEGER :: A = 10 PRIVATE...
View Articlenew laptop, windows 10...VS2013 shell install failed
new laptop, windows 10no vsinstalled sdk 8.1 as directed; get following. help please. thanks. Intel(R) Parallel Studio XE 2016 Composer Edition for Fortran Windows* Setup Wizard ended prematurely...
View ArticleProblem installing Parallel Studio XE 2016
Installation stops at "splash screen" without any error message.Any hint for troubleshooting?
View Article64bit Fortran DLL works when called from VBA but not from VB.NET
Hi !I want to port my 32bit VB-Fortran code to the 64bit platform, consisting in calling a fortran DLL both from VBA (ie: Excel) and VB.NET. In the attached pieces of code, everything runs fine in...
View ArticlePSXE 2016 failed to integrate into Visual Studio Community 2015
Dear Lionel,I had some problems installing Intel Parallel Studio XE Cluster Edition. After a while I received the following email from an Intel representative:...
View ArticleError message about multiple PRIVATE statements not being allowed
I am experimenting with a generic programming technique - via rename clauses, see the code below - and I get an error message about multiple PRIVATE statements being used. I do not quite understand why...
View ArticleChoosing between AVX and SSE2 at run time
By using the -Qax compiler flag I can get the compiler to generate code to run efficiently on different kinds of processor, for example -QaxAVX,SSE2generates code for AVX and SSE2. At run time, a...
View ArticleOffline Activation of Parallel Studio XE 2016
Trying to install this software offline. I have new serial numbers. Process asking for License file. Follow link to download license file; however I'm taken to a page hat offers to download the...
View ArticleVS2010 Environment Vars in Intel Fortran project
'm using a VS2010 C++/Intel Fortran XE2011 mixed environment on Windows 7.I have a VS2010 Solution with both C++ and Fortran Projects. In the C++ Projects, the project file successfully resolves VS...
View Article