Hi, I have very annoying problem. I installed Intel composer 2013 which I run with Ultimate Visual studio 2010. My fortran program uses fftw3 functions , for which Intel Visual Fortran has an appropriate wrapper. To build the application I have done the 2 following steps:
1. Put the path for fftw.h in the project->Properties->Fortran->Additional Include Directories to the location where the Intel composer 2013 is installed.
2. Enabled "UseIntel Math Kernel Library" by choosing "Sequential (/Qmkl:sequential)" oprion in the project->Properties->Fortran->libraries->.
I also increased the allocation of Stack Reserbve Size and Stack Commit Size to fit them to the program requirements.
After all that I have succesfully compiled and built the program
The problem shows up when the program is running, generating the following error when trying to execute fftw_execute_r2r(forward, in, in) function:
Unhandled exception at 0x00302827 in proba.exe: 0xC0000005: Access violation reading location 0x00000004.
When I run the same program on the Unix system, where the both program and fftw libriary were compiled with intel compiler everything is working perfect.
Many thanks for your help, Yuri





