yet another ifort 18 regression with OpenMP and allocatables (invalid read in...
Dear Intel team,it seems something is fundamentally broken when using allocatables in connection with OpenMP in ifort 18.x.On top of my earlier bug reports #03202444 and #03214078, here is another...
View Articleget_environment_variable bug
I believe that the get_environment_variable subroutine has a bugbash-4.1$ uname -a Linux mars 2.6.32-696.18.7.el6.x86_64 #1 SMP Thu Jan 4 17:31:22 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux bash-4.1$...
View ArticleQuery to Intel Fortran team on acceptance testing of compiler updates
Consider a contentious thread https://software.intel.com/en-us/comment/reply/754827/1917824?quote=1#co..., here's a question for Lorri Menard and the Intel Fortran team:Quote:Lorri Menard (Intel)...
View ArticleMajor software suite update in Modern Fortran
This has just been announced in comp.lang.fortran, but I think it merits mention in this forum as well.NASA's Copernicus spacecraft trajectory optimization program has been largely rewritten in Modern...
View Articleproduct/ feature set descriptions
I'm trying to find out where I can get detailed descriptions of the features offered by the fortran composer edition, professional edition and cluster edition. In searching the Intel site and googling...
View Articlehostname and hostnam
Hi, I find a little mistake on an example code on the following page. https://software.intel.com/en-us/node/692894on line 2, actually "character(MAX_HOSTNAM_LENGTH + 1) hostname" is correct. However,...
View ArticleIf I get the NEWEST fortran, what Visual studio has to come with it ?
In other words, what shell would I need to purchase or download ?I am not sure if you are still using Visual Studio.
View ArticleConfused about something
I am just trying to get back into writing a Fortran application for a customer, and I noticed you are mentioning LINUX.I dont know what LINUX is, first of all, I just want to get to work on this...
View ArticleGETFILEINFOQQ and valgrind
I'm new to valgrind and have been hunting down possible memory leaks. I ran valgrind on the ifort example file for GETFILEINFOQQ (see below) which reports the size of one or more files. I'm running on...
View ArticleBehaviour of ifort compiler for cray pointer test case
Dear Team, I have the confusion about the behaviour of fortran compilers for below mentioned test case.PROGRAM MAIN IMPLICIT NONE external RCPTEE INTEGER::I INTEGER(KIND=8)::RCPTR...
View ArticleActivating parallel studio offline for non-commercial use
Hello,I am trying to install to parallel studio xe edition 2018 on my Linux machine. However, I get the following message "Installation program failed to establish internet connection for activation....
View ArticleWhy avx512 intructions cannot accelarate my application?
Dear Intel technician,On SKYLAKE computer, I built my application with AVX512 instead of SSE2 with Intel parallel_studio_xe_2018.1.038, my application is worse than before with SSE2 in performance. I...
View ArticleWhy I did NOT get our application improved in performance?
Hi, Intell technician,I revised our application Fortran codes in terms of the instructions given in the following...
View ArticleI don't get the Output
Hi,given the following code:program testImplicit NONEINTEGER,parameter:: n=130,nt=n-80REAL*8 :: xINTEGER :: ix=0.0d0DO i=1,n x=x+0.1 IF(i .ge. 120)THENwrite(*,*)i,x pause...
View Articlerecl value exceeds the maximum allowed for the file's record type
Hi All,I am trying to run a program compiled using intel fortran 17.0.5 20170817 compiler on opensuse 12 having ~512 GB ram. The code -user@machine1:~/STORE/TESTING/ssmis> cat test.f program main...
View ArticleOptimizer bug -O2 in ifort 16?
Dear all.I have a problem with the Intel Fortran compiler (version 16.0.2 20160204) combined with IntelMPI (version 5.1.3 Build 20160120). The error does not appear without MPI.The code that is...
View ArticleIfort, Static
Hello, We have faced the following issue and hope someone can help us to solve it. We installed Intel compiler on our Linux server. We used the "ifort -static-intel" to statically compile the Fortran...
View Articleerror #5082: Syntax error, found ',' when expecting one of: => = . [ % (
I have following error while compliing codes using ifort. error #5082: Syntax error, found ',' when expecting one of: => = . [ % ( icalir(iIR), ipw, enev(iene) ----------------------^...
View ArticleCompiler error #8284
Hi everyone,I am having a problem when compiling a code, and I hope I could get some help here.The error I am getting is:advance_crack.f(629): error #8284: If the actual argument is scalar, the dummy...
View ArticleBoundary Run-Time Check Failure for variable 'var$149'
How can I find what is the variable 'var$149'? The option to make the load module isifort -o molyx.x -V -g -debug extended -save-temps -traceback -warn all -warn nointerfaces...
View Article