Reason: image not found
I am a user of OSX 10.11.1 (but the following happened while I was using OSX 10.10).It seems to me since I started to use /opt/intel/composer_xe_2015.3.187/compiler, I have been encountering the...
View ArticleLinking problem between modules using submodules
Hi,actually I'm trying to compile a program that uses a module mod1 consisting of many submodules. Those submodules are using by themself functions from an other module mod2 that consists of module...
View ArticleCan't open the dmg file
I downloaded the Parallel Studio 2016 dmg file from the official website and double clicked it, a window poped up to access the authority, I clicked ok. The icon then disappeared from the dock bar....
View ArticleComplier Collapsed
I am using Parallel Studio XE 2015 Composer Edition for Fortran combined with Xcode 6.3.2 now.Everything works okay until suddenly my program report Build Failed. I realized that it is not my code's...
View ArticleBug report for ifort 14.0 and 15.0
When compiling the attached testcase using ifort "bugrep.f90" and calling the generated executable via "./a.out blah blah blah", the output is: nargs: 3 tmp=blah stored=blah tmp=blah...
View ArticleNeed to suppress leading zero's.
Hey,I'm migrating FORTRAN programs from HPUX itanium to Redhat Linux and I'm using the Intel ifort compiler. Unfortunately, real numbers written to the unit 6 output file now have leading zero's that...
View Articlehelp reverting to old license after beta
It's been quite some time since I used the Intel Fortran compiler on my home laptop, and I had a personal (academic I think) license for ifort on OS X. I also was a Beta tester of the latest 16.x which...
View ArticleOpenMP crash when using CLASS(*)
Hi,I'm seeing a weird crash when using an openmp do loop with a class(*) pointer. A short test case is attached. In the test case, if the three lines of the 'select type' statement are included, the...
View Articleproblem with arrays with more than 2GB elements
Hi everyone.I am trying to compile and run a code that calls a subroutine, which allocates an array with about 6 billion elements. I define the array in the main code asinteger(kind=8), dimension(:),...
View ArticleIntel 15 v 16 and imf: Consistency between processors
O Fortran Gurus,A model I work on (GEOS-5) has the standing policy that we should get zero-diff between processors (say, Haswell and Sandybridge). From about Intel 11 to Intel 15.0.2, this was...
View Articlecan not compile charmm using ifort/icc 16
Dear administrator:I tried to compile charmm using newly downloaded intel compilors ifort/icc 16, but got following error message: 116 Conditional keys: GNU EM64T UNIX I4BINARY XXLARGE EXPAND PUTFCM...
View ArticleHidden character length
Does the size of the hidden parameter (which is passed by value) containing the length of a string argument change with architecture? It appears to be 4 bytes on 32-bit, but I'm having a difficult...
View ArticleHow to inspect which flags are used
I am working on a Makefile where I am trying to find which flags to use. The current list of flags is (for some historical reason):-r8 -fpe0 -g -debug all -traceback -fp-model source -warn all -warn...
View ArticleICE for elemental procedure called using a allocatable array of...
The following code generate an ICE.It seems to be connected to the used of a allocatable array of deferred-length character as an actual argument to an elemental procedure.I'm not sure if this is valid...
View Articleerror #8178: The procedure pointer and the procedure target must have...
I have some Fortran source that uses procedure pointers. This code has compiled fine from Intel Fortran version 2013 through 2015. However, it now generates what I consider an incorrect error in...
View Articlenon-commercial free download
Hello,I am a academic researcher. Is there any link to download (free) ifort for non-commercial purposes. I just wanted to install it on my laptop.Thank you,Alain.
View ArticleWrong error when the actual argument of a procedure is a coarray component
The following code generates a compile-time error but I think the code is correct.Here is the code:Program Main implicit none Type :: MyType real(8) ,allocatable ,codimension[:] :: CoVar End Type...
View ArticleCompability issues with F66
Hello, I'm trying to compile some sources coded that come from Unisys basic mode with F66 compatibility. I have create the makefile with the flags -f66 -nowarn, but I got a lot of syntax issues related...
View ArticleAbout the download of the fortran compiler
Hello,I have downloaded a "parallel_studio_xe_2016.tgz" from the free software webpage for students, but it is 0 kb and unable to be unzipped by either tar or gunzip or winrar.Does anybody have met...
View Articleinstallation problem for m_fcompxe_2016.1.043.dmg on fedora 21
Hi,I have downloaded m_fcompxe_2016.1.043.dmg. But I can not opent it and install it on fedora 21. I need urgent help in this regard.Thanks
View Article