Program triggering a breakpoint when exiting a function that convert 2-d char...
I have a Fortran program that talks to a dll that is written in C++. The Fortran program is crashing on Windows only when it comes out of the function given below. It works fine in Linux and Mac OS....
View ArticleHow to get window handle of main dialog box
I am writing QuickWin console application and cannot figure out how to get the window handle of my main (modeless) dialog box (which I call IDD_DIALOG1). I know how the get the handle for dialog...
View Articlehow to enable work-stealing
Dear all,I want to enable work-stealing in intel OpenMP and thus set the variable KMP_TASKING=1. However, all OpenMP based programs have segmentation fault (core dumped) at the start of the parallel...
View ArticleSparse Matrix storage to compressed sparse row format
Hi :-)I am new here and I have a question about using "PARDISO - Parallel Direct Sparse Solver Interface". As you may know in order to use this subroutine for solving a set sparse linear equations as...
View ArticleFloating point calculation issue
Hi there, Some time ago I converted a large numerical codebase over to the Intel Visual Fortran compiler. So far we have been unable to make the switch to IVF as we are seeing an unacceptably large...
View ArticleMeshcentral.com - New Dashboard
As more people add devices to Meshcentral or their own instance of the Mesh server, it’s increasingly important to be able to search, filter and visualize large numbers of devices. Today, Matt Primrose...
View ArticleDll can’t be recognized unless in system directories when called from VBA.
Hi All,I built a 32-bit DLL with Visual Fortran V11.1.067 within Visual Studio 2008 on my computer. The program is supposed to work like this:EXCEL VBA (32-bit) calls “C:\Test\AA.dll” via the absolute...
View ArticleDebugging Intel® Xeon Phi™ Applications on Windows* Host
ContentsIntroductionDebug Solution for Intel® MICHow to get it?Debug Solution as IntegrationComponents RequiredConfigure & TestPrerequisite for DebuggingDebugging Applications with Offload...
View ArticlePerils of constants as arguments
I am writing a subroutine intended for redistribution to other coders in a static library:Subname (irow, icol, ra, rb, ...) : IF (irow == 0) irow = INT(ra) IF (icol == 0) icol = (..something..)...
View ArticleExcel Function from Fortran .dll
Hi,I found several threads addressing this topic, but still need some help getting my Fortran .dll file to work. I am using Windows 7, Excel 2010 and Visual Fortran Composer XE 2013 SP1. I dummed...
View Articlehaving trouble running generic linked list program
I have a small test program which creates a generic linked list. It compiles, but doesn't run.When I try to access the values of the link, it gets a memory error (access violation).The values of the...
View ArticleIntel® XDK Update for February 2014
Here is another Intel® XDK update. We have quite a few new things to share in this release. First, though, a few of us from the Intel XDK team will be at the Mobile World Congress in Barcelona this...
View ArticleFortran compiler-ABAQUS interface
I want to develop subroutines(UMAT to be precise) in ABAQUS 6.11-1.Which versions of intel fortran compiler are compatible for this purpose?And, Please post the link where i can get the evaluation...
View ArticleVector elements permutation
Hello everybody,I was wondering if there is a function which performs a permutation of the elements of a vector, in order to avoid the classic method consisting of defining a permutation matrix (which...
View ArticleAliasing concern with variable stride creating temporary and slow vectorization
I found that ifort (and gfortran) create a temporary for the following array assignment:a(1:n-inc:inc)= a(inc+1:n:inc)+b(1:n-inc:inc)presumably because of the possibility that inc is less than zero....
View ArticleHow to complie the fortran code?
I am trying to use Intel Visual Fortran (IVF) and Visual Studio 2013 to run with my code which was run on Digital Visual Fortran (DVF). The code includes two files, which are main program (main.f90)...
View Articlecoarray
Hello I tried a simple 'hello' coarray and at runtime I got this: unknown option: -localonly what those this means?...
View ArticleCoarray bug
There are two questions I would like an explanation for in the simple test below:1. Why doesn't the code issue an error at run time - since the allocation of the coarray specifies different bounds on...
View ArticleFast type cause cursor jump in keyboard
This happened when I typed fast to input code in text editors of my Windows 8.1 ultrabook. How to fix this glitch?
View Article