mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Input: Fix generation of HTML
svn-origin-rev: 18384
This commit is contained in:
parent
d1de5610d2
commit
42809e7cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ CONTAINS
|
|||
CALL section_create(section, name="FM_DIAG_SETTINGS", &
|
||||
description="This section defines a set of heuristic rules which are "// &
|
||||
"used to calculate the optimal number of CPUs, M, needed to diagonalize a "// &
|
||||
"full matrix distributed on N processors (FM type). If M<N, the matrix "// &
|
||||
"full matrix distributed on N processors (FM type). If M < N, the matrix "// &
|
||||
"is redistributed onto M processors before it is diagonalized. "// &
|
||||
"The optimal value is calculate according to M = ((K+a*x-1)/(a*x))*a, "// &
|
||||
"where K is the size of the matrix, and {a, x} are integers defined below. "// &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue