- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page