Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*

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 Article


ifort 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 Article


class 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 Article

Allocatable 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 Article

PS 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 Article


intel 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 Article

Fortran 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 Article

character 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 Article


Visual 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 Article


Image may be NSFW.
Clik here to view.

debug 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 Article

Exporting 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 Article

Intel® 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 Article

Intel 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 Article


Recognizing 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 Article

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 Article



Latest Images