- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
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?
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
