Can a BLOCK construct be within an ASSOCIATE construct and recognize the...
The following code with a BLOCK construct (Fortran 2008) within an ASSOCIATE construct fails to compile when the associate-name is used inside the block. Is this only to be expected per the standard?...
View ArticleCan MOVE_ALLOC be used with associate-names in an ASSOCIATE construct?
Is the run-time behavior shown below with the following code correct?program p implicit none type :: t character(len=:), allocatable :: s end type t type(t), allocatable :: foo type(t), allocatable ::...
View ArticleEquivalent of equivalence
Having moved from fixed arrays that were equivalenced to dynamic arrays I'd like to reinstate an equivalent to the old equivalence. program main use iso_c_binding implicit none real(4)...
View ArticleSystem error
I have written a console application that my colleague may use. Today I just rebuild one application and it runs as presumed on my computer. However, when my colleague try to run it on his own...
View ArticleCan I actually buy this product?
Hi, after much searching of this site I now know two things,1) There exists an Intel Fortran Compiler2) It is impossible to buy it from IntelSeriously, I can access the description page but for the...
View ArticleIntel Fortran integration with Visual Studio: improved syntax highlighting?
I just noticed VALUE attribute and MOVE_ALLOC intrinsic procedure do not get highlighted in Visual Studio file editor; I presume there are also other such items that are not getting highlighted?So is...
View ArticleImplied DO LOOP in READ statement
Hi - newbie here!Here are three lines of a text file2 !nwpoints 100,4500 !below xwpoint(i) and then wave data file & shift for wave data PT_1week.dat,F_1week.dat !wave file nameHere is some code to...
View ArticleCompiler Memory Errors
This isn't a problem, per se, but in trying to gather more information for one of the infamous "catastrophic internal errors", I ran ifort 12.0.0 (and its descendants) through valgrind. ifort had...
View ArticleRun-time diagnostics for shape mismatches in array assignments possible?
This is based on discussions in this thread at comp.lang.fortran: https://groups.google.com/forum/#!topic/comp.lang.fortran/OCWxsF-Tm0U.The following simple code compiles with no errors or warnings...
View Articleforrtl: severe (174): SIGSEGV, segmentation fault occurred
when I compiled my program m.f90 with command: "ifort m.f90" and then run it "./a.out", error occured as followsa 1 b 1 c 1 a 2 forrtl: severe (174): SIGSEGV,...
View Articleforrtl: severe (174): SIGSEGV, segmentation fault occurred
when I compiled my program m.f90 with command: "ifort m.f90" and then run it "./a.out", error occured as followsa 1 b 1 c 1 a 2 forrtl: severe (174): SIGSEGV,...
View ArticleFortran forrtl: severe (174): SIGSEGV, segmentation fault in derived type data
"m.f90" : 1 module typedef 2 implicit none 3 type::mytype 4 integer::mn(2,2) 5 complex(kind=8)::w 6 integer,allocatable::sz(:) 7 end type 8 end module typedef 9 subroutine...
View Articlexe14=>xe15 cause a SIGSEV (openmp)
When updating from ifort 14 to ifort 15 (15.0.2 to be precise), several bugs have appear in our programs (while it ran smoothly with ifort 14). One of them seems related to openMP : forrtl: severe...
View ArticleCOARRAYs
Hi, I have re-instaled the system in my computer. Afterwards some problems with my codes, which are using the COARRAYs, have appered. I have also found the problem during the runnig the coarray...
View ArticleIntel® Visual Fortran Composer XE 2013 SP1 for Windows* with IMSL*, Update 5
Intel® Visual Fortran Composer XE 2013 SP1 Update 5 includes the latest Intel Fortran compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This new product release now...
View ArticleIntel® Visual Fortran Composer XE 2013 SP1 for Windows* with Microsoft Visual...
Intel® Visual Fortran Composer XE 2013 SP1 Update 5 includes the latest Intel Fortran compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This new product release now...
View ArticleIntel® Visual Fortran Composer XE 2013 SP1 for Windows* with Microsoft Visual...
Intel® Visual Fortran Composer XE 2013 SP1 Update 5 includes the latest Intel Fortran compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This new product release now...
View ArticleInstaller crashes, Website only works in Firefox
Downloaded Intel Fortran compiler for evaluation on OSX.Mounted installer dmg, fired up installer - instant crash missing symbol _strnlen in /usr/lib/libSystem.B.dylibnot very goodFind out if any way...
View Articleifortvars.bat not setting PATH to ifort.exe binary
Dear all,I have been trying to achieve the same as Simon in https://software.intel.com/en-us/forums/topic/294900, with following setup:This is on a Windows Server 2012 using Visual Studio 2013 and...
View ArticleF12 Visual Studio 2013 not work
The Text Editor- Fortran - Advanced functions have stopped working for VS 2013 using Intel Fortran 2015. When I first installed VS 2013 I activated some of the advanced text editing functions such as...
View Article