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)