"Find all references" makes VS2015 stall
Hi"Find all references" on any symbols in the VS2015 code editor makes VS stop running and inactive.My environment is as below:Windows 7 x64Microsoft Visual Studio Professional 2015 Version...
View ArticleUnresolved contained procedures at link in XE2016 Update 1
I have an abstract type and 3 concrete types derived from it. The abstract type declares some deferred internal procedures and the derived types implement them. The project compiles fine under Visual...
View Articleerror on many cores run
HiI have a code that works on a cluster when I use 6^3 = 216 cores, but the code crashes when I try to make it run with an higher resolution using a 12^3 = 1728 cores (all the parameters are the same...
View ArticleThe Intel® Parallel Studio XE 2016 Update 1 is now available
All editions (Cluster, Professional, Composer) of the Intel® Parallel Studio XE 2016 Update 1 for Linux* and OS X*are now available from the Intel Registration Center. You may also receive an email...
View ArticleThe Intel® Parallel Studio XE 2016 Update 1 is now available
All editions (Cluster, Professional, Composer) of the Intel® Parallel Studio XE 2016 Update 1 for Windows* are now available from the Intel Registration Center. You may also receive an email from Intel...
View ArticleERROR: entry point _erfq could not be located in libifcoremdd.dll
Question: Has a windows 8.1 update recently (like last 3 days?) somehow adversely affected the Dynamic Link for debug compilations? I have a large solution with 4 projects, (EXE & 3 DLLs)...
View Articleextra under line generate when convert from cvf to xe2015
hello !i recently install xe2015 in vs 2012.when i convert code that written in compaq visual fortran (right click on program name in solution then convert to compaq...), an extra underline added at...
View ArticleWhy cant I search the fortran compiler users guide?
I get this cryptic error message"cannot find searchdata.js" data base.Furthermore I cannot scroll the left pane. How would I get a list Of functions and subroutines?The users guide does not give me...
View ArticleSpecification expressions, DIMENSION ordering and a mischievous user
With ifort 16.0 Build 20151021 (that's update 1, I think) this program prints `1 2`. That doesn't make much sense - I think a strict reading of the standard suggests the program is conforming (noting...
View ArticleCannot export Fortran procedure pointer from DLL
I am trying to export a procedure pointer but it does not show up in the DLL's exported symbolsCode for the DLL:module dll_proc_ptr abstract interface subroutine a_callme end subroutine end interface...
View ArticleCatastrophic error with v16.0/1 but not with v15.x
Hi,The update 1 and initial release of ifort v16 are leading to a catastrophic error during the compilation of a large fortran code (>100kLOC) while everthing is ok with v15.x.For the same code, v15...
View Articlesubroutine call using array subobject syntax
Consider this codeprogram proba implicit none interface subroutine thunk() end subroutine thunk end interface type funptr procedure(thunk),pointer , nopass :: f end type funptr type(funptr) :: farr(3)...
View Articlerc.exe not found
When I am trying to compile Fortran using the visual studio and Intel Fortran, I receive this error message "This project is out of date / Debug Win32" in a dialogue/ Would you like to build it?. When...
View Article16.0.1 ICE with -standard-semantics -QxAVX -Qopt-report
Correction to my previous comment on this subject. I had been using a hidden setting of -standard-semantics for recent versions of ifort. Now with 16.0.1 the combination of options...
View ArticleBug Report: Incorrect application of elemental function on user defined type
I have an error with Intel Fortran incorrectly applying an elemental function to a user defined type.module quart implicit none type quaternion ! q(4) = (w, x, y, z) where w is the scalar part real...
View ArticleDifficulty with launching Fortran app in OS X
I posted this before a few days ago but have received no replies.Previously I developed a pretty simple Fortran in Xcode and ran it without any real problems (OS X 10.10) as command line. Now it will...
View Articlerun time -- some questions
Dear all, I have written a very long code, with many subroutines.In this moment I am runnung some simple run-time analysis with CALL CPU_TIME()I have notice something strange. When I increase the...
View ArticleBlank Common Block
c BLANK COMMON PARAMETER (NTSTP=1000000) common l(NTSTP) call inelem (l(knsb),l(kndfsb),l(kcosb),l(kndid),l(kcoord), 1 l(kid),l(klstif),l(k1),ndtp,nsnds,nnods,ntnds,...
View ArticleFile position inquiry with non-advancing formatted stream access and sheep
I've never been good at poetry... so I've started using Fortran to help me. Getting the right number of syllables in each line has always been tricky, so sometimes I skip over bits, and then fill them...
View ArticleStack reserve size in DLL vs EXE
I've converting a Fortran 77 code that has lots of stack memory utilization from an executable to a DLL (Windows). For example there are hundreds (thousands) of arrays such as this: COMMON/A1/...
View Article