parquet_debug_set_sort_engine_min_rows Interface

interface
public module subroutine parquet_debug_set_sort_engine_min_rows(n)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: n

forced floor, or a negative value to restore.

Description

Test-only override for the Fortran ENGINE's threading floor; NEGATIVE restores it.

The engine's floor is internal and automatic, and there is no published setting for it -- sort_parallel_min_rows was retired once this rule replaced it.