- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I recently installed the latest version of Intel MKL on MAC OS X. I have a code that utilizes the FFTs and I am having some trouble linking with the appropriate module file as I am receiving the following message when I compile:
error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL_DFTI]
USE MKL_DFTI
I compile using the following command:
ifort file.f90 -lmkl_rt
My .bash_profile contains the following:
# set environment variables
source /opt/intel/composerxe/mkl/bin/intel64/mklvars_intel64.sh mod lp64
# set up environment for Intel compiler
source /opt/intel/composerxe/bin/compilervars.sh intel64
What more do I need to link correctly with the DFTI module file? I always seem to have this problem and I don't know why it's not explained in more detail in the documentation.
Thanks,
Moby
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please compile mkl_dfti.f90 file first which is located in $MKLROOT/include directory.
It looks like corresponding mkl_dfti.mod is not yet in product MKL
Please compile mkl_dfti.f90 file first which is located in $MKLROOT/include directory.
It looks like corresponding mkl_dfti.mod is not yet in product MKL
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page