mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
grid: Change input enum from REF to REFERENCE to notify users
This commit is contained in:
parent
9d2e4c7d5d
commit
d168495ed9
4 changed files with 4 additions and 4 deletions
|
|
@ -754,7 +754,7 @@ CONTAINS
|
|||
default_i_val=GRID_BACKEND_AUTO, &
|
||||
enum_i_vals=(/GRID_BACKEND_AUTO, GRID_BACKEND_REF, GRID_BACKEND_CPU, &
|
||||
GRID_BACKEND_DGEMM, GRID_BACKEND_GPU, GRID_BACKEND_HIP/), &
|
||||
enum_c_vals=s2a("AUTO", "REF", "CPU", "DGEMM", "GPU", "HIP"), &
|
||||
enum_c_vals=s2a("AUTO", "REFERENCE", "CPU", "DGEMM", "GPU", "HIP"), &
|
||||
enum_desc=s2a("Let the grid library pick the backend automatically", &
|
||||
"Reference backend implementation", &
|
||||
"Optimized CPU backend", &
|
||||
|
|
|
|||
|
|
@ -41,6 +41,6 @@
|
|||
&GLOBAL
|
||||
PRINT_LEVEL MEDIUM
|
||||
&GRID
|
||||
BACKEND REF ! basis is too large for GPU backend
|
||||
BACKEND CPU ! basis is too large for GPU backend
|
||||
&END GRID
|
||||
&END GLOBAL
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ C 1.22800000 -0.70898613 5.02200000
|
|||
&END FORCE_EVAL
|
||||
&GLOBAL
|
||||
&GRID
|
||||
BACKEND REF
|
||||
BACKEND REFERENCE
|
||||
&END GRID
|
||||
PROJECT simple_non-ortho_grid_ref
|
||||
PRINT_LEVEL MEDIUM
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
&END FORCE_EVAL
|
||||
&GLOBAL
|
||||
&GRID
|
||||
BACKEND REF
|
||||
BACKEND REFERENCE
|
||||
&END GRID
|
||||
PROJECT simple_ortho_grid_ref
|
||||
PRINT_LEVEL MEDIUM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue