Quantcast
Channel: Intel® Fortran Compiler
Browsing all 3270 articles
Browse latest View live

Quickwin appears incompatible with Win 8.1 re screen resolution

My Quickwin programs feature project frame and child windows that have been carefully sized and positioned on the screen, with automatic detection for maximum screen size and appropriate adjustment...

View Article


Data Prefetching using Fortran Directives

Hi every one,I am working on sparse algorithms' optimization using Intel's Fortran compiler. After applying different optimization features I want to make suitable use of data prefetching and cache...

View Article


Are Update 2 for Visual Studio 2013 and Intel Fortran 2015 Beta Update 1...

Are Update 2 for Visual Studio 2013 and Intel Fortran 2015 Beta Update 1 compatible?  If not, will the Intel Fortran 2015 Beta Update 2 (expected soon, right?) be tested and validated with VS 2013,...

View Article

-dynamic: No such file or directory

Hi,Whenever I try to compile with ifort (i.e. ifort test.f90)  I get the following error:-dynamic: No such file or directoryI am guessing this is because the terminal is not finding the correct folder...

View Article

Image may be NSFW.
Clik here to view.

Another pointer rank remapping bug

I've attached another short test case that exposes a bug with 14.0.2.  In some cases a pointer assignment is not properly defining the deferred length parameter of the pointer object.  See the comments...

View Article


problem with compiling a 32bit executable file

Hi,allI am a beginner on this and I need to compile a f90 file. The executable file is 64 bit by default. Is there any way or any options to compile a 32bit executable file? I am trying to compile in...

View Article

Setting the value to CLASS(*)

Hi All,I am trying to create a derived data type that can at run time take on different values. The follow is a snipit of code: PROGRAM TEST ! TYPE FLEXIBLE   CLASS(*),         ALLOCATABLE:: VAL END...

View Article

Image may be NSFW.
Clik here to view.

application error

Hi,I am reseller from Taiwan. Need your assist to resolve my customer's technical issue: please see customer's request as attachment. Thanks. AttachmentSizeDownload103 6 16 plm.doc326 KB

View Article


Image may be NSFW.
Clik here to view.

14.0.2 compiler bug: ALLOCATED returns the incorrect result

When the following test case is compiled with the 14.0.2 compiler, the executable returns T for the allocation status of  X%FOO when it is clearly not allocated.program main type :: T1 class(*),...

View Article


Spurious segfault on deallocation with 14.0.2 compiler

When compiled with the 14.0.2 compiler, the following test code segfaults on the clearly valid DEALLOCATE statement.  This code is a variation of the example I reported in...

View Article

Offloading to multiple Xeon Phis using OpenMP 4.0

HiI recently got a machine with 2xXeon Phi and I am making some simple tests to better understand the features that I will need for utilizing them in our production code. Basically, in the code below I...

View Article

DLLEXPORT and CALL

Hello expert,A silly question, my fortran project is a Windows DLL. It exports a function called 'polyfit'. Calling the function from excel works fine. However, when I want to call this function from...

View Article

associate contruct vs. accessing directly the type components

Hi,I am unable to compile the following code:$ ifort -c tst.f90tst.f90(27): error #6780: A dummy argument with the INTENT(IN) attribute shall not be defined nor become undefined.   [AT1]   call...

View Article


How to debug code called by another program?

I have written code that interacts with an optical analysis program via DDE. I got this working fine when I was running on a 32-bit platform. I now have to cope with the optical analysis program now...

View Article

OpenMP threads and cores on OS X 10.9.3

I have an OpenMP code that is compiled with ifort version 14.0.3.166 on a quad-core Macbook Pro running OS X 10.9.3.   All the work is done in a simple parallel DO region, and I have not requested any...

View Article


OpenMP FIRSTPRIVATE causes unusual behaviour

Dear Community,I'm asking your help with an OpenMP related parallelization problem. The following code is considered:PROGRAM testfpr IMPLICIT NONE INTEGER :: i, j i = 1 j = 2 CALL sub1( i, j ) END...

View Article

SSE Instruction Generates Floating Point Exception

Hi: I've been trying to improve the robustness of our code. To that end, I enabled (maybe unmasked is the right word) floating point exceptions. However, when optimization is turned on, the code seems...

View Article


segmentation violation

Hi.I got the following error message when I use these debugging flags: -g -check all -fpe0 -warn -traceback -debug extendedfile.28.f90: catastrophic error: **Internal compiler error: segmentation...

View Article

Image may be NSFW.
Clik here to view.

fortran_compilers.props

i want to add intel visual fortran compiler v11(IVF11) to installed version fortran of pscad v4.2 as i know must have change the fortran_compilers.props but i dont know about notepad programming i get...

View Article

Cannot pass variable by Value from Fortran to C

I have a problem to pass a integer value from Fortran to C.I use Visual Studio 2013 with Visual Fortran 14 and even using the declaration INTEGER(C_INT), VALUE :: myValue,the receiving C function get...

View Article
Browsing all 3270 articles
Browse latest View live