EXECUTE_COMMAND_LINE behavior
It appears that the behavior of EXECUTE_COMMAND_LINE does not conform to the F2008 standard, section 13.7.57.program ifort_execute_cmd_line integer :: stat, cstat call execute_command_line...
View ArticleDPD200256205 Have -warn unused warn about unused ONLY names
I recall discussing this in a thread somewhere but I can't seem to find it, Anyway this documenthttps://software.intel.com/en-us/node/520142Suggests "DPD200256205 Have -warn unused warn about unused...
View ArticleBuilding Fortran Windows PGPlot
I am trying to build PGPlot for Windows using the v 14.0.0092.11 Fortran compiler and Developer Studio 2012 and encountered a problem that I don't understand.I followed the directions...
View ArticleICE during linking for coarray code
Hi,I've just install the last version of the compiler, ifort version 15.0.0, on the following kernel 3.15.10-200.fc20.x86_64. This version fails to compile a (rather large) code with the "-O2 -ipo"...
View ArticleInconsistent math behavior on ifort 11.1
HI All! I'm compiling the code below in gfortan, ifort 11.1 and ifort 14.0.3.PROGRAM TEST REAL :: x, x2(5), z COMPLEX :: y, y2(5) z = -1. z=sqrt(z) x=5./z x2=5./z y = (1.,1.)*x y2= (1.,1.)*x2...
View ArticleMPI + Linked List
Dear all, I would like to know if it is possible to send linked list from a processor to another in fortran+MPIThanks a lot
View Article2015 installation & Threading
Steve (& colleagues)1. As noted elsewhere in this forum, the installation of 2015 erases whatever was in the "Configuration Properties / General / Target Name" window box and puts in...
View ArticleStructure/Array constructor syntax complaints
I think I've been running around all week calling array constructors structure constructors and vice versa, but anyway... this is perhaps about both structure constructors and array constructors, so...
View Articlemkl95_blas module
Hi In the XE 2015 install, I don't see the module files mkl95_blas.mod, mkl95_lapack.mod in the installdir/mkl/include/plaform. These files were there for XE 2013 SP1. Now, I see onlt blas95.mod and...
View ArticleProvide a console in a Fortran QuickWin project
Dear friendsI have recently started to use a graphics library (PGplot) in my Intel 11 + VS2008. Since I want to handle both text and graphics I am developing my codes in a Fortran QuickWin Project...
View ArticleBinding argument CLASS/TYPE mismatch not diagnosed
The following shows that 15.0 fails to diagnose a mismatch in the CLASS/TYPE characteristics of a dummy argument (which isn't the passed argument) for a procedure used to override a binding.MODULE m...
View Articleidb removed in parallel studio 2015
What is the main reason to remove idb from parallel studio 2015? idb was extremelly important and useful tool with good interactive graphic capabilities.
View ArticleICE with most horrible source ever
In order to reduce the wear and tear on my fingers I have decided that I need to type less. Consequently for me it's no more comments in source (I never read them anyway), no more mixed case keywords...
View ArticleCreating a Post-processor
I am creating a post-processor for a finite element program but I didn´t get a good quality of the images. I used the sequence of ideas below to create an image representing the specific result.1)...
View ArticleNo Fortran Expression Evaluator debugging COM Server.
My project is a .NET front end calling a Fortran COM Server (generated with the COM Server wizard) via COM-Interop.In IVF 12.1, I could debug into the COM Server and watch Fortran variables. After...
View ArticleSubstrings of character components of extension types
If an object with a character array component is of a type that extends another type, then attempts to substring the character component result in strange errors.MODULE m IMPLICIT NONE TYPE :: Parent...
View ArticleInterfacing C++ stuff (AVIFile API)
In my application I have rendered a series of dynamic images in OpenGL. I dumped this data as a series of bitmaps and then used an external program to make a movie. Looking at the AVIFile API's it...
View ArticleInternal compiler error (C0000005)
Hello,I am trying to update from version 10.1.013 of the Fortran compiler to Visual Fortran Compiler XE 15.0.0.108. The code compiled without error in the old version. With the new compiler the build...
View ArticleDownload intel fortran 11.1
In order to work with Abaqus, I need to have intel fortran 11.1. I have the serial number but I fail to find the link to download it.Can I have one?Great thanks! Peter
View ArticleFormatted Direct access files cr/lf different in Debug/Release
Using the command OPEN(UNIT = 9, FILE = FILLIN, RECL = 200, FORM = 'FORMATTED', & ACCESS = 'DIRECT')I get a file with CR/LF ending the 200 byte records in Release whereas the file has only CR (or...
View Article