The LAPACK forum has moved to https://github.com/Reference-LAPACK/lapack/discussions.

Tridiagonal Linear Solver

Open discussion regarding features, bugs, issues, vendors, etc.

Tridiagonal Linear Solver

Postby AMITK » Sun Aug 17, 2008 1:16 pm

Hi,
I am using the pddttrf_ function to solve a tridiagonal system of equations. This functions calls functions ppddtrf and ppddtrs in the process.
There is a check in the file "pddttrs.f" which is restricting me to take my choice of number of processors.

IF( LLDB.LT.NB ) THEN
INFO = -( 11*100+6 )
END IF

According to this condition (nprocs%LLDB)==0. Why is this restriction placed as in case of blocked distribution the last nodes will have LLDB < NB.

Thanks
Amit
AMITK
 
Posts: 1
Joined: Sun Aug 17, 2008 1:04 pm

Return to User Discussion

Who is online

Users browsing this forum: No registered users and 8 guests