- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Dear All
I am trying to use the sparse right hand feature of pardiso ( iparm(31)=1 ).
I tested with an identity matrix A.
When I set perm = 1 for last several entries except the last one, I got the following error,
*** Error in PARDISO ( reordering_phase) error_num= -180
*** error PARDISO: reordering, symbolic factorization
perm before reordering
0 0 0 0 0 0 0 0 1 1 1 1 1 0
perm after reordering
8 7 4 3 6 2 10 1 5 9 10 11 12 13
Notice: 10 appears twice.
But when I set, the last entry of perm is 1, i.e. perm[last] = 1, then there is no problem.
perm before reordering
0 0 0 0 0 0 0 0 1 1 1 1 1 1
perm after reordering
8 7 6 5 4 3 2 1 9 10 11 12 13 14
The attachment is my C++ test code,
Could you please give me some suggestions?
Hailong
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hailong,
Thanks for your report. We will have some check for the problem.
Regerds,
Chao
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
An update on this problem: it was fixed since MKL 11.1.1. Here is list of the MKL bug fix: http://software.intel.com/en-us/articles/intel-mkl-111-bug-fixes
Thanks,
Chao
