lin_sol_gen
hi,im not familiar with ivf, it doesnt have imsl library. i want to use lin_sol_gen in my program but i dont know how to add it in IVF... any suggestions pls
View ArticleSet cursor position in a text box
I want to set the cursor position in a text box.The default position appears to be at the start of the text, I want it at the end.Thanks
View ArticleDO CONCURRENT vs reallocate lhs
I was reading through the IVF document, under DO CONCURRENT and saw a requirement:An allocatable object that is allocated in more than one iteration must be subsequently deallocated during the same...
View ArticleVisual Studio - immediate window
I have noticed that when I am using VS2015 in conjunction with Intel Fortran, when debugging, Immediate window cannot process intrinsic functions. It is aware of all variables but e.g. for SIN(1.0) it...
View ArticleFORMAT statement question.
Please help me understand the difference between format statements 102 and 103 below. I thought format statement 102 had an unnecessary extra set of parentheses, but not true. The added parentheses...
View ArticleDTIO error message
I was trying to mimic the example in the F08 standard . . .Is this bad Fortran code?module dollar_mod implicit none private type, public :: dollar_type real :: amount contains...
View ArticleCalling FORTRAN DLL from C++ DLL using Visual Studio 2015
Dear All,I have a DLL written in C++ and a program written in FORTRAN. What I need to do is to transform the FORTRAN program into a DLL and make the C++ DLL able to call it.I read several topics on...
View ArticleMaximum matrices size allowed
Hi all,I'm having issues with the size of the matrices I declare on FORTRAN. First of all, I can't declare matrices that are too large. Second, even if the matrices are not too large, the code still...
View ArticleProcedure entry point error when calling Fortran library functions from C++
I have a Fortran library that is beibg called from a C++ main program. It generally works fine except that when certain subroutines are included in the Fortran library, the following error message...
View ArticleIVF 17.0 Installation Problems
I tried to install IVF 17.0 on my home computer I was not not able to install it using the Microsoft Visual Studio 2013 shell. I thought that I could use the evaluation license to do it but the...
View Articleexporting type bound procedure
Has this https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/346251 been fixed? If so, in which update?Abhi
View ArticleFortran Visual studio 2013 array syntax
I had an old fortran 90 code with the following command: data1(1:100) = data_all(:)where "data_all" is a bigger array then "data1". Since I know that this is not a robust syntax, it worked good when...
View Articlewrite/read problems with IVF compiler v. 17
Updating from ivf compiler version 16 to version 17 (17.0.1.143) has caused some strange behavior when writing/reading from files.A file is opened written to and read with the following:...
View Articleget name of the exe file
I distribute various versions of an executable file to various people for testing and comment. The versions are distinguished by the name of the file, e.g. "testfile_1a.exe", testfile_2b.exe", etc. The...
View ArticleThe use of kmp_malloc and kmp_free functions in a Fortran code
In Intel Guide for Developing Multithreaded Application, p.57, the use of two functions: kmp_malloc and kmp_free is recommended. These functions maintain a per-thread heap attached to each thread...
View Articleif condition problem
Since I didn't find any part of the standard stating out sequence of judging parallel conditions, I would like to ask if anyone has even met the situation like:function Test(str) implicit none...
View ArticleInstall IVF 2017
We have recently purchased Intel Visual Studio 2017 and are having some issues with the install. According to the install guide the only pre-requisite we should need is SDK 8.1 for Windows 7, SP1. It...
View ArticleRun time error when opening SCRATCH file
I am getting an error code return of 43 when I use an OPEN statement to to open a binary scratch file.It seems to work the first time I call it, but then fails on the 2nd call.Also, it only fails when...
View Articlecould a trailing comma be an alternate continuation character?
I nominate this.In my long lines where the "&" continuation is needed, I try to choose a logical break point and notice that it usually falls immediately after a comma. e.g. in a long list of...
View Articleunable to install visual fortran
it requires 'Microsoft visual studio 2012 or newer'.Where do I get this?How do I install it?Is there more information on how to get started using this Fortran compiler?I have used Fortran and Fortran...
View Article