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

ifort: command line remark #10010: option '-w90' is deprecated and will be...

I am using a ifort for user subroutine in abaqus. I am getting the following warning."ifort: command line remark #10010: option '-w90' is deprecated and will be removed in a future release. See '-help...

View Article


Parralel Studio XE - Ubuntu 14.04 - No Fortran Compiler

 I am using Ubuntu 14.04 and I tried to install many times parallel studio 2015 following many different instructions I found on your website however each time during the installation i cannot see...

View Article


configuring intel fortran and c compiler in linux

I am trying to work on fotran in linux. I was suggested to Get the licensed product Intel Fortran and C compiler Composer XE 2013 2.146 (ifort -V 13.1.0.146) for intel64 and install it on our...

View Article

how to get Composer XE 2013 2.146 (ifort -V 13.1.0.146) for intel64

I am in need of intel Composer XE 2013 2.146 (ifort -V 13.1.0.146)  for linux. where can i get this version.? please could you provide me the link?

View Article

Fortran/C compatibility

As some of my recent posts indicate, I am porting a system of g77 applications to Intel Fortran (about 30-40 programs).  These apps were previously ported from Alpha OpenVMS.The original "porter" had...

View Article


Check if allocatable array on the LHS is reallocated?

I have recently stumbled over the handling of standard semantics in ifort, specifally how allocatable arrays are dealt with. In particular, the following description of realloc_lhs in ifort's manpage...

View Article

XCODE 6 does not detect fortran compiler for my team but XCODE detects...

Hello,I am the only member of my team that has the intel fortran compiler XE 15.0 being detected by XCODE. I am not sure what magic I pulled in order for the compiler to show up for me but for noone...

View Article

Avoid aliasing assumption in intrinsic assignment

Dear Ifort team, in the following program, I ask for 2 assignments. One is using the targets themselves, the other is using pointers instead: program test real(kind=4), target :: a(2),b(2)...

View Article


Passing assumed shape to Fortran from JAVA JNA

Hello,My Fortran program contains the following:REAL(KIND = R8), DIMENSION(:), ALLOCATABLE :: L, U INTEGER :: N N = 2 L(1:N) = (/0.0, 0.0/)I modified the program and it looks like this nowINTERFACE...

View Article


Stream I/O with advance=no

Hi,It looks like if you do a read with advance='no' without a variable list on a file opened with access='stream', the advance specified gets applied to the following read as well. Consider this test...

View Article

profiling tools for os x?

Quick question, how come there are less tools for OS X than Linux?Eg how come there isn't any performance profiling for OS X whereas there is a VTune for Windows, Linux - seems strange that OS X isn't...

View Article

Not including mkl.fi

I'd actually like to ask about why I'm able to compile this example program. Obviously, this isn't an issue for the system I'm on right now, but I hope to not run into compiling issues when I'm working...

View Article

Possible bug in Intel Fortran with GENERIC OPERATOR extension?

This is based on an ongoing discussion at the comp.lang.fortran forum (https://groups.google.com/forum/#!topic/comp.lang.fortran/aFNK3FXqTUA) on generic operator bindings to specific type-bound...

View Article


How do I integrate the Intel Fortran Compiler with Eclipse?

Hello,I just downloaded      Intel Parallel Studio XE 2015on a ThinkPad W350 running Ubuntu 14.04 LTS and I believe I have figured out how to install the *.jar files for Intel C++ compiler into...

View Article

Doubt w.r.t. to Fortran2003 standard

Dear Intel Fortran Compiler users,I would like to know whether the following code snippetmodule overwrite  type madre   contains     procedure :: sum => sum_madres     generic   :: operator(+) =>...

View Article


problem mpi

Dear all,  I am trying to compile the following program, using ompi compiled with intel, mpif90 -c -convert native -m64 -O3 -mieee-fp -m64 PLM.F90 mpif90 -o a.out PLM.o...

View Article

ifortran ver. 15 static analysis

I see that the static analysis options in the Intel fortran compiler from version 15+ are deprecated with no replacement:-diag-enable=sc[n] No replacement -diag-enable=sc-{full|concise|precise} No...

View Article


Possible bug with PDT

I'm getting the fllowing error when trying to compile my test code catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the...

View Article

Image may be NSFW.
Clik here to view.

MPICH3.1.3 installation error

Hi there,I am trying to install mopish version 3.1.3 in mac osx 10.10 Yosemite with intel compiler icc and ifort version 15. When I am building the source files, I get this error:  GEN...

View Article

Avoiding Repeat counts in NAMELIST file ouptput

Hi,I am using the following compiler version intel/compiler/64/14.0/2013_sp1.2.144. In writing namelists to a file, the compiler writes repeat counts of elements in an array. How do I avoid it? For...

View Article
Browsing all 2746 articles
Browse latest View live