Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P?GETRF's documentation is missing contrains on IA and JA #33

Open
grisuthedragon opened this issue May 28, 2021 · 0 comments
Open

P?GETRF's documentation is missing contrains on IA and JA #33

grisuthedragon opened this issue May 28, 2021 · 0 comments

Comments

@grisuthedragon
Copy link

grisuthedragon commented May 28, 2021

I ran into an issue while executing pdgetrf on a submatrix A(2:M, 2:M). Therefore I used the following call:

CALL PDGETRF(M-1, N-1, MATA, 2, 2, DESCA, IPIV, INFO)

which caused the following error:

{    0,    0}:  On entry to PDGETRF parameter number    4 had an illegal value
{    1,    1}:  On entry to PDGETRF parameter number    4 had an illegal value
....

but in the documentation there is no word about the contraint, that IA and JA must be a multiple of the block size.

More general, why is this restriction? I currently searching in P?GETRF, P?GETF2, .... why this is required? If there is no reason, then the checks should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant