Selects which engine the dispatchers run. TEST-ONLY, and reached only through
parquet_sorting_oracle's parquet_debug_use_fortran_sort_engine.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in) | :: | use_fortran |
.true. selects the Fortran engine. |
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