Hi,
Attached contains a test code and input file. When I link the code with MKL 10.2.3.029, pardiso produce no error information. When I link to either MKL 11.0.3, the following information is outputted. At the end, there is an error information. I also tried 11.0.4, the outputs are similar.
The problem originated on Linux. Since I observe the strange behavior on windows, I would like to get someone's help to resolve this windows problem first.
Thanks!
Xin
output:
===================================================
clean
The local (internal) PARDISO version is : 103911000
1-based array indexing is turned ON
PARDISO double precision computation is turned ON
METIS algorithm at reorder step is turned ON
Summary: ( reordering phase )
Time numfct :
Time malloc :
Time cgs :
Time spent in calculations of symmetric matrix portrait (fulladj): 0.006105 s
Time spent in reordering of the initial matrix (reorder) : 0.567821 s
Time spent in symbolic factorization (symbfct) : 0.060449 s
Time spent in data preparations for factorization (parlist) : 0.005577 s
Time spent in allocation of internal data structures (malloc) : 0.011062 s
Time spent in additional calculations : 0.047440 s
Total time spent : 0.698454 s
#non-zeros in A: 0
Time solve :
#non-zeros in A: 2
#right-hand sides: 0
< Factors L and U >
#columns for each panel: 100283
#independent subgraphs: 458666
#independent subgraphs: -334499459
< with multiple minimum degree on the separator nodes >
< no multiple minimum degree on the separator nodes >
#supernodes: 80
size of largest supernode: 0
number of nonzeros in U 0
gflop for the numerical factorization: 0.000000
||A|| 0.000000
L&U for matrix number 2683178 deleted
Input error is not equal to ZERO, error = 1
==========================================================