- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to compile the code.f90 from here Problems with MKL using new versions of Intel compiler - Intel Community
It Use MKL_DFTI.
First I compiled mkl_dfti.f90 with:
ifort -c d:/oneapi/mkl/latest/include/mkl_dfti.f90
I got mkl_dfti.mod and mkl_dft_type.mode. Then:
ifort /mkl code.f90
The error is unknown option '/mkl' and unresolved external symbols.
What I am wrong?
Thanks for help.
cheers
cean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reaching out to us.
We see that you are trying to use /mkl command for which you are facing the error.
Instead of ifort /mkl code.f90, use "ifort /Qmkl code.f90"
Kindly let us know if you still face the issue.
Please refer to below link regarding Qmkl options and link line advisor for your reference.
Best Regards,
Shanmukh.SS
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reaching out to us.
We see that you are trying to use /mkl command for which you are facing the error.
Instead of ifort /mkl code.f90, use "ifort /Qmkl code.f90"
Kindly let us know if you still face the issue.
Please refer to below link regarding Qmkl options and link line advisor for your reference.
Best Regards,
Shanmukh.SS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Due to technical issues, earlier reply got deleted and we see that you marked it as solution.
Kindly mark it as "Accept as solution" again, so that other users can get help from this.
Best Regards,
Shanmukh.SS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for accepting our solution. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Best Regards,
Shanmukh.SS
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page