forum.alglib.net

ALGLIB forum
It is currently Tue Jul 01, 2025 1:56 am

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Fast sparse matrix solver
PostPosted: Mon Jun 23, 2025 4:25 pm 
Offline

Joined: Mon Jun 23, 2025 4:13 pm
Posts: 2
I see that the commercial version of ALGLIB supports multithreading. I am looking for a multithreaded sparse direct matrix solver. The matrix may have up to 50000 real (double precision) entries and matrices with the same structure and similar numerical values are repeated solved. The Harwell Subroutine Library routines MA48 works great for this situation. But it is single threaded. I see ALGLIB has a sparse nonsymmetric direct solver called sparsesolv which utilizes the sparse LU decomposition with dynamic pivoting. Is it multithreaded by chance? Anyone have experience with it?


Top
 Profile  
 
 Post subject: Re: Fast sparse matrix solver
PostPosted: Mon Jun 23, 2025 5:13 pm 
Offline

Joined: Mon Jun 23, 2025 4:13 pm
Posts: 2
I got a reply from Sergey Bochkanov which reads:

"Yes, the commercial version comes with many algorithms multithreaded and that specific one was parallelized.

Specific speed-up depends on the sparsity pattern. For example, if you matrix is band diagonal, it is impossible to parallelize no matter how large, because band diagonal structure promotes sequential interdependencies. So, I think that we should just try and see how it works for your case!"


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: Bing [Bot] and 32 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group