superlu_dist
superlu_dist copied to clipboard
ctest all failed!
i compiled superlu_dist_V6.1 successfully but when i do ctest, 24 examples all failed without get any detailed error info.

i compiled superlu_dist by intelmpi, and parmetis is also compiled by intelmpi
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.
superlu_Dist的数值分解报段错误,我追溯到dger(), 但调的不是CBLAS里的dger(),我在想是不是默认会调MKL里的dger?