multithreading using lscs_mp
#2
RE: multithreading using lscs_mp
SPROC and pthreads cannot coexist in one program, they are mutually exclusive.
If lscs_mp requires SPROC then your code should use SPROC only.

I understand that the code you're using is using pthreads, this means that you need to use something else to solve large sparse matrices.
Because i have worked in numerical engineering for quite some time, may i suggest to you libraries like UMFPACK or SPQR?
These are well suited for solving large sparse matrices with respectively full rank or rank deficient systems.
See http://faculty.cse.tamu.edu/davis/suitesparse.html for code. You may need an older version for SPQR to compile it under IRIX systems

They require fast BLAS and LAPACK libraries, these are provided in IRIX, or you could roll-your-own using ATLAS, see http://math-atlas.sourceforge.net/
dexter1
Administrator

Trade Count: (1)
Posts: 297
Threads: 17
Joined: May 2018
Location: The Netherlands
Find Reply
11-02-2018, 06:36 AM


Messages In This Thread
multithreading using lscs_mp - by kmallick - 11-01-2018, 08:37 PM
RE: multithreading using lscs_mp - by dexter1 - 11-02-2018, 06:36 AM
RE: multithreading using lscs_mp - by kmallick - 11-02-2018, 02:20 PM
RE: multithreading using lscs_mp - by gijoe77 - 11-02-2018, 08:07 PM
RE: multithreading using lscs_mp - by dexter1 - 11-02-2018, 09:42 PM
RE: multithreading using lscs_mp - by kmallick - 11-03-2018, 01:14 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)