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 ArticleApparent 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 ArticleBug 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 ArticleBug(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 ArticleChinese 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 ArticleIntel 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 ArticleSlow 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 Articleclass 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 ArticleIntel 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