CONTROL
control section [Edit on GitHub]
Keywords
Keyword descriptions
- BETA_CHUNK_SIZE: integer = 256
Number of atoms in a chunk of beta-projectors. [Edit on GitHub]
- CYCLIC_BLOCK_SIZE: integer = -1
Block size for ScaLAPACK and ELPA. [Edit on GitHub]
- FFT_MODE: enum = SERIAL
Valid values:
SERIAL
PARALLEL
Coarse grid FFT mode (
serial
orparallel
). [Edit on GitHub]
- GEN_EVP_SOLVER_NAME: enum = AUTO
Valid values:
AUTO
LAPACK
SCALAPACK
ELPA1
ELPA2
MAGMA
MAGMA_GPU
PLASMA
CUSOLVER
Generalized eigen-value solver to use. [Edit on GitHub]
- GVEC_CHUNK_SIZE: integer = 500000
Split local G-vectors in chunks to reduce the GPU memory consumption of augmentation operator. [Edit on GitHub]
- MPI_GRID_DIMS: integer[2] = 1 1
the mpi grid is setting the parameters for blacs grid / band parallelisation, the rest going to k-point parallelization. [Edit on GitHub]
- NUM_BANDS_TO_PRINT: integer = 10
Number of eigen-values that are printed to the standard output. [Edit on GitHub]
- ORTHO_RF: logical = F
Lone keyword:
T
Orthogonalize LAPW radial functions. [Edit on GitHub]
- OUTPUT: string
Type of the output stream (stdout:, file:name) [Edit on GitHub]
- PRINT_CHECKSUM: logical = F
Lone keyword:
T
If true then the checksums of some arrays will be printed (useful during debug). [Edit on GitHub]
- PRINT_FORCES: logical = F
Lone keyword:
T
If true then the atomic forces are printed at the end of SCF run. [Edit on GitHub]
- PRINT_HASH: logical = F
Lone keyword:
T
If true then the hash sums of some arrays will be printed. [Edit on GitHub]
- PRINT_MEMORY_USAGE: logical = F
Lone keyword:
T
If true then memory usage will be printed to the standard output. [Edit on GitHub]
- PRINT_NEIGHBORS: logical = F
Lone keyword:
T
If true then the list of nearest neighbours for each atom is printed to the standard output. [Edit on GitHub]
- PRINT_PERFORMANCE: logical = F
Lone keyword:
T
If true then performance of some compute-intensive kernels will be printed to the standard output. [Edit on GitHub]
- PRINT_STRESS: logical = F
Lone keyword:
T
If true then the stress tensor components are printed at the end of SCF run. [Edit on GitHub]
- PRINT_TIMERS: logical = T
Lone keyword:
T
If true then the timer statistics is printed at the end of SCF run. [Edit on GitHub]
- PROCESSING_UNIT: enum = AUTO
Valid values:
AUTO
CPU
GPU
Main processing unit to use during the execution. [Edit on GitHub]
- REDUCE_GVEC: logical = T
Lone keyword:
T
Reduce G-vectors by inversion symmetry. [Edit on GitHub]
- RMT_MAX: real = 2.20000000E+000
Maximum allowed muffin-tin radius in case of LAPW. [Edit on GitHub]
- SPGLIB_TOLERANCE: real = 1.00000000E-006
Tolerance of the spglib in finding crystal symmetries [Edit on GitHub]
- STD_EVP_SOLVER_NAME: enum = AUTO
Valid values:
AUTO
LAPACK
SCALAPACK
ELPA1
ELPA2
MAGMA
MAGMA_GPU
PLASMA
CUSOLVER
Standard eigen-value solver to use. [Edit on GitHub]
- USE_SECOND_VARIATION: logical = T
Lone keyword:
T
True if second-variational diagonalization is used in LAPW method. [Edit on GitHub]
- VERBOSITY: integer = 0
Level of verbosity. [Edit on GitHub]
- VERIFICATION: integer = 0
Level of internal verification. [Edit on GitHub]