parquet_debug_set_sort_counting_max_threads Interface

interface
public module subroutine parquet_debug_set_sort_counting_max_threads(n)

Arguments

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

forced ceiling, or a negative value to restore.

Description

Test-only override for the counting path's team ceiling; NEGATIVE restores it.

Setting it to 1 restores the pre-fix behaviour (counting serial-only), which is how the fix is A/B'd in one binary; setting it high forces counting onto teams that should decline it. Has no effect on the C++ engine, which has never gated the counting path on the team at all.