Array of Parameterized derived data types with different length type parameters
I have been unable to find any documentation, so it may not be possible, about being able to make an array of parameterized derived data types with different length parameters. I have done some simple...
View ArticleIMSL routines use
I am supposedly running Visual Fortran Composer XE with IMSL routines on a stand-alone PC. I do not see to have access to the IMSL routines. How could I verify if I indeed have these routines on my PC?...
View ArticlefwglGetProcAddress (OpenGL + Windows + Intel Fortran)
I am trying to use OpenGL functions that are not directly supported by Windows, which only supports GL functions up to OpenGL 1.1. Supposedly the the wglGetProcAddress function allows access to...
View ArticleParameterized derived types with PASS
I'm trying to use parameterized derived types and have run into a problem which I have distilled into the following code:module t_mod implicit none type T(k) integer, kind :: k = 4 integer(kind=k) :: d...
View ArticleMAXVAL Stack overflow problem
I have a large 3-dimensional array and I'm trying to do an element-by-element maximum on the first 2 dimensions using the MAXVAL function. When I do, I get a stack overflow error. Is there a size...
View Articleshape restrictions on assumed shape arguments
Hi,wan't to ask if it's permitted to define certain restrictions on the shape of assumed shape arrays?For example something like:integer(GST_IK), intent(in) :: lm(2,:)Thanks for advice
View ArticleI cant post a comment to the Documentation - ...
I cant post a comment to the Documentation -It wasn't terribly important, but the WORD verfication fails -It mentioned something about "you may be blocked."However, when I used the AUDIO version of...
View ArticleRead direct access file in block
If I know the record length (recl) and number of record(n) i want to read in a file is safe to:open the file with a record length of recl*nread the file in blockin other work can I always assume that...
View Articlemax and min reduction and other omp 4 changes in 15.0 updates
I've been looking for documentation of what has changed with this vector reduction. The one note I find in ifort release notes is about the somewhat curious addition of these reduction clauses to the...
View ArticleHow to get Intel Fortran Studio (!) 2013 SP1 Update 5
Hi,in my company we have some IF Studio 2013 and some IF Composer 2013 installed.I've updated the Composers XE 2013 to SP1.5.239Now I'm searching for SP1 Update 5 for the Studio-versions, but in the...
View ArticleInternal compiler error with long names - ifort 15.0.2
Hello,I have recently run into an internal compiler error with ifort 15.0, for a piece of code that works just fine with Ifort 14.0. I think this is a regression bug.The catastrophic error shows up...
View Article64 bit debugging not working - revisited
This is mostly an FYI on a follow up to the locked post: https://software.intel.com/en-us/forums/topic/515943I had the same x64 debugging problem (watch variables show up with undefined addresses), so...
View ArticleHelp with Intel fortran building error with PETSc
Hi,I am using ifort version 15.0.1 to compile and build my code with the open source PETSc and MPICompiling has no error msg but during building, I got the errors below, though in the end the build...
View ArticleError when passing a null pointer to an optional argument with the "-check...
Hi,An run-time error is given by ifort version 15.0.0 using the "-check all" option when passing a null pointer to an optional argument.Without the the "-check all" option, the result seems...
View ArticleVisual Fortran Complier 2008 not working anymore on Windows 7 or 8
Hello, I used to run Intel Visual Fortran v11.1 on a Windows 7 machine and everything was ok. I was making little Dos windows programs to post-process my data.I didn't use it for a while and eventually...
View Articleaassertion failure
Too bad, don't have installed a mailing client so I am posting the error here::[Process] Process Name: devenv.exe Virtual Memory Size: 1222880K Working Set Size: 515408K[Assertion] CrashedPID: 7324...
View ArticleDebugger watch window subscript out of range
I'm debugging a program which is set up to reference memory locations outside the range of the dimension of various variables. Program is compiled so subscripts are not checked for range, but when I...
View Articleruntime problems with PSBLAS library
Hello,About two years ago I reported ifort F03 compilation issues with PSBLAS library (http://people.uniroma2.it/salvatore.filippone/psblas/). With Intel 2015, the compilation issues are solved but...
View ArticleMaking DLLEXPORT functions visible from C++ DLL
I'm building a C++ DLL that links some Fortran static libraries. My environment isVisual Studio 2012Intel(R) Visual Fortran Compiler XE 13.1.1.171Fortran libraries export some functions e.g. logical...
View ArticleUndefined symbols for architecture x86_64
I bet this error compiling on Mac OS 10.10 Undefined symbols for architecture x86_64 and if I try compiling using 32bit I get this error Undefined symbols for architecture i386.Undefined symbols for...
View Article