parquet_argsort_select_engine Subroutine

public subroutine parquet_argsort_select_engine(use_fortran)

Selects which engine the dispatchers run. TEST-ONLY, and reached only through parquet_sorting_oracle's parquet_debug_use_fortran_sort_engine.

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: use_fortran

.true. selects the Fortran engine.


Source Code

    subroutine parquet_argsort_select_engine(use_fortran)
        logical, intent(in) :: use_fortran !! .true. selects the Fortran engine.
        !
        dbg_fortran_engine = use_fortran
    end subroutine parquet_argsort_select_engine