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: logical = T 
 Lone keyword:
TWhen 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 [Edit on GitHub]
- BACKEND: enum = AUTO 
 Valid values:
AUTOLet the grid library pick the backend automaticallyREFERENCEReference backend implementationCPUOptimized CPU backendDGEMMAlternative CPU backend based on DGEMMGPUGPU backend optimized for CUDA that also supports HIPHIPHIP backend optimized for ROCm
Selects the backed used by the grid library. [Edit on GitHub]
- VALIDATE: logical = F 
 Lone keyword:
TWhen 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. [Edit on GitHub]