- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Westwood, in the case if the recommendation above will not sufficient, we can do the MVSC Fortran project using such functionality. Please let us know if we may be of further assistance
--Gennady
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thanks for your help.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Your offer sounds like it would help me. I'm still unsure of what the product of the MVSC project would be and how I would use it.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Your offer sounds like it would help me. I'm still unsure of what the product of the MVSC project would be and how I would use it.
Please see the MVSC2005 attached.I linked the project with Intel CPEv.11.1 ( build 038).
As an additional info please refer to the following KB article:
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Please see the MVSC2005 attached.I linked the project with Intel CPEv.11.1 ( build 038).
As an additional info please refer to the following KB article:
I had to do a few things for the enclosed test program to run and run quickly on my computer.
First, I changed the extension to .f90 because some of the lines extended beyond 72 characters, I suspect. Maybe you had a flag set to have unlimited line width, but I thought that would have transferred with the .vproj file.
Second, I had to set the "Use Intel Math Kernel Library" under the Libraries tab of the Fortran tab. Otherwise I got unsatisfied references to the dfti routines.
Third, I turned off IPO under the Linker => Optimization tab. Otherwise, the Linking would take several minutes, a problem I had already run to ground.
Let me know if any of these "fixes" are not kosher or recommended for some reason.
Thanks.
Evan
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I had to do a few things for the enclosed test program to run and run quickly on my computer.
First, I changed the extension to .f90 because some of the lines extended beyond 72 characters, I suspect. Maybe you had a flag set to have unlimited line width, but I thought that would have transferred with the .vproj file.
Second, I had to set the "Use Intel Math Kernel Library" under the Libraries tab of the Fortran tab. Otherwise I got unsatisfied references to the dfti routines.
Third, I turned off IPO under the Linker => Optimization tab. Otherwise, the Linking would take several minutes, a problem I had already run to ground.
Let me know if any of these "fixes" are not kosher or recommended for some reason.
Thanks.
Evan
1- some of the lines extended beyond 72 characters - If you are using Intel Fortran Compiler, you can use options /4L132 or /extend-source 132. These options will specify the length of the statement field in a fixed-form source file. For more info refer to the Fortran documentation.
2)Do you mean you set the "Use Intel Math Kernel Library" == as Parallel (/Qmkl:parallel) or Sequential (/Qmkl:sequential) ? otherwise - unresolved refererncies?
that's very strange - these options, for example (Qmkl:parallel == mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib ) for the win32
3) Turning off IPO - we saw this tread where Dima recommended you to do that:) http://software.intel.com/en-us/forums/showthread.php?t=69481
--Gennady
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
1- some of the lines extended beyond 72 characters - If you are using Intel Fortran Compiler, you can use options /4L132 or /extend-source 132. These options will specify the length of the statement field in a fixed-form source file. For more info refer to the Fortran documentation.
2)Do you mean you set the "Use Intel Math Kernel Library" == as Parallel (/Qmkl:parallel) or Sequential (/Qmkl:sequential) ? otherwise - unresolved refererncies?
that's very strange - these options, for example (Qmkl:parallel == mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib ) for the win32
3) Turning off IPO - we saw this tread where Dima recommended you to do that:) http://software.intel.com/en-us/forums/showthread.php?t=69481
--Gennady
Regarding (2), maybe it wasn't clear that I am on a Windows 32 machine. I don't recall if I set it to the Parallel or Sequential setting, but I don't think it mattered.
Evan
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Regarding (2), maybe it wasn't clear that I am on a Windows 32 machine. I don't recall if I set it to the Parallel or Sequential setting, but I don't think it mattered.
Evan
Hi Evan,
Your fix about the enclosed test program looks not problem.
Regarding to 2), you and gennadyis meaning same option:
the "Use Intel Math Kernel Library" option to "Sequential..." under Project Properties => Fortran => Libraries.set /Qmkl:sequential or /Qmkl:parallel.
The option works.
(The option'sfunctionalityis to set MKL include path, library path, and library automatically. These paths and library in the DFT project gennady providedare set bymanuallybased onhismkl install directory: C:AppsIntelCompiler11.138mklinclude, your mkl may not locate in the folder, so you can 't build the sample untill open the option, which set right paths based on your mkl install directory).
About your originalproblem:
"error #7002: Error opening the compiled module file. Check INCLUDE paths. [MKL_DFTI]."
Right, the quick-and-dirty solution is to copy the mkl_dfti.f90 file to the source directory and include it in the Project.
And if you doesn'tlike to copy and include it in your project, then as DFT project show, you need add
! Include to build module MKL_DFTI
INCLUDE 'mkl_dfti.f90'
before the code
USE MKL_DFTI
Regards,
Ying
