missing functions from iso_fortran_env
Hi,I was trying to use the new functions defined in iso_fortran_env, compiler_options and compiler_version.Unfortunately turns out that intel fortran compilers does not support them. Do I miss...
View ArticleIntel Fortran 2016 Update 3 - x64 optimization-error
Hello,I've added a project which produces correct results for x86 (debug and release (/O2)) and x64 (debug), but when I compile x64 release the output is wrong.The project is build using VS 2015...
View ArticleInput statement requires too much data
I get the following error message:forrtl: severe (67): input statement requires too much datawhen running a program that reads a sequential unformatted file (see below) compiled with ifort 16.0.3.The...
View ArticleFinal subroutine not invoked
Dear All,It seems, that intel 16.0.3 (I do not have any more recent version currently) shows non-standard behavior when doing finalization: Given a derived type without a final subroutine, but with an...
View ArticlePossible Loader Bug for MacOSX
I work with a very large code with many developers. Recently one of my fellow developers added a Fortran module that contained only data, no functions or subroutines. The data was used in another...
View ArticleIntel® Parallel Studio XE 2017 Checksums
The following gives checksums and file sizes for files included in Intel® Parallel Studio XE 2017 Composer, Professional, and Cluster Editions. The checksums are created using the cksum utility which...
View ArticleAnother issue with user defined assignment
Dear all,there is an issue, I've found with user defined assignment when using the ifort compiler (version 16.0). Let's have a basic type with user defined assignment (as TBP) and an extending type...
View ArticleArray Indexing Error in Intel Composer 2017 (ifort 17.0.0)
program Bug call main() ! contains end program Bug Module errorModule double precision,allocatable,dimension(:) :: readInArray, tmpWork integer :: n,i character(len=300) :: filout end Module...
View ArticleUnspecified compile time error with function returning arrays
Hi therehere is the example:Module Mod_1 Type :: T_1 integer :: n Integer, allocatable :: a(:) contains Procedure, Pass :: Init => SubInit Procedure, PAss :: getA => FunGetA End type T_1...
View ArticleMemory Leak in OpenMP Task parallel application with Ifort 17
I am trying to parallelize an algorithm using DAG-Scheduling via OpenMP tasks and there many programs are killed by the Linux kernel due to Out-Of-Memory after a calls to the parallelized code although...
View ArticleWrong result using len_trim in array constructor
Hi all,the following code writes an incorrect result:program p implicit none call fs((/"abc","d "/)) contains subroutine fs(text) character(len=*), intent(in) :: text(:) integer :: i write(*,*)...
View ArticleXCode 8.0 Plug-ins
HiAfter I update my mac os from 10.10 to 10.11 xcode does not recognize intel fortran compiler . I did some modification which was changing the address of compiler manually to intel fortran compiler...
View Articlempiicc -mmic Argument list too long
I am attempting to compile a simple MPI program for native execution on Xeon Phi. I can successfully compile for the host using mpiicc, but when I add the -mmic flag it seems to hang for quite a while...
View ArticleKNC OMP4.0 fortran offload - subroutine opt args, data serialization,...
Hello all. I'm doing some testing on OpenMP target offload model and have a few questions:In the code attached, what's causing the serialization warnings in regards to f128 data types?I'm trying to set...
View ArticleOffload error:size of the source differs from the size of the destination
I am trying to measure the offload costs and achieved bandwidth. I encountered this error:This happened after I reduced the array sizes being transferred after having run out of memory...
View ArticleSharing COMMON data between DLLs
For this particular project, I have created A.dll, B.dll, and C.exe.A.dll does a whole lot of calculations, and keeps the numbers in COMMON blocks. Given the sheer number of variables and COMMON...
View ArticleIntel Parallel Studio XE 2017 Editions
Hello,I have run some tests using the trial version of the Intel Parallel Studio XE 2017 and I am considering purchasing a licence.However, before I do I have a few questions relating to which edition...
View Articlefortran arch file error
Hi, i tried to install parallel studio xe 2016 (file is l_mpi_p_5.1.3.223) for fortran compiler to linux opensuse . I installed it by install.sh then i sourced it to .bashrc as "source...
View ArticleCoarray tutotial example for Windows
Hello,I have followed a Coarray Tutorial using the Intel® Parallel Studio XE 2017.program hello_image write(*,*) "Hello from image ", this_image(), &"out of ", num_images()," total images!" end...
View ArticleHi,...
Hi,I installed intel fortran in my MacBook after installing X-code, however, the fortran option is not seen when starting X-code so I could not locate or use the fortran compiler. Can someone please help?
View Article