Intel Composer 2016
Hi,Do I must have Visual Studio to use the composer. In the product definition, it was mentioned that a reduced environment is included with the composer and there is no need to buy the Visual Studio....
View ArticleError problems in connecting ABAQUS and FORTRAN
HalloI am working on ABAQUS 3D grain microstructure modelling which includes the code which is written in FORTRAN,I am using ABAQUS 6.12.3Visual FORTRAN Compiler XE13.1Visual FORTRAN Composer XE 2013...
View Articlecompile error 8032 on IFWIN FindWindow call
I am getting the following compile error:B:\ios\FWinLib\ivf>ifort /c /Qsave /nogen-interfaces /align:dcommons ..\src\fi nd_window.f90 Intel(R) Visual Fortran Compiler for applications running on...
View ArticlePSXE 2016 update3 vs VS2015 update 2 syntax not higlighting
Hello.I've installed the VS2015 (enterprise)update 2 and PSXE 2016 update 3, then when i started a new main program fortran project, the syntax wasn't highlighted.Then i did what was told in...
View ArticleHave FORTRAN 2016 and Visual Studio Shell 2013 with no FORTRAN Templates....
I installed Intel FORTRAN 2016 Update 3 (current as of May 2016) and during the installation a Visual Studio 2013 Shell was created to assist me with the FORTRAN. I have never used Visual Studio but...
View Articlepermanently out of date source
I have a Fortran project that has quite a number of modules and some sub-modules. If I do a clean build it builds OK with no errors however if I change nothing and then do a build there is one...
View ArticleUsing both IVF11 under Visual Studio 2008 and Intel Fortran Composer XE 2016...
Since a month now I have both IVF11 running under VS2008 and IVF16 under VS2015 on my PC. After some installation problem with IVF16 and rebuilts of my application I have encountered a problem that...
View ArticleInvalid buffer on binary file write
Steve, Colleagues:A very small number of users of our code are encountering error 38 during an attempt of a binary file write:forrtl: The supplied user buffer is not valid for the requested...
View ArticleDefault output extension not .dll?
I'm compiling a source to be a dll, but by default it makes it an .exe. What am I doing wrong? I thought /dll would make the extension .dll.Here is my command line in windows.ifort f6070.for...
View ArticleBug: internal write different from printout
Using Intel Composer XE 2015 on 64-bit Win7 machine. This is perhaps the same bug I found before, but after much effort I tracked down my problem going from G95 to Intel to this, so am reporting it...
View Articlex64 Debugging--cannot view variable values
I am using Intel Visual Fortran Composer XE 2013 SP1 Update 6 for Windows, Version 2013.1.6.241, with Visual Studio 2013 on Windows 7. I created a default "Hello World" console application and added a...
View ArticleRuntime error : cannot locate entry point on mkl_serv_print_verbose_info ?
Hello everyone, I used VS 2013 + IVF 2013 + MSMPI + PetSC + microsoft HPC those environment to build a fortran multithreaded console app.The OpenMP conditional compilation = yes, use intel math kernel...
View ArticleOptimisation of DO LOOP summation
What is the best way to optimise loops like the following, which are from Steam and Water property calculations: DUMMY=0 DO i = 1,34 DUMMY = DUMMY - nreg1(i) * ireg1(i) * (7.1D0 - pi) **...
View ArticleData initialisation in module
I am sure this has been asked many time, but are data maybe simple type like integer initialised at run time?I have a feeling they are set to 0.0.I am using: Visual Fortran Compiler XE 14.0.1.139...
View ArticleC++ and Fortran source in one Project
Hi,in front i´m complete new with Fortran.So my Problem is: We have an realy old Software Project. It was generatet with Compaq Visual Fortran 6.1 and includes Source Files in *.cpp and *.for.From my...
View ArticleProblem with offline license
Dear all,Sorry if this problem has already been presented, but if it was i couldn't find it. I am facing a problem with the license file for the parallel_studio_xe_2016_update1 product, for which i...
View ArticleArray of pointers WANTED
Hi all,I know this topic has been covered in other topics....but i cannot figure out how to implement the previously given suggestions.here is my code trying to create an array of pointers which (so...
View ArticleSubtract a vector from a matrix in fortran (row-wise)
down votefavorite Suppose I have a matrix A in fortran which is (n,m), and a vector B which is (1,m). I want to subtract the vector B from all rows of A without using a loop.As of now I have only...
View Article*G0 data edit descriptor
Consider the following code, which outputs the content of an array in a string of the form [value,value,value]PROGRAM P IMPLICIT NONE INTEGER,ALLOCATABLE :: A(:) A = [1,2,3]...
View Articleconditional compilation of DLLEXPORT attribute
I have a library of routines from which I create an object library (.lib) and a DLL (.dll).I currently use a custom pre-processor which removes the "!DEC$ATTRIBUTES DLLEXPORT :: name" statements,...
View Article