Fix documentation for ELPA_FORCE_REDISTRIBUTE

This commit is contained in:
Rocco Meli 2023-10-23 20:58:59 +02:00 committed by GitHub
parent 9df73a8e4b
commit 01090ebf07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)