OpenMP code with 5 or more threads gives stack overflow
Hi.I recently parallelized a program of mine using OpenMP directives using Intel's fortran compiler. The program appears to run fine if I use 1-4 threads, but with 5 or more threads it crashes at...
View ArticleCompaq Visual Fortran Installation
Hi all,I own a copy of Compaq Visual Fortran (2000) and wanted to know if there was a way to install it on a Windows 10 machine. I have all of the installation disks and the key for install, but...
View Articlerc.exe not found
I have seen a number of folks having difficulty with this error and I am now a new victim. Here is my situation - perhaps my problem is somehow related to this combination:1- Running Windows on OSx...
View ArticleNaN appearing
HiI am running a program with several computations in a loop. I am getting NaN after a lot many computations. To get clean data free of NaN i made the program stop at first appearance of NaN. I got a...
View ArticlePARDISO and FEAST
The old 73 Harrison Structural Analysis program written in 66 Fortran has now had the solver taken out and PARDISO put in its place. It was an interesting task as I tried to ensure it was all in...
View Articleunresolved references in project that was working
Removed this - appears I had an obsolete version of my code with erroneous DLLEXPORT in an exe file.
View ArticleDISLIN
Steve:I have used DISLIN with IF, in older versions of Windows - I use the latest 10.It is quite simple to run a DISLIN program from the IFORT cmd prompt, but I really would like to use it in Visual...
View ArticleError PRJ0019: A tool returned an error code
Hi everyone!I was trying to compile my project in Visual Studio 2015 with ifortran, my version is Intel Parallel Studio 2016, but everytime I buit it I got the same error."error PRJ0019: A tool...
View ArticleIMSL and going from visual studio 2012 to 2010
I have ported a working project from one computer with visual studio 2012 to another with visual studio 2010, and I'm getting a strange error from a routine named LSAME during an IMSL operation that is...
View ArticleMixed language compiling linking, help needed.
Hello AllI have a mixed-language program that is being ported from Linux; it compiles/links/runs fine so I know I don't have a fundamental code issue, unless I have to make some changes specific to the...
View ArticleAccess violation reading location 0xFFFFFFFFFFFFFFFF.
The debug statement says nothing is wrong. This is Debug x64 mode in MSVS 2013. Here is the codeModule Horn ! Table of random numbers from fitted Pearson Distribution ! pseudo random number seed...
View ArticleIs there a way to speed up memory allocation?
My code needs fairly large chunks of memory for some large arrays (GB size). The calculations performed on these arrays are extremely quick, but I am surprised to see that most of the time spent in the...
View ArticleRoot key in Windows registry for Intel Parallel Studio XE 2016 on 64-bit OS...
Hi,I have installed Intel Parallel Studio XE 2016 on 64-bit OS Windows 7. I am going to use Fortran and visual basic and link them to Aspen Plus but the problem is that Fortran will be installed on...
View ArticleConsole Window in DLL using Windows 10
I have a FORTRAN DLL application that performs a prolonged series of calculations. To give feedback to the user, we opened a console screen and printed messages on the routines progress. This code has...
View Articlecompiler rejects Fortran source containing variable with name "SELECT"
Here is a stripped down version of an example code from the MKL forum, see https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/... .The 16.0.1 and 16.0.2 compilers give a syntax...
View ArticleDLLEXPORT and 16.x
Version 16.0.2.180My solution has suddenly stopped honoring the dllexport directive. We have many functions of the form INTEGER *4 FUNCTION GETNTGRID() !DEC$ ATTRIBUTES DLLEXPORT::GETNTGRID GETNTGRID =...
View ArticleWords
LóðurrDear Steve:Many years ago, when I wrote a lot of LISP code for AutoCAD - back when Microsoft Fortran was in Version 3.03 or thereabouts and I could comfortably make a cup of tea whilst the...
View Article!$OMP and stack overflow problem--cannot solve
Hi, I have a very basic code using openmp on intel fortran (Intel(R) Visual Fortran Compiler Integration for Microsoft Visual Studio* 2008, 11.1.3471.2008, Copyright (C) 2002-2010 Intel Corporation...
View ArticleProper Setting of /Qax
Hi Intel-Fortran-Compiler, Version 15.0.3.208I'd like to have advice/suggestions on setting the /Qax-switch.My program is a numerical PDE-Solver. Our customers are aware, that they should have rather...
View ArticleStatic array more then 2Gb
I have a small code for initializing the static array and writing it to file. The size of array is 5000000 of reals. I have the Visual Fortran Compiler XE 13.1.0 and my Win 10 x64 show “This app can’t...
View Article