Enables or disables the parity correction. Test-only; see parquet_debug_set_perm_rounds.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in) | :: | on |
|
subroutine parquet_debug_set_perm_parity(on) logical, intent(in) :: on !! `.false.` suppresses the correction perm_dbg_no_parity = .not. on end subroutine parquet_debug_set_perm_parity