X. Sherry Li
X. Sherry Li
Resolved it in Master.
I just pushed the fix to the following: > Comparing dpivotL.c to the (c|s|z)pivotL.c variants, the code re-assigning perm_r[*pivrow] in the section labelled /* Test for singularity */ (see https://github.com/xiaoyeli/superlu/issues/108#issuecomment-1714265717...
extern void ccopy_() is not consistent with the prototype in the internal CBLAS/
I do need to put up a release. But I don't think it's a major version, i.e., people can still use 'complex'. I think 6.1.0 is good.
I released a new version 7.0.0
Fixed this behavior; not to exit(1).
I think it's a good suggestion from @tcaduser . I updated the master branch. This will be in the next release.
The old "#else" branch is not correct if there are several "numerical zeros" in the current column. Seems like your matrix is structurally zero in that column, and the column...
This doesn't make sense. Can you send more diagnostic info? Number of nonzeros in the matrix? What does the output look like in the successful execution of 2x27x66 ? Can...
That is a good diagnosis. Thanks for sharing this. Serial SuperLU was developed long time ago, at that time, we didn't foresee the code would be used to solve such...