Wrong behavior of sync all for coarray application
Here is a short coarray code which gives a wrong output.! This program gives a wrong output as we would expect the line witht eh '*' character to be the last line to be printed. ! Compilation: ifort...
View ArticleICE with parameterized derive type and debug enabled
The attached file generates an ICE when I compile it with$ ifort -debug tests.f90It compiles fine if I drop the debug statement. $ ifort -v ifort version 15.0.0I am running openSUSE 13.1.0 Please let...
View ArticleAllocatable Huge
Dear Steve:I was reading the old Microsoft FORTRAN reference manual about allocatable - it says you need to use the huge statement - what is the huge statement - is it not required anymore? JMN
View ArticleFortran 2015 Downloaded Professional Got Cluster
I downloaded the Intel® Parallel Studio XE Professional Edition for Fortran and C++ Linux* (all tools) and appear to have actually downloaded the Intel® Parallel Studio XE Cluster Edition for Linux*...
View ArticleIntel fortran 15 traceback information
Hello,I have a simple code like this below and I compile it with " ifort -O0 -debug -g -traceback -check all -ftrapuv tracback.f90 ". Apparently there is a runtime error with a(1000)=2. IFORT...
View ArticleCalling a C function from within Fortran
Hello, I am trying to call a C function within a FORTRAN file and I am getting the following error. Same function call works in gcc and gfortran but fails in icc and ifort. Any suggestions ?...
View ArticleModule referencing/usage
HiI have a kind of hypothetical question...I have two modules A, B, and a main program P. Module B uses module A and Program P uses module B. (That is, they contain use moduleB and use moduleA...
View ArticleMust nullify a pointer before check associated status in IVF.
hi,I do known that pointers should be nullified by null() or nullify or associated to variable before checking associated status in deed.Now I have a very large project in Lahey fortran, all pointers...
View ArticleForrtl: List Directed I/O Syntax Error
Hello, After successfully compiling this code - https://software.intel.com/en-us/comment/1798317#comment-1798317 (thanks to Tim Prince) when I run this I get the error below. I know there...
View Articlefatal error LNK1104 cannot open file "\Debug\...EXE"
HiI always got the same error when I rebuilding the project in in fortran complier on Visual Studio. And It seems that the .EXE in debug folder couldn't be delected when I rebuild the project, thus the...
View ArticleDiagnostic for incompatible arguments to MOVE_ALLOC
MOVE_ALLOC requires that `to` be type compatible with `from`. Could the compiler please diagnose when this requirement is not met.MODULE m IMPLICIT NONE TYPE :: NotMyParent END TYPE NotMyParent TYPE...
View ArticleProject Only: Link only ... fails
This right click menu option in Visual studio used to do what it says and just link. Now it deletes intermediate files first and then of course can not possibly do a link. Using VS2010 with Fortran...
View ArticleStack Overflow
Hi,I have an error message forrtl: severe(170): Program exception - stack overflowMy program is doing some grid search. It ran with a small number of grids, but then I got this message when I increase...
View ArticleVS 2010 Integration does not work well
I am using Intel Parallel Studio XE 2015 in Visual Studio 2010 Professional on Windows 7 64-bit Professional. I uninstalled all version of Intel products and installed just Parallel Studio XE 2015...
View ArticleInteger edit descriptor with float list item
Dear Intel support team,when I try to read an integer value with the I integer descriptor into a real variable, ifort returns an incorrect value and no error status. You will find below my ifort...
View ArticleStack overflow with PACK statement in new V15 compiler
Hi guys,another issue related to the new V15 version of your Fortran compiler.The following statement worked fine up until the latest V14, but crashed with a stack overflow using V15:REAL, POINTER ::...
View ArticleCatastrophic error when using sNaN
HiAttached file when compiled with "ifort /Qsave /Qinit:snan /Qinit:arrays" gives a catastrophic error with XE 2015 (package 108); i.e. the latest release.AbhiAttachmentSizeDownloadTest_sNaN.f90644 bytes
View Articleoptimization do loop
I am wondering if in the following DO-loop, the introduction of the new INTEGER variable upper_index in place of the two identical calculations x_index(i,l) + N will have a benefit to the performance?...
View ArticleAssignment of array sections
I am using Visual Fortran Compiler XE 15.0.0.108 [IA-32]I am doing a simple assignment like this:satfln(:,:,:,app) = fulsln(:,:,:,app)Both satfln and fulsln are explicit size and shape arrays, both...
View ArticleIntel Fortran Compiler without preinstalled Visual Studio
Hi.Sure that this question was asked already, but I have troubles with finding answer. So,I'm planning to purchase fortran compiler and now are using trial version. (download full install package of...
View Article