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

matrix multiplaction

kuepper
Beginner
526 Views
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 Kudos
2 Replies
TimP
Honored Contributor III
526 Views
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.
0 Kudos
kuepper
Beginner
526 Views
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
0 Kudos
Reply