Quantcast
Channel: Fortran
Browsing all 3108 articles
Browse latest View live

compiler unable to find module and symbols

Hello,I can compile my sources on Linux with the ifort compiler without any problems. However, when I use the same Makefile or when I use the Visual Studio IDE with  Visual Fortran Compiler XE...

View Article


How to enforce inlining ?

Hi,My code involves a derived-type variable (denoted 'Object' hereafter) holding another derived-type variable as a component (denoted 'SubObject').The SubObject has a type-bound procedure for...

View Article


Image may be NSFW.
Clik here to view.

size of undefined allocatable array different than zero !

Hello !I've been working on migrating old Compaq projects to Intel Visual Fortran. I'm hitting some problems and I can't find any solution on this forum. Please help me.First, I have to mention that...

View Article

Mixing coarrays and scalapack

Is it possible to create a code that would mix coarrays and calls to scalapack routines? In other words, assuming that a coarray program spawns 10 images (ideally, on 10 different cores), would it be...

View Article

waitonmouseevent

I am trying to understand the following sample code from the on-line documentation. When compiled as a Quick Win program it runs. Can someone please explain the code?INTEGER(4) mouseevent, keystate, x,...

View Article


Need timer compatible with omp_get_wtime

Yesterday I was playing around with the affinity of our program and finally figured out that the reason why our affinity never got set in the first place, was that we called omp_get_wtime before, which...

View Article

Cache Miss Rates in Intel® VTune™ Amplifier XE

Intel® VTune™ Amplifier XE has the ability to use Performance Monitoring Units (PMUs) on Intel CPUs to count hardware events and use these events to locate performance issues. The most common way to do...

View Article

Stack overflow on array copy

HiI'm using "Intel(R) Visual Fortran Compiler XE for applications running on IA-32, Version 15.0.0.108 Build 20140726"My program craches with an stack-overflow. On standard-error there's a stack-trace...

View Article


Customizing Makefile for the programm using Fortran Compiler.

Hi!I'm trying to define the makefile for compiling the programm in Linux that uses Fortran Compiler. In the programm manual it is written that it requires FORTRAN90 compiler and MPI. I've installed...

View Article


Running Fortran 90 code in VS 2013

Hi there, I just upgraded from a Fortran 6.0 compiler to VS 2013 and need some advice from yours. I have a Fortran 90 code and, when I compile it in VS 2013, the following error message is given:Error...

View Article

SETCOLORRGB

I am working through some examples in the book "Compaq Visual Fortran A Guide to Creating Windows Applications' in which this code is given: ibackcolor=rgb(255,255,255) ! white ifrontcolor=rgb(0,0,0) !...

View Article

Installation problems

Hello all,I have a strange problem with installation of Intel® Inspector XE. I've downloaded Parallel Studio XE 2015 update 1 setup trial version. The extracting files went well, but when I run setup...

View Article

Unlimited polymorphic variables

Hello,I'm really afraid of reporting this one...Please tell me it is standard, and if it's not, that the standard is going to change:module dummy_module implicit none type :: a_type integer(4) :: val...

View Article


Variable import from DLL broken by upgrade

When I rebuild my code using Visual Fortran Composer XE 2013 SP1 Update 4, previously working (using version 13.0.1.119) imports of variables that are exported from a DLL (created in ObjectAda, if that...

View Article

Image may be NSFW.
Clik here to view.

Problems compiling with Intel Visual FORTRAN (ver. 11.1) on Windows 7 Enterprise

I just migrated from a desktop PC to Dell Ultrabook and has the IntelFORTRAN with IMSL (Professional version 11.1) installed on Ultrabook.I tried compiling an old FORTRAN code that uses IMSL special...

View Article


"The procedure entry point for_error_stop could not be located...

Suddenly, I encounter this message while trying to run my code (which compiles fine with  Intel(R) Visual Fortran Compiler XE 14.0.4.237 [Intel(R) 64]...): The procedure entry point for_error_stop...

View Article

How to use FORTRAN compiler "Data Options" together with a batch file

Hi Intel developers,The FORTRAN language prohibits changing the definition status of an argument associated with a constant or expression. My application needs to do so; therefore, I need to specify...

View Article


A gap in interface checking for procedures? Can it be filled?

This is based on a discussion at comp.lang.fortran: https://groups.google.com/forum/#!topic/comp.lang.fortran/nzq3Sad_zQEThe following code generates no compiler warnings with /warn:interfaces or...

View Article

Assignment overloading for intrinsic types?

Consider the following toy example:module test_module implicit none type :: myint integer :: i = 0 contains generic :: assignment(=) => int_to_myint procedure :: int_to_myint end type myint contains...

View Article

Using L1/L2 cache as a scratchpad memory

Dear all,Explicitly cache control is a one of important feature in Xeonphi (MIC). How could I use the L1 or L2 as scratchpad memory and also sharing them data between the cores?In addition,  is there...

View Article
Browsing all 3108 articles
Browse latest View live


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