Problem
Hello, I bought three years ago a software FORTRAN from Intel. Recently I had a problem with my software. Then, I reinstalled it. The program works well but I have a message when I try to connect me to...
View Articlelaunching the fortran compiler not possible
Dear Service Team,I have installed the parallel studio xe 2015 cluster version (30 days free). The installation was complete and sucessfull.But I dont find any .exe file in installation folder for...
View Article!DEC$ - Does it still exist?
My old code has !DEC$ IF(bitsystem .eq. 64) lines for conditional compiling. I am trying to compile with the latest ivf version (2015) using the vf 2010 shell. I see no info in the documentation...
View ArticleIntel® Parallel Studio XE Composer Edition for Fortran not installing - no...
Hi there,I recently had to move a computer to new network, so it had to be re-imaged (Windows 7 - 64-bit) and everything re-installed. My admin first tried to install Intel® Parallel Studio XE Composer...
View ArticleFree webinar April 7 2015 9am PST "Further Vectorization Features of the...
There is a free webinar “Further Vectorization Features of the Intel Compiler” coming next Tuesday talking specifically about getting more vectorizations from Intel Compilers. But you would benefit it...
View ArticleProblems with MODULE
Show trimmed contentHi, I am relative new to Fortran, so forgive me for 3 simple questions: 1) I have made a MODULE like this in Fortran 90 using intel fortran visual compiler and get an error in the...
View ArticleCompile with existing obj or mod files
I'm handling huge FORTRAN 90 code in IVF 11.1.065, Windows 7 64bit. For code review and further development, some part of the code will be sent to other company. Also, that company want to compile the...
View ArticleMigrating fortran .f to Intel Visual Fortran and functions
Hi, I would like to know if there is a guide to migrating fortran code running on linux to windows, also have basically migrated with a lttle pain but having issues with a .f which contains a function....
View Article64 bit application does not run on Windows 2012 Server OS
I have written an 64 bit console application. The application runs perfectly well on my computer (OS Windows 7) on which MS Visual Studio 2013 and Intel Visual Fortran is installed. But the application...
View ArticleBACKSPACE error 23
I have a program for processing data of engineering which is coded in Fortran 90. An error occurs with the 'BACKSPACE' state in the program, but I have no idea about how to fix it. At the...
View ArticleRecover Licenses and Installation
Hi,My name is Andy. My company purchased three Intel Visual Fortran compilers before. But the person that manages it passed away due to a sudden heart attack. As a result, we don't have any means of...
View ArticlePlease help this issue_ error #7977: The type of the function reference does...
Hi,I ran some code on intel visual fortran compiler(Intel(R) Visual Fortran Compiler Integration for Microsoft Visual Studio* 2008, 11.1.3471.2008, Copyright (C) 2002-2010 Intel Corporation Microsoft...
View ArticleCan Licensed Version Coexist with Beta Version?
Hello, Is it possible to have the licensed compiler and linker (or whatever they are called now) coexist with the 2016 Beta Version? What about other libraries and tools (MKL, VTune, etc.)? BTW, I use...
View ArticleCan the VF Compiler for Windows use .A libraries
We're getting from somebody a Fortran static library in archive (.a) format, compiled on a Linux box with gfortran. Is it possible to include this library in a build of a Fortran program using VFW?...
View ArticleIntel Parallel Studio XE 2016 Beta has Started!
The beta test for Intel Parallel Studio XE 2016, including Intel Fortran Compiler XE 16.0, has begun. For more details, a FAQ and a registration link, see Intel® Parallel Studio XE 2016 BetaMajor...
View ArticleThis changes everything!
module m implicit none private type, public :: t private integer, allocatable :: m_i(:) contains private procedure, pass(this), public :: set => set_t procedure, pass(this), public :: get =>...
View ArticleConditional Breakpoint
Hello,i have a question related to conditional breakpoints. Im using Microsoft Visual Studio 2010 and Intel(R) Visual Fortran Compiler Professional 11.1.067 for my Fortran Project.I'm aware that...
View ArticleExit statement from block results in error #6604
I have a simple block construct:BLKF: block call fcn(x, f, flag) nf = nf + 1 if (flag < 0) then exit BLKF end if phi = f**2 end block BLKFUsing Intel Parallel Studio XE 2015 for Windows,...
View Article!DEC$ - Does it still exist?
My old code has !DEC$ IF(bitsystem .eq. 64) lines for conditional compiling. I am trying to compile with the latest ivf version (2015) using the vf 2010 shell. I see no info in the documentation...
View ArticleIntel® Parallel Studio XE Cluster Edition Training
Does anyone know of a company that provides software training for the Intel Parallel Studio XE Cluster Edition products? My company utilizes tthat software in our product development. However, there...
View Article