New Vectorization Diagnostics starting from Intel® Fortran Compiler 15.0
We have a similar catalog of vectorization diagnostics for the Intel® C++ Compiler HEREWe have a similar catalog of vectorization diagnostics for the Intel® Fortran Compiler 14.0 and below HEREThe...
View Articleproblem with Installing XE 2015
I have been running a thread with ...forums/intel-software-development-products-download-registration-licensing and have come up against a problem such that I have been advised to start a new thread...
View Articlecompilation with mpiifort - error not found MPI_CHAR type
Hello,I try to install a code on a HPC under Linux.My command line is :mpiifort -I./INC/ -I$HOME/MARSLIB/usr/mpi/include/ -module $HOME/MARS/COMPILE_MARS/WTEST-BIDON/OBJETS/ -O2 -i4 -r8 -ftz -fpe0...
View Articleifort creates empty ~/intel/ism/rm
Whenever I run ifort it creates an empty directory tree "~/intel/ism/rm". I found https://software.intel.com/en-us/forums/topic/509368 forum thread from a year ago where Steve Lionel claims this should...
View ArticleSlides from May 4th Webinar on Cilk
Hi all,We did a webinar this morning at 8am Pacific time on changes and new updates in Cilk in the Intel Parallel Composer beta. I am posting the slides here. Let me know if there's any interest to do...
View ArticleGetter 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 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 Article