From 01090ebf0718ff6885d11f89fe10938d80eb0a02 Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Mon, 23 Oct 2023 20:58:59 +0200 Subject: [PATCH] Fix documentation for ELPA_FORCE_REDISTRIBUTE --- src/input_cp2k_global.F | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/input_cp2k_global.F b/src/input_cp2k_global.F index 58100df7ca..1da56d008c 100644 --- a/src/input_cp2k_global.F +++ b/src/input_cp2k_global.F @@ -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)