mspdb80.dll is missing
We currently have Visual Studios 2005 and Intel FORTRAN version 10.1 running on Windows 7.Due to some security patches we are required to install, we will lose Visual Studios 2005 permanently.We'd like...
View ArticleVS2015 How to Prevent Linking
In VS2015, how do I configure my project to prevent linking (i.e. only create object files)? I have tried using the /c option but VS2015 is still is giving linking errors:fatal error LNK1120: 1...
View ArticleIntel MPI in Composer Edition ?
Hi everyone,by using the Intel® Fortran Compiler installed on Linux with the Composer Edition version,does we are allow to use Intel MPI for doing compilation ?or do we need the Cluster Edition, which...
View ArticleIMSL installation
I have Intel Parallel Studio 2015 (via floating license) installed on my desktop, and recently purchased an IMSL add-on license. But the IMSL installation failed, with the error message of "the license...
View Articlecatastrophic error with Intel Fortran 17.0.0.098
Hello,I just wanted to report this compilation error that I get compiling fortran coarray code with intel 17.0.0.098ftn -c -assume realloc_lhs -coarray=shared -debug full -traceback -free -fPIC -warn...
View Article!DEC$ ATTRIBUTES DLLEXPORT is not ignored when porting Windows .dll project...
Hi,I think I found a bug when porting my Windows .dll project to Linux .so. I was working on a dll project (in Visual Studio), and the time came to compile this project on Linux. The project consists...
View ArticleWarnings when linking executables
I recently updated the compilers from 2015 to 2017 on my Mac Pro (running El Capitan), and now whenever I compile anything (Fortran or C), during the linking step I get the following errors:ld:...
View Articleiforrtl: severe (67): input statement requires too much data, unit 20 error
Hi Support,While I am executing my fortran program which reads huge Unformatted data, I am getting following error.iitmlogin3:/hpcs/bipink/LES/cloud_phy $ ./a.out forrtl: severe (67): input statement...
View ArticleFortran 77 Source coide need compilation
We have a legacy fortran 77 source files, which are compiled to construct a shared dynamic library using Solaris Dev Studio11 fortran 95 compilers under Soalris 10(sparc). Issue now is we want to...
View ArticleVS 2013 Problem with XE 2016 Update 4
Hello allI recently updated my compiler (see the attached About VS 2103.txt which contains all of the tools installed) and when I try to create a new project, I don't see any options for Intel...
View ArticleXE 2017 Fortran
Hi guys, I got a client who has just bought this and he says that he cant install on 32 bit machine and it's 64 bit only. Is this true as he has been told this from Intel support. Thanks,Mark
View ArticleSettings to trap uninitialized variable
I would like to know if there is some online help or useful thread/topic where i could get info about which options to set to get the compiler to break with the message variable has been used without...
View ArticleQuickwin MENUQQ operations and control of child windows
I use Quickwin a lot, but not usually with customizations to the menu bar. When I have tried this, I have been bamboozled by its interaction with child windows. Specifically, sometimes, a "rogue"...
View Articlecan avoid shared object calling wrong subroutine in another shared object?
Hello,I have a C# program that calls routines in two Fortran shared objects on Linux (run under Mono on Linux, run using DLLs on Windows). I've found a problem that if both shared objects have been...
View ArticleHow do I get my fortran back ?
I just had a computer "GO SOUTH" and I have the new one up and running.But the Fortran XE 2017 I downloaded wont run. I installed it using my previous license file,and it went thru all 62 pieces, but...
View ArticleAccess violation in assignment(=)
Hello,i got an error with the XE17.1 compiler. The following code produces two different crashes in line 35 (coming from 68), dependend on the type of "vec" in "T_VECTOR". The code worked with the...
View ArticleLink error using makefile
This is a simple test for ifort.test.90:integer a,b,c a = 1 b = 2 call sub(a,b,c) write(*,*)'c=',c stop endsub.f90:subroutine sub(a,b,c) integer a,b,c c=a+b return endThe makefile is:lib = sub.lib...
View ArticleHow to change /Qvc after Installation
Hello,I am using Intel Parallel Studio XE 2015 Update 7 Composer Edition for Windows to compile Fortran files with C-Files. I addition I have installed Visual Studio 2013 and Visual Studio 2015.I have...
View ArticleLicense renewal clarification
Hi,in the beginning of the year I purchased a license renewal. the order summary minus the serial is given below. This was the product recommended by the registrationcenter websitre for license...
View Articlewhat happened to XE 2014, 2015, and XE 2016 ?
I looked at that registration page with my current license, and all I could find was the XE 2017 stuff, and XE 2013 Build 6.Are we to understand that those other releases are forbidden to us ?What is...
View Article