Quantcast
Channel: Intel® Fortran Composer XE
Browsing all 1424 articles
Browse latest View live

IFLOGM dialog scroll bar position problem

I was making an update to my last remaining program that uses IFLOGM for dialogs rather than the Windows SDK. Consider the small routine below which gets the handle for a list box on a modeless dialog,...

View Article


Read hex byte into character(1)

I have a character variable of length 2, eg ch2 = '4f', which I want to read into a character variable of length 1, ch1, which must contain the ASCII representation of the 2-char string, ie. Z'4f' ie....

View Article


demo code specifically dll_shared_data

I recently downloaded composer edition XE 2015 update 2 for trial and I am trying to get 2 programs to share data, I have tried several things that I saw online to accomplish this, the 2 programs both...

View Article

15.0.2.179 and Multithread libraries problem

Hello,Today I started to have a problem when trying to run my code. The code must read an HDF5 file and at some point, return the biggest value on one specific dataset.The dataset is set to 0.0 on all...

View Article

error #8055

Error 8055 occurred in my code.program main integer,allocatable::a(:) integer n n=4 allocate(a(n)) call func(a,n) endprogram subroutine func(a,n) integer n integer,target::a(n) a(1)=1...

View Article


What is the effect of indirect recursion on ELEMENTAL procedures, especially...

The following simple code involving a linked list compiles with no errors or warnings with compiler 2015, update 2.  It seems to execute without any run-time exceptions as well.However, you will notice...

View Article

Image may be NSFW.
Clik here to view.

Help system in VS2012 screwed up?

I have Intel Fortran Composer 2015.2.179 installed in VS2012 pro.I an not a regular user and have not used it for a while and on opening it and hoping to do a Help search for help on some Windows API...

View Article

Command prompt and Visual Studio 2010

I downloaded Intel Parallel Studio XE 2015 composer edition for Fortran, evaluation 30 days.My OS is Windows 8.1.I cannot find the path to the command prompt with intel compiler (both IA-32 and Intel...

View Article


XE 2015 Installer has no options

The latest installer no longer gives us options for which version of Visual Studio to install on. In fact it presents no options at all.VS version was a useful feature because it allowed me to maintain...

View Article


Image may be NSFW.
Clik here to view.

Check out the Parallel Universe e-publication

The Parallel Universe is a quarterly publication devoted to exploring inroads and innovations in the field of software development, from high performance computing to threading hybrid...

View Article

How to convert an O file to fortran source file

Hi all,I have received from somebody else a Fortran object file (created under Linux). Can I convert it back to the source file? (I have Windows 7)

View Article

OpenMP: Loops are not parallelized

Hi I'm writing a Fortran-Program with Open-MP. !$OMP PARALLEL !$OMP DO PRIVATE(j) DO I=1,10 j = aIndex(I) ... VALUES(j) = ... END DO !$OMP END DO !$OMP END PARALLELThe compiler refuses to parallelize...

View Article

Downgrade Rights?

Dear All,Firstly, apologies for my naivety - I'm not familar with Fortran products. I've been placed in charge of finding out some information regarding software we need to use on a current project.We...

View Article


Go To Definition and type-bound procedures

Steve,By the way, you may have noticed "Go To Definition" doesn't fully work with type-bound procedures: for example, if one right-clicks on bar in line 6 in the snippet below, it will be really great...

View Article

Image may be NSFW.
Clik here to view.

Pointer association and red-black trees

I'm trying to implement a red-black tree in Fortran. Rather than starting from scratch I'm translating some c-code I found on the internet. Both the original code and my Fortran versions are attached...

View Article


Error# 6634 and 8284 and 7710

I will start with I am new to Fortran and to this forum so if there are any suggestions. Thanks in advance.  My issue I that I keep coming across is error 6634 and 8284 when trying to use subroutines...

View Article

Unhelpful error message array section assignment

I am attempting to assign an array section, e.g.X(1:N) = Y(1:N)In the situation that Y has not been declared, the compiler only seems to look at the RHS of the statement, and so assumes that Y is...

View Article


Pass vector by value?

Dear Intel FORTRAN Support,I am using Intel Visual FORTRAN Composer XE 2011 on Windows 64-bit.  I would like, if possible, to be able to pass a vector into a subroutine by value as opposed to...

View Article

Memory leak in FORTRAN format with variable string length

Hi,I am experiencing a memory leak of ~1MB in a subroutine if I am using the following write like statement inside: write(*,10)(line(j),j=1,var) 10 format(1x,<var>a1)where var is variable...

View Article

attempt to compare Qparallel vs. Qopenmp compilation (15.0.2)

I thought I remembered that it used to be possible to compile an OpenMP source file with /Qparallel, omitting /Qopenmp.   Now I get an immediate ICE when I try it.  I don't recall seeing any advice...

View Article
Browsing all 1424 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>