Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

matrix multiplaction

kuepper
ビギナー
525件の閲覧回数
I use Compaq Visual Fortran 6.6 for multiplaction
of large matrices (300x300) with the order MATMUL.
How can I accelerate that multiplication (MATLAB is ten
times faster but uses the same routines).
Can you tell me who can help me?
0 件の賞賛
2 返答(返信)
TimP
名誉コントリビューター III
525件の閲覧回数
The Intel MKL library BLAS functions are compatible with CVF, and would take better advantage of recent CPUs, as would the MATMUL() implemented in more recent compilers.
kuepper
ビギナー
525件の閲覧回数
Dear Tim,
I have installed the naglib90for accessing the BLAS routines.
The old naglib is installed, as well.
How can I avoid clashes beween both libraries?
Best Regards
Achim Kpper
返信