.F not recognized by ifort; alternative -ext flag?
Lingua Inglese I am trying to compile source code with the extension .F. Although recognized by Linux machines (which are primarily the ones dealing with CMAQ, the code I am compiling), .F is not...
View Articleifort Mac OS X linking problem
Lingua Inglese Hi,I am trying to compile some code I wrote for my research on an Intel Mac Pro running Mac OS X Tiger 10.4.11 using ifort. As I managed to this before on Fedora 8 with ifort, as well as...
View Articleerror caused glibc version!
Lingua Inglese Hi,I install the intel fortran on my Fedora 8 which is 2.8.* of glibc version. It occured an error message that intel fortran support 2.6.* version?How can I install the fortran program?...
View ArticleNot finding openmp libraries
Lingua Inglese Sorry if I have missed the answer to this previously, as I have seen similar postings. I am new to Fortran on a Mac.I am trying to learn how to use openmp commands on a Mac. So far I am...
View ArticleVisual Studio 2008 integration problem
Lingua Inglese Hello,I have uninstalled VS2005, installed VS2008 Team System Edition and then Intel Visual Fortran 10.1.019 & Integrations. But nothing seems to be integrated in VS2008. The "F"...
View ArticleXcode 3.0, Intel Fortran 10.1.007 and FORTRAN common blocks
Lingua Inglese Is anyone else having problems with Fortran COMMON blocks not being 'common' when compiled with Intel Fortran 10.1.007, then linked with mixed C/C++ shared libraries? Using Xcode 2.4.1...
View Articlefatal error
Lingua Inglese Every once ina while, especially when I am using the debugger, I get the following error:
View ArticleProblems with -g flag
Lingua Inglese Hi,I am compiling some code. When I use the -g option to create debuging information in the object files, I get the following error message:ifort -g -O0 -check all -traceback -warn all...
View ArticleQuestion Mixing Intel C++/Fortran
Lingua Inglese Hello:I am trying to use mixed code with intel compilers (for MacOS). I had no problems to do thisusing the Linux or Itanium2 (SGI) compilers, but as far as I know, I read in the Intel...
View ArticleRe-linking requirements
Lingua Inglese When upgrading from one minor MKL release to another (i.e. from w_mkl_p_6.1.007 to w_mkl_u_6.1.009) what is the requirement of the user regarding re-linking their app if they use the...
View Articleundefined reference to std::sort() in offload on mic
I want to execute std::sort() in offload method on MIC, the code as following:#include <stdlib.h> #include <algorithm> #define data_num 100000 #pragma offload_attribute(push,target(mic))...
View Articletrouble in set up Build Rules in Intel Fortran Compiler
Hi,I am a newbie in using intel Fortran Compiler for Mac. I have installed the compiler and follow the tutorial to setup a new project with fortran. When setting Build Rules, I can set the process as...
View ArticleBug Report
Hi, I have encountered an Internal compiler error when compiling with codes below:type :: test integer(1) :: a integer(1) :: b end type test type(test), parameter :: const = test(Z"7f", Z"80") endThe...
View ArticleOpen Source contributor parallel studio link broken?
The link to "Get Intel® Parallel Studio XE Professional Edition:" on this page seems to be broken: https://software.intel.com/en-us/qualify-for-free-software/opensourcecon...When I click the link, For...
View ArticleAllocating parts of arrays on coprocessor
Hi, I'm trying to figure out how parts of arrays can be allocated on coprocessors. Following the user guide and an example, I tried compiling the following test code but failed.program main implicit...
View ArticleUpdate 3 for XE 2016
My 'Intel Software Manager' has announced this morning that this update is available for download but I can't find any information about what has changed from Update 2. Could someone please post a...
View ArticleGeneric resolution inside structure constructor
Inside a structure constructor (at least), resolution of a generic with a name that is the same as that of an intrinsic procedure does not appear to consider the specific procedures provided by the...
View ArticleInternal compiler error with overloaded structure constructor and MERGE
The following use of MERGE inside an overloaded structure constructor results in an internal compiler error.MODULE Direct2D IMPLICIT NONE PRIVATE TYPE, BIND(C), PUBLIC :: D2D1_POINT_2F REAL :: x = 0.0...
View ArticleA bug?
Hi,I'm using intel fortran on a mac (ifort version 16.0.3) and I think that there is a possible bug with the MAXLOC function.When I run the testing.f90 program I get: 1 1...
View Article