Parallel Studio XE calls BLAS95 + LAPACK95 + IMSL

Source: Internet
Author: User

1, call BLAS95 + LAPACK95 (less function parameters, easy to call)

Add a statement to the program:

Use BLAS95
Use LAPACK95

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

In addition, the project-properties-linker-input-additional Dependencies

Added:mkl_blas95_ilp64.lib mkl_lapack95_ilp64.lib

2. Call IMSL

Add a statement to the program:

INCLUDE ' Link_fnl_shared.h '

Use qdag3d_int !  Integrates a function of three variables with a possible internal or endpoint singularity.

Also, in project-properties-fortran-general-additional include directories add

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

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

In addition, the Project-properties-linker-general-additional Library directories added

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

Parallel Studio XE calls BLAS95 + LAPACK95 + IMSL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.