- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am having to solve many large sparse linear systems in real time (the result of the finite element methods). Can anyone give me any advice on parallelizing the program ?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - vu64
I am having to solve many large sparse linear systems in real time (the result of the finite element methods). Can anyone give me any advice on parallelizing the program ?
I strongly recommend you to use PARDISO, one of Math Kernel Library functions. It's definitely the fastest known sparse slover and it has powerful parallel abilities.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - vu64
I am having to solve many large sparse linear systems in real time (the result of the finite element methods). Can anyone give me any advice on parallelizing the program ?
I strongly recommend you to use PARDISO, one of Math Kernel Library functions. It's definitely the fastest known sparse slover and it has powerful parallel abilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - pourmatin85
hi;
I strongly recommend you to use PARDISO, one of Math Kernel Library functions. It's definitely the fastest known sparse slover and it has powerful parallel abilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - vu64
Do you mean this http://pardiso-project.org ?
No, as I said it's a part of MKL. You'll have to download Math Kernel Library from intel and install it on your computer. Then you can link it to your project and use its functions, including PARDISO.
ps.: There is a mkl manual in the installation folder, which will help you through linking and using the library.

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