strange memory occupier of allocatable array in custom type in Fortran
I wanna create an allocatable array in custom type as follows:type cell integer(4) :: fn integer(4), dimension(:), allocatable :: ndend type celltype(cell), dimension(:), allocatable ::...
View ArticleImplementation of unlimited polymorphic types
How are unlimited polymorphic types implemented in Intel Fortran?The obvious impolementation would be as two C poiinters, one pointing to a structure describing the target type and the other pointing...
View ArticleIndependent installation of multiple versions
Dear Intel people,I'm trying to install multiple versions of Intel Cluster Studio on a linux workstation as a "user level" (not system-wide) copy using my named license. However, when I install a...
View Articleworkaround for using derived type with allocatable components within OpenMP...
I'm working on a CFD code, operating on several large 3D arrays. Coming from C background, I was thinking to encapsulate these arrays into a derived type:type variables integer :: nx, ny, nz ! Grid...
View Articleerroneous trace back listing in release mode
I have experienced many times a wrong trace back listing in case of run time errors.The following is a case: Output/plot unit 7 PL1 - time 4:00:00 P. 49 forrtl: error (73):...
View ArticleInternal error with Intel Inspector 2016 Update 1
Hi,When doing a threading error analysis on an application with Inspector 2016 Update 1, the analysis is terminated due to an internal error. The pin.log then contains the following line:Pin 2.14 kit...
View ArticleOpening I/O files from main program, writing to them from .DLL
Hello,I'm experiencing similar problems to that of https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-fo...When opening a file with a specified unit number in the main program, and...
View ArticleOld Feature
I was looking at some old code in a Structures manual.IF(ALPHA) 105,104,105Alpha is the co-efficient of thermal expansion. I thought arithmetic if statement had been taken out of Fortran, but for fun...
View Articleis there class prototype or static method in IVF?
As in my mind, type bound procedure with NOPASS attribute, the method is a static method, and can be referred to using the name of the class prototype. Otherwise, with PASS attribute the method is an...
View ArticleInternal compiler error
I'm sorry to hijack this post - but I can't create a new forum topic (tried 3 different browsers - every time I get the error "Subject is required", (yes, I have a subject in the submitted form))....
View ArticleDerived type performance
Hello,I am trying to solve a problem involving quite a lot of data, and started creating derived types which pack the data together. For simplicity purposes, let's say I have an allocatable array of...
View ArticleList-directed unformatted read problems
I was just reading jm-nichols post on some "old code" and unformatted reads and noted a similar problem I was having with somewhat similar code:REAL TIME CHARACTER (LEN = 8) NAME INTEGER IX, IY, IZ,...
View ArticleCrash with allocatable character variable that is declared with a fixed length
The following small program compiles without warnings or errors: program test call s1('abc') contains subroutine s1(s) character(len=*), intent(in) :: s character(len=20), allocatable :: c c = s print...
View ArticleHow to quickly use remote data collection for VTune(TM) Amplifier XE?
Background VTune™ Amplifier XE provides data collector, command line, Graphic User Interface components. Some systems have no GUI supported (no GNU* X11 libraries installed, may act as target device...
View ArticleDistributed Memory Processing (MPP) Application Issue Involving Intel Fortran...
Hello. I have a unique distributed memory (MPP) application that I'm working on, and I ran into an issue that I am hoping I can get some help with. I am working with a commercial finite element...
View ArticleCompiler does not flag the type mismatch in FUNCTION statement
I apologize if this is a known issue and being worked on, but I failed to locate any relevant thread on this.module mykinds_m use, intrinsic :: iso_fortran_env, only : I2 => int16, I4 => int32...
View Articledoes assigned go to work as it should ?
Hi,having said that I am removing all obsolete features from the code I am working on, I think there is something incorrect in how Intel Fortran deals with assigned goto statements: it seems to ignore...
View ArticleInstalling •Composer XE 2013 SP1 initial release (compiler 14.0.0) did not...
I used this exe: w_fcompxe_novsshell_2013_sp1.3.202.exe to install the compiler without having any Visual Studio installed. I had expected that a shell of VS2010 or 2008 would come with it, but it did...
View ArticleDownload and install ifort for ubuntu 14.04
HelloI need to install ifort non-commercial version on my 64 bit system with OS ubuntu 14.04. From the intel website i have the non-commercial tool but it doest not support Ubuntu.Can anyone please...
View ArticleEigenvalues
I was looking to use the FEAST Eigenvector routines in a new program. The error message I get after linking to the MKL parallel library is libiomp5.lib not found. This is a clean setup on a new...
View Article