superlu_dist icon indicating copy to clipboard operation
superlu_dist copied to clipboard

ctest all failed!

Open littleyu192 opened this issue 4 years ago • 3 comments

i compiled superlu_dist_V6.1 successfully but when i do ctest, 24 examples all failed without get any detailed error info. image

littleyu192 avatar Mar 18 '21 14:03 littleyu192

i compiled superlu_dist by intelmpi, and parmetis is also compiled by intelmpi

littleyu192 avatar Mar 18 '21 14:03 littleyu192

I think your machine cannot run a parallel program with "mpiexec". That is used in TEST/pdtest.sh

You can ignore testing code, go directly to EXAMPLE/ directory, see whether you can run examples there.

xiaoyeli avatar Mar 18 '21 23:03 xiaoyeli

superlu_Dist的数值分解报段错误,我追溯到dger(), 但调的不是CBLAS里的dger(),我在想是不是默认会调MKL里的dger?

littleyu192 avatar Mar 30 '21 01:03 littleyu192