En/na owner-petsc-users at mcs.anl.gov ha escrit: > > This an error message from BLAS. > > BLAS has a terrible model for error handling; it just prints > a message to screen that you cannot control and does not > return an error code :-( > > Are you > 1) using a BAIJ matrix with a block size bigger than 8?
No. I'm using a SeqAIJ matrix > 2) the bcgsl KSP solver or Yes. And the error happens when I'm calling the "KSPsolve" function > 3) dense matrices (how do you create the dense matrix?) No. I'm using a sparse matrix > 4) are you using 64bit integers (very unlikely) No. I'm using 32bit integers > > The best thing to do is run in the debugger to see when/where/why > this is happening. > > Barry > > -- Jordi Marc?-Nogu? Dept. Resist?ncia de Materials i Estructures a l'Enginyeria Universitat Polit?cnica de Catalunya (UPC) Edifici T45 - despatx 137 ETSEIAT (Terrassa) phone: +34 937 398 728 mail: jordi.marce at upc.edu
