Intel Cluster Studio, Licence Manager lmgrd (error)
Dear Forum,We are trying to bring up the license manager (lmgrd) for Intel Cluster Studio which we have purchased recently. There is already a lmgrd of Intel compiler is running on our server. we have...
View Articleintel fortran
HiIs icc (for C and C++) automitically installed while installing parallel-studio_xe-2018. after installing ifort when i looked for icc, i geticc: command not foundi read, following are also...
View ArticleFortran code coverage
In the documentation of the Intel Fortran 16.0 (and also in the newer manuals) it is stated:Excluding Coverage at the Line and Function Level You can mark individual lines for exclusion my passing...
View ArticleLicense Manager with Multiple license files
Hi all,Is there a way to setup multiple license files on one license server? We use Intel Software License Manager 2.6 for Linux and have 4 separate license files for different Windows/Linux compilers,...
View Articleenvironment and stack size
helloi ma an undergrad student learning computational skils. recently, i compiled a binary using intel (R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.2.199 Build...
View ArticleDistributed Coarray Fortran: misunderstanding/bug?
Dear,Below is a Coarray Fortran program that gives me some troubles:A large vector (x) is updated in two different ways. For large sizes of x, the updates of x is wrong WHEN each image is on a...
View ArticleUndefined intrinsic function PACK working on unlimited polymorphic...
The intrinsic function PACK is undefined when working on unlimited polymorphic allocatable arrays with ifort (IFORT) 18.0.1 20171018.Can anybody explain whether this is an undefined behavior in Fortran...
View ArticleWarnings when using mpi_f08 subarray operations
HiI've been having trouble with declared subarray types, so am trying to switch my code over to using the direct subarray notation that's now allowed by the mpi_f08 module.Using lines like: call...
View ArticleJoin the Intel® Parallel Studio XE 2019 Beta Program today
Join the Intel® Parallel Studio XE 2019 Beta Program today and—for a limited time—get early access to new features and get an open invitation to tell us what you really think.We want YOU to tell us...
View Articledyld: Symbol not found: _iso_c_binding_mp_c_null_funptr_
Trying out for the first time ifort (19 beta) on MAC OS X with the trial version, up to now I had our software built only on Linux. On Darwin 17.5.0 using gcc (from my own build, not clang) as a CCLD C...
View Articlerecursive.mod problem
Dear AllI have a library I am trying to port to ifort on MacOS, and about half way through, the following happens: p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #34bc26;...
View ArticleSegmentation Fault with OpenMP Tasks in Subroutines (Intel Fortran 2018...
I ran into the following problem when using the Intel Fortran 2018 Update 1 Compiler. I implemented a block algorithm to compute an out-of-place triangular matrix-matrix product C := alpha * A * B +...
View ArticleWhy are these automatic arrays problematic although stack limit is unlimited?
I have an issue understanding automatic arrays, especially where in between stack or heap it is stored.I have the following main program.program myprog use mymod implicit none integer, parameter :: N =...
View Articleifort19_beta: segfault in block+omp construct
This concerns the recently published ifort19 beta release.The following piece of code crashs with SIGSEGV. Trying various versions it is clear that the combination of block and the omp do loop causes...
View ArticleDerived type within subroutine
It seems to be allowed to declare derived types within the specification-part of a subroutine (or function for that matter) and use this type for local variables. However, if I add type-bound...
View Articleinter fortran compiler 17
pl let me whether intel fortran parallel_studio_xe_2017_update6 can be installed on ubuntu 14.04 ? the PSXE2017Update6_ReLEase_Notes_en_US_Lin_Win says so but when i try to install it says OS not...
View ArticleMixed kind integer overflow
For ifort 18.0.2 I get the following messages in attempting to compile one of my codes:ifort -c sbox_hashes.f90sbox_hashes.f90(321): error #6384: The INTEGER(KIND=4) value is out-of-range....
View ArticleOrder of declaration statements with and without implicit typing
I think I saw discussions on this topic already on c.l.f. I am having the following subroutine (and the recursive attribute doesn't play a role)recursive function constr_quark_loopline(ho,sho)...
View ArticlemacOS Dynamic/Static Library Issues
Hi,I have just installed the Intel Fortran compiler and libraries on my iMac (High Sierra) but I am having issues calling an executable from within an executable via the systtemqq line, say...
View ArticleAre arrays whose dimension is parameter considered to be automatic arrays?
I have a moderate size code and I will run into seg fault if I don't set ulimit -s unlimited. From this observation I guess it's stack overflow issue. I make sure that no array temps were created by...
View Article