Integer Constant declaration
Quick question. I know that for real constants, it is recommended to declare as (0.0_dp):integer, public, parameter :: dp = selected_real_kind(p=15, r=307) real(kind=dp) :: real_number = 0.0_dpWhat...
View ArticleCompiler-generated module files for PURE interfaces
I have a large program with hundreds of source files. I have been using the "-module" and "-gen-interfaces" features for several years now with great success to ensure all of our subroutine calls...
View ArticleI need the intel fortran noncommercial
I am a Ph.D student and I need the intel fortran noncommercial on linux(not trial). version composer_xe_2011_sp1.11.339 or any version if this dose not available what do i do? Please help me!Zone:...
View Articleproblem with optimization flags
I am encountering a strange problem with the fortran intel 17.0.0 compiler (as obtained through “ifort –v”) when compiling with optimization flags with arrays. After a series of tests I created the...
View ArticleIntel Fortran and MKL: How to include lapack.f90 and mkl.fi
I need to use a subroutine from MKL LAPACK in my program. I was reading that, in orden to use that subroutine in my program, I need to include lapack.f90 and mkl.fi in my program an then use -mkl...
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 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 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 ArticleArray attribution with all elements
Hi,one way to set values to all elements of an array is:Do i=1, N A(i)=2*B(i) C(1,i)=2*B(i) End doAnother possibility is to use this:A(:)=2*B(:) C(1,:)=2*B(:)Which is the optimum way to set values of...
View ArticleSubmodules and private derived type components
Hi there,the following code compiles and runs although "a" of type "typeA" is decleared "private":Module Mod_TypeA Type :: TypeA Private Real :: a End type TypeA End Module Mod_TypeA Module Mod_TypeB...
View ArticleSIGSEGV bug on one platform but not on the other platform
Hi, working with a relatively complex software system, the offending code pointed out from err file traceback is this:...
View ArticleWhere to download older intel license server application
Hi, As per the subject line, we are migrating our intel compiler license server to a new machine (running ubuntu 16.04) and need a new (or newish) version of the intel license server. Support for our...
View ArticleError when checking if pointer is associated
0down votefavorite I recently started to use procedure pointers and it all worked fine. Now however, I get a segmentation fault when checking if one of those pointer is associated ONLY when it is null...
View Articleuse module within another module
I am trying to use merge_sort function that is contained in module-1 within module-2. No matter where I place the USE module-1 statement within module-2, I get compiler errors. Either error #6285:...
View ArticleBug with write and pos= in stream access
Hello,Up to now I was using the following version of the Intel Fortran compiler: Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.2.144 Build 20140120...
View Articleifort bug with some fortran elemental functions
One of my customer has been experiencing a strange bug with ifort compiler. We've found a workaround as this bug has a minor impact.Problem Description:ifort fails to compile the following sample...
View ArticleWRFDA intel Version 15.0.0.090 compile error
Hello, I am trying to compile WRFDA 3.7.1 http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#WRFDA and it is failing. In other forums it states that this problem occurs apart from that of...
View ArticleIntel Premier Support Legacy Status Update
See: Intel Premier Support Legacy Status Update
View Article