gdb issue when compiling with '-check bounds'
I am still involved with a legacy program that has many very old components (30 - 40 years old). We have recently migrated from g77 to Intel Fortran, and things are going well. Recently, the original...
View ArticleAccess 2D Fortran array from C - odd behaviour
This topic must have been beaten to death, but the issue I've encountered seems very odd.Here is the C code:void test_array(int *, int *, double **); // To test accessing a Fortran 2D array.void...
View ArticleSlow debugging when variables in watch window using VS2008 with Windows 8.1
This will not be an easy question to handle for anyone as it involves a lot of variables. We shifted on to Windows 8.1 and started observing this issue.OS: Windows 8.1 EnterpriseVS: Visual Studio 2008...
View ArticleProblem with type bound operator - valid code rejected
Another issue while experimenting with type bound operators: ifort (version 15.0) rejects the attached code, which I think is correct (some comments in the code itself, close to the line producing the...
View Articlecompile with #ifdef
Dear all,I would like to create a program with #ifdef and #endif compilation options but I do not know how could i compile even tis simple hello program: PROGRAM HELLO IMPLICIT NONE #ifdef PARALLEL...
View ArticleCompiling without MAIN program to Link with ABAQUS
Greetings,I'm writing an ABAQUS FILM user subroutine. The subroutine uses many supporting modules to get the job done, and works well with a dummy driver. I'm most experienced writing stand-alone...
View ArticleWrong MCH_SSKPD
Hi, Guys,Does anyone see this warning message before?How to fix it?Incorrect setting of the registers of the graphics chip:Jul 6 18:54:51 i7IvyBridge kernel: [drm] Wrong MCH_SSKPD value: 0x20100406Jul...
View ArticleUnexpected compiler error with the use of a type-bound procedure returning a...
The compiler error with the following code appears to be incorrect:module m implicit none private type, public :: t private integer, pointer :: m_i contains private procedure, pass(this), public ::...
View ArticleVS2010 stopped working (crash) when debugging attached code sample
When I Debug the attached code with VS2010 and IVF XE2013 (and 2011 on colleagues machine) on entering the subroutine SCALC, after a break point has been placed at line 448, causes Visual Studio (VS)...
View Articleextended precision (64-bit precision)
Dear DZI have just updatet my fortran compiler under WS(Professional 2013 - update 4) with Intel® Parallel Studio XE Composer Edition for Fortran Windows*.Unfortunately, my code is no longer able to...
View ArticleInstalling PETSc with Intel MPI and compilers
Hi,I need to install and build PETSc with Intel MPI and compilers. It has so far been unsuccessful.It seems that I need to know which mpi libraries to link toThe compiling and building is done in...
View ArticleBug in Intel MPI Fortran compiler version 15
Dear All,There appears to be an obscure bug in version 15 of the Fortran compiler involving MPI, OpenMP and string passing all together.We're running on Intel hardware under Linux. First the...
View ArticleProblem compiling NAG Library
Dear folks,I am using>ifort -O3 -xHost -ipoto compile a huge program package including a NAG Library file and get the following error message:NAG_TProp.f(8887): remark #7922: The value was too small...
View ArticleMS Visual Studio 2015 and Intel Parallel Studio XE 2015 U4 crash on specific...
Hi,while importing the open-source project CP2K, I came across a problem with parsing the input files. Opening the attached file d3_poly.F in Visual Studio 2015 with Intel Parallel Studio XE 2015 U4...
View ArticleXcode not detect fortran compiler
I just purchased Intel Fortran 2015.3.187 for OSX. I'm using XCODE 6.4. It seems XCODE cannot detect fortran compiler. What should I do? Do I need to obtain lower version of XCODE?
View ArticleCompiler directives in Paralle Studio 2015
Hello,I am using Parallel Studio XE2015 to compile a program that was compiled with Visual Fortran in the past. It looks like the compiler is ignoring !DIR$ and cDEC$ compiler directives. Initially, I...
View ArticleIMSL numeric libraries with Intel Fortran for Linux
I am just wondering what might be the reason(s) for IMSL numeric libraries being unavailable as add-ons or a bundled feature with Intel Fortran for Linux?Is then purchasing it directly from Rogue Wave...
View ArticleUpdate 4 for for Fortran Linux Version 2015 ?
Is there going to be an Update 4 for Composer Edition for Fortran Linux Version 2015 released in the near future?Update 3 came out on 13 Apr 2015. I can see that there is an Update 4 for Composer...
View ArticleFail to read data file
I am now using the Parallel Studio XE 2015 Composer Edition for Fortran combined with Xcode 6.3 to run a program.The program was made in order to read data from file first and then go for some further...
View Article