Quantcast
Channel: Recent posts
Browsing all 415 articles
Browse latest View live

sync image problem with Coarray Fortran

Hello,I learn from "Coarrays in the next Fortran Standard" by John Reid that following piece of code will make other images to wait for image 1program main implicit none if(this_image()==1) then call...

View Article


OpenMP Task Dependency with ifort 15

I am currently trying to use the *task* construct of OpenMP 4.0 including the *depend* statement for my Fortran codes. Therefore, I create the following example, which should fill up the first row of a...

View Article


source environmental variables failed after installing Intel Fortran 2016

Hello,folks:         I am a student and mayor is computer fluid dynamics.         I need to install Intel Fortran to finish the numerical calculation work.         After I installed the IVF 2016,I...

View Article

undefined symbol: __offload_set_version

Hi,I am trying to run a simple offload code and I got this error:undefined symbol: __offload_set_versionCould you help to identify this error?source code:========#include "offload.h"#include...

View Article

Offloading By a Single Thread In An OpenMP Region

Hi,Let's assume we have 2 code sections, all of which have a do loop inside them. Let these sections be sectA and sectB. Please consider the following code - !$omp parallel do clause_set_1...

View Article


Can compiler output the internal parse tree?

If intel fortran compiler have such options:  output the internal parse tree, list all variables ,all function and so onjust like gfortran compiler options: -fdump-fortran-original  

View Article

Type spec out the front of an array constructor

This Fortran 2003 feature is nice for direct use in structure constructors, actual arguments and the like.  But my simple mind ed testing of it fails :(PROGRAM dont_you_forget_about_me IMPLICIT NONE...

View Article

Help with MPI

I am stuck with basic stuff and have no idea where to go.I have and old F77 code with a include 'mpi.h' line. The Fortran version I used at the time did not support MPI so I installed MPICH and was...

View Article


Assign Parameter to Parameter with negation - Missing error message?...

Hi,i tried to put some test cases into a loop. I wanted to collect some user-defined-type constants in an array. When i tried to use a negation i got some garbage numbers. I assume, that the use of...

View Article


fpp doesn't work when using Windows path separators

When trying to manually run fpp from a command line on a file in a subfolder, I noticed that it doesn't work right if using the '\' Windows path separator. So:fpp src\test.F90Gives the error:...

View Article

ifort: error #10037: could not find 'link'

I am trying to use Intel Parallel Studio 2016 Update 3 on Windows 7. The software installs without errors. However, it fails to build with the following error:ifort: error #10037: could not find...

View Article

Using Fortran Composer 2013 within VS2015

Up to now I used Intel compilers ( Fortran (w_fcompxe_2013.4.190) and C++ (w_ccompxe_2013.4.190) ) together with VS2012. Now, using Microsoft BizSparc program I have a chance to switch to VS 2015. But,...

View Article

/logo does not over-ride /nologo

On page 148 of the IVF User's guide it states:"If there are enabling and disabling versions of an option on the command line, the last one on the command line takes precedence."This does not seem to be...

View Article


Image may be NSFW.
Clik here to view.

Strange end-of-file in unformatted read (compiler bug?) in ifort 16.0.3 on...

Dear Intel support team,for the example below I always obtain end-of-file errors even though the code seems correct to me.program test implicit none integer :: nA, nU, nR, nB real(kind=8), allocatable...

View Article

linking error when building shared library

Hi,compiling my library withifort -O3 -mkl=sequential -warn nounused -warn declarations -fPIC -c *.f90and subsequently linking withifort -shared -Wl,-soname,tmp.so -o tmp.so *.oyieldsld: tmp.so:...

View Article


ifort with MingW

I have to use the MingW environment for a project on Windows due to some compile scripts not being workable under Visual Studio. I would like to use ifort with MingW but I don't know how to set this up...

View Article

academic license expire and update still four weeks away

Hitoday I got that:Error: Product support for your (Comp-FL) license has expired. License file(s) used were (in this order):    1.  Trusted Storage **  2....

View Article


Issue compiling Embree with KNC support using icpc

I'm attempting to build a version of Intel's Embree with MIC support. I encounter this error:[ 52%] Building CXX object...

View Article

Standard conformance warning and vectorization directives

Hi,I always compile my code with the option /stand:f08 (I just saw there is now a /stand:15) as I like to check for standard conformance. However when using vectorization directives (such as !DIR$...

View Article

wrong openmp version reported for fortran

Hi,I am a little bit unsure where exactly this shall go, openmp or fortran but bear with me. I have a small code (attached) that tries to decide what version of the openmp standard we use [19:43:46...

View Article
Browsing all 415 articles
Browse latest View live


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