resolve_thread_count Interface

interface
public module subroutine resolve_thread_count(threads, nrows, count)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), optional :: threads

caller's request; absent means auto.

integer(kind=int64), intent(in) :: nrows

rows to be sorted.

integer(kind=int64), intent(out) :: count

resolved count; 1 sorts serially.