Skip to content

Does driver programs apply fill-in reduction reordering? #2

Description

@learning-chip

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

SpLLT/drivers/run_ma87.f90

Lines 182 to 183 in 08a181d

call metis_order(n, ptr, row, order, invp, &
flag, stat)

SpLLT/spllt_test.F90

Lines 353 to 356 in 08a181d

! amd ordering
call amd_order(a, order)
! call mc68_order(3, a%n, a%ptr, a%row, order, &
! order_control, order_info)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions