From c27c0681f72b1d84537e02e213a9220e8fb63d0c Mon Sep 17 00:00:00 2001 From: Tsuyoshi Miyazaki Date: Wed, 18 Dec 2024 11:45:49 +0900 Subject: [PATCH] changed the default value of BlockSizeR from 30 to 32 changed the default value of BlockSizeR from 30 to 32 --- docs/input_tags.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/input_tags.rst b/docs/input_tags.rst index 5a3595571..b3180c33c 100644 --- a/docs/input_tags.rst +++ b/docs/input_tags.rst @@ -692,11 +692,11 @@ Diag.PaddingHmatrix (*boolean*) Diag.BlockSizeR (*integer*) Block size for rows (See next). - From v1.4, the default value is 30 when Diag.PaddingHmatrix is true. + From v1.4, the default value is 32 when Diag.PaddingHmatrix is true. It is recommended to check the efficiency (CPU time) on your platform by changing this value. - Usually 20-30 is appropriate. + Usually 20-40 is appropriate. - *default*: 30 or Determined automatically (if Diag.PaddingHmatrix= true) + *default*: 32 or Determined automatically (if Diag.PaddingHmatrix= true) Diag.BlockSizeC (*integer*) R ... rows, C ... columns