GRID
Configuration options for the grid library, which performs e.g. the collocate and integrate of the GPW method. [Edit on GitHub]
Keywords
Keyword descriptions
- APPLY_CUTOFF
Type: logical
Default: T
Lone keyword: TDescription: When enabled the cpu backend apply a spherical cutoff on the top of the cube. There is a performance penalty using it in combination with the cpu backend but it is on by default for the regtests
- BACKEND
Type: enum
Default: AUTODescription: Selects the backed used by the grid library.
Valid values:
AUTOLet the grid library pick the backend automaticallyREFERENCEReference backend implementationCPUOptimized CPU backendDGEMMAlternative CPU backend based on DGEMMGPUGPU backend optimized for NVIDIA and AMD GPU
- VALIDATE
Type: logical
Default: F
Lone keyword: TDescription: When enabled the reference backend is run in shadow mode and its results are compared with those from the selected backend. If the two results differ by too much then the calculation is aborted.