首页 > 其他 > 详细

Parallel Studio XE 调用 BLAS95 + LAPACK95 + IMSL

时间:2015-05-03 10:28:28      阅读:593      评论:0      收藏:0      [点我收藏+]

1、调用 BLAS95 + LAPACK95 (函数参数较少,调用方便)

在程序里加上语句:

use BLAS95
use LAPACK95

real*8, external::DZNRM2   !DZNRM2 computes the Euclidean (L2) norm of a double precision complex

 另外,在 Project - Properties - Linker - Input - Additional Dependencies

添加:mkl_blas95_ilp64.lib mkl_lapack95_ilp64.lib

 

2、调用 IMSL

在程序里加上语句:

INCLUDE ‘link_fnl_shared.h‘

USE QDAG3D_INT              !Integrates a function of three variables with a possible internal or endpoint singularity.  

另外,在 Project - Properties - Fortran - General - Additional Include Directories 添加

 C:\Program Files (x86)\VNI\imsl\fnl700\winin111e64\include\dll

 C:\Program Files (x86)\VNI\imsl\fnl700\winin111e64\include\static

另外,在 Project - Properties - Linker - General - Additional Library Directories 添加

 C:\Program Files (x86)\VNI\imsl\fnl700\winin111e64\lib

 

Parallel Studio XE 调用 BLAS95 + LAPACK95 + IMSL

原文:http://www.cnblogs.com/pankejia/p/4473333.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!