Changes to Forum are underway causing some threads to be temporarily redirected
Dear Fortran Forum contributors and users,Fortran Windows and Fortran Linux forums are being merged into one "Intel Fortran Compiler" Forum. Meanwhile, you might see some threads/topics being...
View ArticleRecognizing new license
How do I get my latest license recognized by IVF?I tried doing a repair of the existing install, but was not prompted for the license/activation.Is there a simple way, or do I need to do a complete...
View ArticleIntel support for Named IF block in Fortran 2008
Consider the following simple Fortran program:program testNamedIfBlock implicit none integer :: i, counter test: if (.true.) then write(*,*) 'Hello World!' exit test else test end if test end program...
View ArticleIntel® Parallel Studio XE 2018 conflict with Qt visual studio tool 2.2.1
My OS is win7 and I have installed VS2017 with Qt visual studio tool 2.2.1Recently I installed the Intel® Parallel Studio XE 2018. There is something wrong.VS2017 can‘t run once again except reboot...
View ArticleExporting subroutines from a Fortran DLL
In a DLL project, we export all our subroutines and functions (which are normally in modules) using:!dec$ attributes dllexport :: routine_namein the appropriate place in the files.I now want to add...
View Articledebug variables in dlls
Hi all,I just realised i had posted in the wrong section, so I replicate the topic here, apologize for cross-postingI'm having problems trying to debug a fortran code: during debug i cannot WATCH...
View ArticleVisual Fortran 2018 Slower then 2017?
Hi All, So I just upgraded this week from Intel Visual Fortran 2017 to 2018. I have each on different computers and the compiler settings are identical (as far as I can tell). I am compiling a large...
View Articlecharacter array index error
Hi, I want to show the following code which a character array index error occurs. module test1 implicit none private public :: tp1, const1, const2, const3, chars type :: tp1 private integer :: var...
View ArticleFortran files with extensions other than F90, FOR, F in Visual Studio
How do I tell Visual Studio that a certain extension other than F90, FOR, F must be treated exactly the same way visually and debug-wise as a Fortran file? Say it's a INC file, and when I look at it...
View Articleintel math kernel library
I want to calculate the eigenvalue eigenvector fortranda.I have a few questions here.1- Select dynamic or static linking: what is dynamic static, single dynamic library2- Select interface layer: 32 or...
View ArticlePS XE 2018 Update 4 & VTune
Colleagues,One of our team members has installed Parallel Studio XE 2018 Professional Edition Update 4. (Compiler, VTune, Inspector, and Advisor), integrating into Visual Studio 2017. After installing...
View ArticleHow to hide horizontal scroll bar in list box when it isn't necessary?
I have a quickwin application, in which there is a list box. I've added to the list box a horizontal scroll bar in the following way. I've included in the DoCallBackInit subroutine sending the...
View ArticleVisual Studio macerating /Fd compiler option?
Dear AllI am using Visual Studio Enterprise 2017 v15.5.4 with Intel(R) Visual Fortran Compiler 17.0.7.272 [Intel(R) 64]And debugging is not working - not stopping at break points, and when the first...
View ArticleOT: Odd occurrence
I just received a strange email related to this forum, purporting to be from Intel. Supposedly it comes from idz.admin@intel.com, and it begins:Greetings Gib B.,Update for Forum topic: OpenMP problem...
View ArticlePort CVF project into IVF, errors with DFOR.lib
Hi all,I recently started working on a project that was build roughly 15 years ago. It uses a Visual C++, and visual fortran compiled in CVF. Currently, there are two projects in one solution. The C++...
View ArticleCannot open vfproj file in visual studio 2017
I have VS 2017 15.7.1I've tried all the things I can find but I cannot open a vfproj file that I created in February 2018 now in May 2018. I was running the 30-day trial in February and then it...
View ArticleProblems with execute_command_line
I am having some problems with execute_command_lineMy program launches in a folder in which I don't specify. I need to move around this root folder creating new sub-folders and moving between them and...
View ArticleForum Activity E-Mails
Today I have been receiving several e-mails telling me that there has been activity on forum topics that I started over the past few months. When I checked nothing has been added. Is there a problem...
View ArticleForum "Spam" emails
From this afternoon I am getting email change notifications for any thread I started on here going way back. I am guessing some forum admin is going on and the threads are thus marked as changed and as...
View ArticleF1 access to documentation
Intel folks:Many thanks for bringing back F1 access to the Fortran documentation with the latest update 18.03. It was certainly helpful to have it available in release 19.0 beta, but essential for our...
View Article