Quantcast
Channel: Intel® Software - Intel® Fortran Compiler for Linux* and macOS*
Browsing all 2746 articles
Browse latest View live

Internal compiler error - character(:) pointer in function declaration

The program below gives an internal compiler error for ifort (IFORT) 14.0.3 20140422 under Linux.  It is the character(:) in front of function getS that triggers the error.  Moving character(:) to the...

View Article


help interprt a Linker warning for alignment

I have some code that runs fine and doesn't give any warnings using parallel studio XE2011 (or under that version on windows). But under parallel studio XE2013 update3 it give this warning: ld:...

View Article


Help to Update Intel Fortran Compiler and c++ compiler

Hello,Could you guys explain me how to update the intel fortran Composer XE and the C++ composer XE (both are part of the Intel Cluster Studio )The head teacher of my lab bought the Intel cluster...

View Article

USB Key License

Hello we created a large static library using Intel FORTRAN, winch can be included in a FORTRAN project , and we would like to protect and secure this library using USB key. In other words I would like...

View Article

Compiler erroneously allows a procedure pointer to an elemental procedure.

Consider the following simple example: the compiler (version 14 as well as 2015 BETA) allows a procedure pointer to an elemental procedure and based on what I understand, this is a violation of the...

View Article


Unsigned 8 bits integer in Fortran

Hi,I need to work with images and I would like to know if there is a way to work with 8-bits unsigned integer in Fortran, with comparisons, additions,... I can't find a way to do that. Best...

View Article

Can Intel make tracking incident database "viewable" for everyone, so users...

Won't it be a great benefit to all users if the tracking incident database for Intel compiler incidents (bugs/features, etc.) can be made "viewable" for everyone?  I think it could be a "marketing...

View Article

Problem with "forrtl" when running bash script on open terminal window

I wrote a bash scrip that download files from internet and then run a software called Wavewatch (which is compiled with Intel Fortran Compiler) to do some process using downloaded files. The problem is...

View Article


PDEP/PEXT in Fortran

Hi,is there any extension available to use the PDEP/PEXT bit operations in Fortran? Is there any plan to add bit manipulations like that to the Fortran standard?greetings,Steven

View Article


open MPI mpirun error

dear all,this is my problem:when I try to run the mpirun I get the following error:/opt/intel/composer_xe_2013.5.192/mpirt/bin/intel64/mpirun: 96: .: Can't open...

View Article

relocation truncated to fit and openmp

Hello,When I compile my project, I obtain "relocation truncated to fit" errors. However, these errors disappear if I add the -openmp flag to my compiler options, even though I am not actually using any...

View Article

Defined assignment and allocatable components

My reading of both Fortran 2003 and Fortran 2008 (7.4.1.3, page 141) is that it should call my defined assignment for the explicit one between checkpoints Bravo and Charlie as well as for the one...

View Article

Catastrophic error when compiling

When compiling a program using the 2013 version of Intel Fortran on RedHat 5.9 I received the following error message/tmp/ifort31HZxZ.i90: catastrophic error: **Internal compiler error: segmentation...

View Article


Access a C library interface from F90 using iso_c_binding

So, I am trying to access a C function from F90, with the following code:SUBROUTINE sub1() USE,INTRINSIC :: iso_c_binding ! interface to c library INTERFACE ! library function prototype ! DBfile...

View Article

Deallocated pointers still have old shape specifications

I found it odd that deallocated pointers still have their shape information, even though "associated" returns .false. I suppose I expected to get an error, or at least zeroes. Is there a good reason...

View Article


Intel Fortran Error

Error: A license for FCompW is not available now (-96,491).A connection to the license server could not be made. You shouldmake sure that your license daemon process is running: both anlmgrd.exe...

View Article

Coarrays and defined assignment

I don't think that this is right!  It's not polymorphic ....MODULE Assign    IMPLICIT NONE    INTEGER :: factor    TYPE, PUBLIC :: Mytype        INTEGER :: comp = 123    CONTAINS        PROCEDURE,...

View Article


coarray mpd error

The hello work coarray code 1 program Hello_World 2 implicit none 3 integer :: i ! Local variable 4 character(len=20) :: name[*] ! scalar coarray, one "name" for each image. 5 ! Note: "name" is the...

View Article

the influence from the option -no-vec -no-simd

 HI, Could someone tell me the differences between compiler option -no-vec and -no-simd?Do I have to use both options to disable auto-vectorization from the Intel Compiler for some specific files?If I...

View Article

Inconsistency between arguments, Valid ?

Hi,I'm wondering is the following code is valid.I'm defining a type bound procedure which has 2 argument:the passed-object dummy argument with the attribute 'intent(inout)'a integer variable with the...

View Article
Browsing all 2746 articles
Browse latest View live