Quantcast
Channel: Recent posts
Browsing index pages (31 articles)

Intel Compiler doesn't show up in Xcode drop-down list

Hello everyone!I try to use Xcode as the IDE of Fortran. And I do as the instruction on the...

View Article


class pointer problem with Intel 2020 compiler

It seems the Intel 2020 Fortran compiler has screwed up the handling of class pointer inside a parallel region.  The following code snippet example works fine with Intel 2019 compiler and...

View Article


Slow macOS Catalina Compiling: License Issue or My Fault?

All,I recently got a license for the Intel Fortran compiler for my work laptop and had the compiler installed yesterday. Hooray! But, builds are *really* slow. For a file like:program a end When I...

View Article

Intel Parallel Studio updates - disk bloat

I fired up WinDirStat to check my disk space allocation.  Noted a pretty large allocation of 5 nearly identical blocks. Turns out that they were all Intel(R) Parallel Studio XE 2019 versions.  The...

View Article

Chinese characters

Sometimes banging you head against the wall helps, because the pain stops when you stop and it feels good I think -- or as Joe Friday said -- Just the facts-ma'am. The Chinese data from the viral...

View Article


Bug(s) in 2020 (Update 1)

Unzip filesifort -c designer.f90 to reproduce first bugTo get around it change  logical j2,air; air(k)=abs(GlassIndex(k))==ONETo  logical j2,air(100) !; air(k)=abs(GlassIndex(k))==ONErecompile to get...

View Article

Hi, I'm new in FORTRAN, and getting this error #6404

View Article

Bug in collective coarray subroutines

The collective coarray subroutines such as co_sum, co_min, etc. produce incorrect results when result_image is not specified. According to the 2018 Fortran Standard, the results should return on all...

View Article


Apparent OMP bugs in ifort 19.xx

 Hello all, I've been trying to compile and run code with intel 19 (19.0.5 and 19.1.0.166) that had been working fine with ifort 18.0.5 but without much success. I've been getting various segfaults...

View Article


Quickwin program problems with ifort 19.1 ( Bug in 19.1? )

Hi,I have a quickwin program with a simple dialog installed on three different computers, all running Windows 10 and using Visual Studio Enterprise 2017.One computer has ifort 19.0 update 5. On this...

View Article

font size

How do I increase amplxe-gui font size?  Linux, Fedora 22, KDE desktop

View Article

pax vtsspp and sep drivers, what they do

Linux build of the drivers givessep3_15, vtsspp, and PAX drivers.I'm familiar with SEP.  Is PAX something like "Power Analysis X" or something related to sampling power counters?  What is VTSSPP an...

View Article

OMP Helper thread - binds or doesn't?

In the OMP Runtime we have a helper thread.  My customers are asking where this thread is bound (or is it bound?) when using KMP_AFFINITY and a proclist.  To make it simple, assume the proclist is...

View Article


pure requirement for contained procedures of a PURE procedure

A question for a customer for which I don't have a good answer.  This is one for Doctor FortranThe question posed: "Why is it that contained functions in pure routines need to be pure? If they capture...

View Article

Inlining of function pointer arguments to other functions

In the past, I’ve asked about what we can expect from IPO with the Intel compiler.  My take away from that was that we cannot expect Intel C++ to inline function pointer arguments to other functions...

View Article


GUI OS X, Application Parameters with dash dash syntax

My application, on the command line uses these arguments:./a.out --zones 32,32,32 --gset 1 --groups 32 --quad 96 --nest DGZ --niter 10For the OS X gui, the Application parameters input does not accept...

View Article

Can binary/symbol and sources search paths use top-level and go recursive?

When setting up the Binary/Symbol search and sources searches, can I use a top-level dir and expect the tool to go recursive? There are a boatload of subdirs in my project and I don't want to specify...

View Article


How do I launch an MPI run using DAAL?

I have compiled some of the distributed DAAL samples and I can run them from the command line just fine. I have changed the OMP_NUM_THREADS and I do seem to see faster results. But, how do I run across...

View Article

threading for mkl_?bsrmv routines?

Linux, MKL 11.xAre the mkl_?bsrmv routines threaded?  We're seeing threading if we use mkl_?csrmv routines.  But when using mkl_?bsmrv routines we do not see threading.Link line is...

View Article

can SEP co-exist with perf driver?

If a system has perf driver installed, can we also install SEP driver?  I assume Vtune first checks for SEP and uses it if it finds it.  If it can't find SEP I assume it looks for a compatible perf...

View Article
Browsing index pages (31 articles)