grid: Change input enum from REF to REFERENCE to notify users

This commit is contained in:
Ole Schütt 2023-05-06 16:20:26 +02:00 committed by Ole Schütt
parent 9d2e4c7d5d
commit d168495ed9
4 changed files with 4 additions and 4 deletions

View file

@ -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", &

View file

@ -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

View file

@ -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

View file

@ -51,7 +51,7 @@
&END FORCE_EVAL
&GLOBAL
&GRID
BACKEND REF
BACKEND REFERENCE
&END GRID
PROJECT simple_ortho_grid_ref
PRINT_LEVEL MEDIUM