Looking through the test script and drivers like test_solve_phasis.F90 and spllt_omp_bench.F90, they don't seem to apply fill-in reduction reordering, right?
I do see calls to metis_order() (defined in spral?) and amd_order() (defined in hsl_ma87?) scattered around some other scripts, but not used in benchmark scripts
|
call metis_order(n, ptr, row, order, invp, & |
|
flag, stat) |
|
! amd ordering |
|
call amd_order(a, order) |
|
! call mc68_order(3, a%n, a%ptr, a%row, order, & |
|
! order_control, order_info) |
Looking through the test script and drivers like test_solve_phasis.F90 and spllt_omp_bench.F90, they don't seem to apply fill-in reduction reordering, right?
I do see calls to
metis_order()(defined in spral?) andamd_order()(defined in hsl_ma87?) scattered around some other scripts, but not used in benchmark scriptsSpLLT/drivers/run_ma87.f90
Lines 182 to 183 in 08a181d
SpLLT/spllt_test.F90
Lines 353 to 356 in 08a181d