compiler version for older Mac OS?
What is the most recent Intel Fortran that will install for Mac OS 10.10.5?Thanks, Michael
View ArticleType casting regression in ifort2018 beta
The following code segfaults because the explicit allocation in the type casting does not work any more with ifort2018 beta. I filed a bug report already. A workaround is given.module event_base...
View ArticleIntel Visual Fortran 16: internal compiler error with recursive procedures
Cut-down code to reproduce problem:module mod_procs type, public :: type_box integer, public :: m contains procedure :: suba end type type_box interface module subroutine...
View ArticleRuntime Error
Hello: I am getting a runtime error, and I was hoping that somebody could help explain to me exactly what is going on. I am running windows 10, Visual Studio 2015, and compiler version 17.0.2.187, in...
View ArticleProblem with AUTOSETPROPERTY for 64-bit Applications
Hello: I am running Windows 10, Excel 2016, using the 17.0.2.187 Intel compiler. I am having a problem with Fortran interfacing with Excel, I and see that I can replicate it with the Autodice example...
View ArticleErrors using GETPID()
GETPID() is a function that is part of the IFPORT module. I am using this function in a module called 'random.f90', which in-turn is USEd in the main program 'test_rand.f90'Upon not USEing IFPORT,...
View Articleifort 18 feature request: using F08 atomic subroutines with array components
ifort 18 feature request: using F08 atomic subroutines with array components (using an integer array component of a derived type coarray together with atomic_define)I am currently demanding something...
View Articleifort2018beta regression: segmentation fault on valid code
The attached code leads to a seg fault with ifort2018beta, however works with gfortran 4.8., 4.9., 5, 6, 7, and 8 as well as nagfor 6 and PGF17.3. It also worked with ifort 17.0.3, so this clearly is a...
View ArticleWhere can I download the composerxe-2011.7.256 for linux?
I need to run a code written in Fortran 77. I want to know in which part of this web page I can download the compiler composerxe-2011.7.256?. Thank you!
View ArticleIntel Fortran Compiler not available in XCode 8.3.2
I am trying to add the compiler to use it with XCode, I have version 8.3.2, but it seems to be missing from the list of available compilers there, any idea why this happens? I did set up all the...
View ArticleAny help with using GRAPHICS routines ?
I was trying to set up an application (Quickwin) but found that the descriptions of how to use the associated routines were woefully inadequate.In particular, is the way we are supposed to have user...
View ArticleERROR LNK 2001: unresolved external symbol _MPI_WIN_DUP_FN
I run the latest intel Parallel Studio XE Cluster Edition with MPI Library 2017 Release Update 2 on top of MS Visual Studio Enterprise 2015.I am trying to debug a program to run in an MPI environment...
View ArticleImpossible to see the contents of polymorphic variables in debugger
Good afternoon,I have discovered that the debugger in Visual Studio is unable to display the contents of a polymorphic variable beyond its declared type. In the following example, I define a MAIN root...
View ArticlePointer to submodule: There has been an internal compiler error (C0000005).
1>fortcom: Fatal: There has been an internal compiler error (C0000005).The mentioned error is obtained with the following piece of code in an Intel Parallel Studio XE 2017 Update 2 (I also attach...
View ArticleIntel setup tool crash
Trying to install parallel_studio_xe_2017_update2_cluster and the setup stops. See attached snap shot.Help please.
View Articleopenmp_sample.f90
For a better understanding of debugging parallel segments of an application I have generated the 'openmp_samples' Running with: Microsoft Visual Studio Professional 2015 Version 14.0.25420.01 Update 3...
View ArticleArray notation error in debug mode?
I'm getting some weird runtime errors in debug mode after I updated to Visual Studio 2017. Below is some test code that causes the issue in debug mode, but is fine in release mode. The second write...
View ArticleIntel Fortran (ParallelStudio XE Composer Fortran) takes 3 times more time...
Dear community. We got the license for ParallelStudio XE Composer Fortran for Windows, but it turned out that GNU FORTRAN is up to 4 times faster than Visual Fortran Compiler 17.0.2.187. We are using...
View ArticleIntellisense is not working for FORTRAN variables declared in mixed or lower...
I am trying to debug a FORTRAN code written in mixed case letters. The project is setup as VS 2013 project with Intel(R) Visual Fortran 2015. I just cannot make the IDE display the variable value while...
View ArticleCannot double click select word in VS
Try to select the last element of a chain like:aType%something%variableIt selects the whole line! I dont see why anyone would want that.It's inconsistent. Double click the first word and it works. All...
View Article