Getter functions for arrays
Hi,I wonder if there exists an easy way to implement a getter function for an array valued attribute?For instance, one has a derived item, for example the extensions of a process grid (pgrid). As this...
View ArticleAUTOINVIKE will not execute more than once
I'm having a problem with executing a call to the Execute method of a Connection object more than once. The first call executes fine but any subsequent calls just cause the program to stop execution....
View Articleshell32.lib
Hi All,I am using Intel Visual Fortran Composer 2013 with Microsoft Visual Studio 2012 to build an exe file. I got the following error message:1 fatal error LNK1104: cannot open file 'SHELL32.LIB'Can...
View Articlecompatibility
The Compatibility of Intel Compiler for OS X and Xcode indicates Intel Composer XE 2013 SP1 is not compatible with OS X version 10.10. Really? This software is 2 years old and cannot be used anymore?...
View ArticleLNK2001: unresolved external symbol XE 2015 in GENMOD
I recently upgraded from XE 2013 SP1 to XE 2015 (15.0.22) and with no changes to the code am getting LNK2001: unresolved external symbol errors from the Interface modules automatically generated by the...
View ArticleCompiler runs into problem compiling F77 code
I'm trying to compile Fortran 77 code (T-matrix code) on a Linux system using Intel Parallel Studio XE 2015 for Fortan and I have the recurring problem of too many errors.I'm using: ifort...
View ArticleVisual debugging of #define variable
I have a line like this:STRUCT(2)%VAR = 1I use fpp to make the code a little more readable with#define VAR STRUCT(2)%VARand now the code isVAR = 1The preprocessor expands this to the full line and...
View ArticleIntel 14 and 15 compiler bug
I've attached a very small example that exposes a bug in 14.0.3 and 15.0.2. In the example, a module declares a derived type and a F2003 structure constructor for it. In a later procedure the module...
View ArticleBad results from assignment to allocatable array (with realloc_lhs)
I've attached a small example that clearly demonstrates that bad results are obtained from assignment to an (unallocated) allocatable array. I am using the required realloc_lhs switch. The problem...
View ArticleComplex logarithm
Hello all,according to the "Intel Fortran Libraries Reference", the natural logarithm of a complex number should give complex values x+i*y with -pi < y <= pi. But:write(*,*)...
View ArticleCoarray implementation of QR decomposition?
I am wondering if there exists a coarray implementation of the QR decomposition somewhere, in library or source form. We are probably years away from a true coarray implementation of LAPACK, for...
View ArticleProblem installing XE 2015 - Intel.Misc.Utilities
I have a problem with VS 2010 Win7 when installing w_fcompxe_2015.4.221. After installation I cannot open any VS dialog. Instead I get the following error message."Could not load file or assembly...
View Articlecannot find 'ifort' after installing parallel_studio_xe_2015_update3 on ubuntu
I am an university student. I have just downloaded and installed the parallel_studio_xe_2015_update3. But in the directory '/opt/intel/composer_xe_2015/bin', I only find 'icc', but not 'ifort'. Have I...
View ArticleFORTRAN: Opening and reading data from a network location
I am trying to run a simulation using FORTRAN. I have large input data at server A and I want to read input files from server A and run my simulation on server B. I am using a FORTRAN subroutine to...
View Article!dir$ loop count vs !dir$ parallel
I'm working through my old code to improve its performance and running GAP. The reports often suggest I add !dir$ loop count min(XXX) to the code. Although I reckon that more often than not the loop...
View ArticleFirst statement in file a continuation character
I need to have my subroutine INCLUDE several files that build up a statement.Here's some code:ASSOCIATE( INCLUDE 'afile' x VAR2 => STRUCT%VAR2)The included file contains x VAR1 =>...
View ArticleWavelet Transforms
Hello, I am trying to get an algorithm for Wavelet transforms, ideally that computes the Daubechies 6 coefficients for image pocessing purposes. I was looking to see if there was any online code or any...
View ArticleFortran Wavelet Transforms
Hey guys, I am trying to find some online library or code that computes Daubechies wavelet coefficients, for image processing purposes (horizontal, vertical and diagonal detail coefficients). Is there...
View ArticleIOSTAT 30 problems
Is it possible to analyze the cause of IOSTAT=30 errors from an open statement?We have inquire(file=zfile,exist=file_exists,opened=file_open, number=u,& action=action) OPEN(NEWUNIT=IUNIT,...
View ArticleProblems with pack intrinsic function: catastrophic error and bad results
I noticed that the subroutine sprsin in numerical recipes produces catastrophic error if compiled with ifort 15. The problem seems due to the linesa%jcol=pack(spread(arth(1,1,n),1,n),mask)It is...
View Article