Asynchronous File - How to Set Up
I noticed there are several methods for setting up asynchronous file writing.The first is opening the file with asynchronous='YES', then having any read or write with asynchronous='YES', but I also saw...
View Articleifort command line installation with Parallel Studio XE 2018 and VS2017
Hello all, My apologies if I missed this issue in searching through the forums. I've rolled over to XE 2018 Update 2 Composer Edition (w_comp_lib_2018.2.185) and VS2017 15.6.6 (win 10 machine). From...
View Articleclass dummy argument causes problems with non contiguous array
Hello,i got a problem with object members of arrays beeing passed to a subroutine. In the following example everything works fine a long as the dummy argument arr_arg of foo is defined as type. But as...
View ArticleAllocatable Arrays in Fortran
Hello,Can someone please help me understand what are allocatable arrays while writing a code in Fortran? When do we allocate/deallocate arrays? What is the role of the module? Thanks
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 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 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 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 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 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 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 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 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 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 ArticleChanges 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 Article