Fortran Coder

查看: 10284|回复: 1

[数学库] 使用Intel MKL FFTW接口函数

[复制链接]

6

帖子

2

主题

0

精华

入门

F 币
58 元
贡献
21 点
发表于 2019-3-14 08:41:38 | 显示全部楼层 |阅读模式
在windows64,用vs+ivf编写fortran程序,MKL库已经可以使用,但是想使用Intel MKL FFTW的接口函数,比如下面这些:
The FFTW2 wrappers to Intel MKL provide the following subroutines for calling from Fortran:
call fftw_f77_create_plan(plan, n, dir, flags)
call fftw_f77(plan, howmany, in, istride, idist, out, ostride, odist)
call fftw_f77_one(plan, in, out)
call fftw_f77_threads(nthreads, plan, howmany, in, istride, idist, out, ostride, odist)
call fftw_f77_threads_one(nthreads, plan, in, out)
call fftw_f77_destroy_plan(plan)
call fftwnd_f77_create_plan(plan, rank, n, dir, flags)
call fftw2d_f77_create_plan(plan, nx, ny, dir, flags)
call fftw3d_f77_create_plan(plan, nx, ny, nz, dir, flags)
call fftwnd_f77(plan, howmany, in, istride, idist, out, ostride, odist)  等等

在网上可以找到教程,但是不详细,比如下面这个帖子(https://bbs.csdn.net/topics/260015576),仅说了Linux系统的用法。查看使用手册,也只有Linux的使用命令。有哪位知道,在windows中的命令  nmake具体该如何使用?网站上 http://bbs.fcode.cn/thread-361-1-1.html  站长给了这种方式nmake libintel64 compiler=msvs 但是没成功!有哪位做过这方面的工作?求讲解!


6

帖子

2

主题

0

精华

入门

F 币
58 元
贡献
21 点
 楼主| 发表于 2019-3-15 11:23:00 | 显示全部楼层
有木有大佬答疑解惑!
您需要登录后才可以回帖 登录 | 极速注册

本版积分规则

捐赠本站|Archiver|关于我们 About Us|小黑屋|Fcode ( 京ICP备18005632-2号 )

GMT+8, 2024-3-29 13:55

Powered by Tencent X3.4

© 2013-2024 Tencent

快速回复 返回顶部 返回列表