Trying to Update to 2016 version
I have Intel Parallel Studio 2015 XE Composer Edition for Fortran Windows installed and downloaded the 2016 version and it takes forever to come to the welcome screen and then tells me it can't install...
View ArticleOld Code
Whilst trouble shooting the program I stumbled across this code SUBROUTINE HQRWT(N,M,G,E,V,A,B,W,ND,P,Q,XM,INT,ITAPE,NP,LF) c...
View Articlepipe screen output to file
i am fairly new to fortran and am using an existing code it opens a file using OPEN (6,FILE='outdata')it is my understand that 6 is reserved for printing to screen and so this works to direct anything...
View ArticleDLLs with coarrays
Hi, I want to refresh the issue that was posted in 2012 about using DLLs with coarrays:Steve Lionel (Intel) Fri, 11/02/2012 - 12:49No - sorry. The whole concept of coarrays is that it is whole-program...
View ArticleHow to use ‘Microsoft Visual Studio 2010 Shell and Libraries’ with Intel...
Hello,I want to use ‘Microsoft Visual Studio 2010 Shell and Libraries’ within Intel Parallel Studio XE Composer Fortran. However, I currently have the license for Intel Parallel Studio 2016. Do I need...
View ArticleError when Compiling HDF5 with Intel C/C++/Fortran compilers
Hi Everyone, I'm getting this error when running make on HDF5 src with the intel compilers:ld: warning: libimf.so, needed by ../src/.libs/libhdf5.so, not found (try using -rpath or -rpath-link)ld:...
View ArticleQuery on Visual studio compatible with Intel parallel studio XE composer...
This is regarding the recently purchased “Intel Parallel Studio XE Composer Edition”. (a) Do I need to install visual studio 2013 express edition ? (b) I run also C# code or c++ apart from...
View Articleperformance of svd
Hi,I have a program written with both matlab and fortran. The main component of the program is a loop and in each loop there is a svd and some simple calculations. I profile the matlab program and it...
View Articleinteger(8) causes array temperary
HiIn the sample below: changing integer to integer(8) is giving an array-temporary. Is standard violated by the program (in subroutine Method's argument declarations for arrays A and B)?Compile with...
View ArticleSegfault and ICE with ifort 16.0.1.150
Hi,One of our users has reported a segfault and ICE when attempting compiler a problem. We have a test case (below), however unfortunately it depends on a .mod file (attached) that we don't currently...
View ArticleIDE integration for VS2015 installed after installing XE Composer 2016
How do I enable fortran integration into VS2015 (new project etc) when I installed VS 2015 *after* installing XE Composer 2016? (The fortran integration files mentioned in...
View ArticleHuge overhead cost with IFORT OpenMP - Part 2
Dear all,maybe some of you remember my first topic with this issue https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-fo.... I am working with a code written in Fortran 77 and I was...
View ArticleHow could I download an old version of the Visual Fortran Compiler?
Good afternoon everybody,I need to work with "Intel® Visual Fortran Composer XE 2012 SP1" but I can find it anywhere on the Intel Website, I just have access to the latest release of the compiler...
View Articleneed 32bit version to compile
Why is it when I specify ia32 on my 64bit Linux, IFC still compiles in 64bit.This is in my bash filePATH="/opt/intel/composer_xe_2015.3.187/bin/ia32:$PATH" export PATH...
View ArticleBug Fixes for Previous IVF Versions
All,Out of curiosity, if a bug is found in the latest IVF compiler & is found to be something that has propagated through previous versions without being found, would bug fixes be issued for...
View ArticleCreating redirected console for DLL
I recently had (still do) a problem in getting diagnostic information out of a Fortran DLL containing offloads to Xeon Phi coprocessor. The host application was a C# forms application with no console....
View ArticleLibrary Lapack in Fortran 77
Hello,I am beginer user in Fortran, so perhaps my problem could look silly, but I got stuck and I need a help.I have a code in Fortran 90 in which I have used the function SGESV from Lapack...
View ArticleICE using ASSUME directive
Maybe I shouldn't have formed the ASSUME directive that way, but an ICE is always a bug. See attached ifort -V Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version...
View ArticleUse OpenMP to parallelize different source file
Hello, I tried to parallelize the Fortran codes using OpenMP. When I put all the subroutines in one single source file and created a static library, then I came into problem to run my model with this...
View Articledoes visual studio community 2015 support fortran?
Hello,I installed the visual studio community 2015 and the Intel parallel studio XE cluster edition (including c++ and fortran). However, when I tried to compile fortran code, I find the error "rc.exe...
View Article