mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Increase ScaLAPACK default block size to 64
This commit is contained in:
parent
5417965e49
commit
1242c8f66e
1 changed files with 2 additions and 2 deletions
|
|
@ -640,14 +640,14 @@ CONTAINS
|
|||
CALL keyword_create(keyword, __LOCATION__, name="NROW_BLOCKS", &
|
||||
description="Defines the number of rows per scalapack block in "// &
|
||||
"the creation of block cyclic dense matrices ", &
|
||||
default_i_val=32)
|
||||
default_i_val=64)
|
||||
CALL section_add_keyword(section, keyword)
|
||||
CALL keyword_release(keyword)
|
||||
|
||||
CALL keyword_create(keyword, __LOCATION__, name="NCOL_BLOCKS", &
|
||||
description="Defines the number of columns per scalapack block in "// &
|
||||
"the creation of vlock cyclic dense matrices ", &
|
||||
default_i_val=32)
|
||||
default_i_val=64)
|
||||
CALL section_add_keyword(section, keyword)
|
||||
CALL keyword_release(keyword)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue