INT_PARAMETER_ENTRY("is_process_id_zero","Is it a process with rank zero?",NULL),
INT_PARAMETER_ENTRY("num_process_rows","Number of process row number in the 2D domain decomposition",NULL),
INT_PARAMETER_ENTRY("num_process_cols","Number of process column number in the 2D domain decomposition",NULL),
INT_PARAMETER_ENTRY("num_processes","Total number of processes",NULL),
INT_PARAMETER_ENTRY("bandwidth","If specified, a band matrix with this bandwidth is expected as input; bandwidth must be multiply of nblk",bw_is_valid),
INT_ANY_ENTRY("mpi_comm_rows","Communicator for inter-row communication"),
INT_ANY_ENTRY("mpi_comm_cols","Communicator for inter-column communication"),
INT_PARAMETER_ENTRY("is_process_id_zero","Is it a process with rank zero?",NULL,PRINT_NO),
INT_PARAMETER_ENTRY("num_process_rows","Number of process row number in the 2D domain decomposition",NULL,PRINT_STRUCTURE),
INT_PARAMETER_ENTRY("num_process_cols","Number of process column number in the 2D domain decomposition",NULL,PRINT_STRUCTURE),
INT_PARAMETER_ENTRY("num_processes","Total number of processes",NULL,PRINT_STRUCTURE),
INT_PARAMETER_ENTRY("bandwidth","If specified, a band matrix with this bandwidth is expected as input; bandwidth must be multiply of nblk",bw_is_valid,PRINT_YES),
INT_ANY_ENTRY("mpi_comm_rows","Communicator for inter-row communication",PRINT_NO),
INT_ANY_ENTRY("mpi_comm_cols","Communicator for inter-column communication",PRINT_NO),
INT_ENTRY("real_kernel","Real kernel to use if 'solver' is set to ELPA_SOLVER_2STAGE",ELPA_2STAGE_REAL_DEFAULT,ELPA_AUTOTUNE_FAST,ELPA_AUTOTUNE_DOMAIN_REAL, \
INT_ENTRY("complex_kernel","Complex kernel to use if 'solver' is set to ELPA_SOLVER_2STAGE",ELPA_2STAGE_COMPLEX_DEFAULT,ELPA_AUTOTUNE_FAST,ELPA_AUTOTUNE_DOMAIN_COMPLEX, \
INT_ENTRY("intermediate_bandwidth","Specifies the intermediate bandwidth in ELPA2 full->banded step. Must be a multiple of nblk",0,ELPA_AUTOTUNE_NOT_TUNABLE,ELPA_AUTOTUNE_DOMAIN_ANY,
INT_ENTRY("max_stored_rows","Maximum number of stored rows used in ELPA 1 backtransformation, default 63",63,ELPA_AUTOTUNE_MEDIUM,ELPA_AUTOTUNE_DOMAIN_ANY,
INT_ENTRY("cannon_buffer_size","Increasing the buffer size might make it faster, but costs memory",0,ELPA_AUTOTUNE_NOT_TUNABLE,ELPA_AUTOTUNE_DOMAIN_ANY,