mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Fix documentation for ELPA_FORCE_REDISTRIBUTE
This commit is contained in:
parent
9df73a8e4b
commit
01090ebf07
1 changed files with 3 additions and 3 deletions
|
|
@ -723,9 +723,9 @@ CONTAINS
|
|||
|
||||
CALL keyword_create(keyword, __LOCATION__, name="ELPA_FORCE_REDISTRIBUTE", &
|
||||
description="Controls how to perform redistribution when ELPA is used for diagonalization. "// &
|
||||
"By default, matrices are redistributed only to prevent crashes in the ELPA library "// &
|
||||
"which happens when the original matrix is distributed over too many processors. "// &
|
||||
"By turning on this keyword, redistribution is always performed using the defined rules. ", &
|
||||
"By default, redistribution is always performed using the defined rules. "// &
|
||||
"By turning off this keyword, matrices are redistributed only to prevent crashes in the ELPA "// &
|
||||
"library which happens when the original matrix is distributed over too many processors. ", &
|
||||
usage="ELPA_FORCE_REDISTRIBUTE", type_of_var=logical_t, &
|
||||
default_l_val=.TRUE., lone_keyword_l_val=.TRUE.)
|
||||
CALL section_add_keyword(section, keyword)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue