MAXVAL 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 Articlemissing library after update
My builds previously worked, but after updating with the latest Intel Fortran tools, I no longer have a libmmt.lib and my build has a fatal error: Error 9 fatal error LNK1104: cannot open file...
View ArticlePrint window keeps coming up behind my application window
I use the FORTRAN_WINPRINT.F90 to print from my applications, but the print window (the one that allows you to select your printer) opens almost always behind my applications window. Not every time,...
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 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 ArticleCalling a C function in Visual Studio from a Visual Fortran code
Hi,I have a Visual Studio 2012 installed on Windows 8.1. Also, I installed Visual Fortran. I want to create a solution with two projects one in Fortran and one in C, then be able to call C function...
View ArticleRedistributable Libraries and/or static compilation
Hi,I need to send a co-worker the redistributable libraries for the latest Fortran compiler. Where can I find those (in my computer or on-line)?Also, does the recipient have to do anything else (move...
View ArticleParameterized Derived Data Type Allocation Error
Hi all, the following is a simplified version of a code that I wrote that does not seem to work. For the larger code I just get a generic "compliation error" and then the compiler stops. I tracked that...
View Article