parquet_debug_set_perm_parity Subroutine

public subroutine parquet_debug_set_perm_parity(on)

Enables or disables the parity correction. Test-only; see parquet_debug_set_perm_rounds.

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: on

.false. suppresses the correction


Source Code

    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