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_PARAMETER_ENTRY("suppress_warnings","If specified, warnings will NOT be printed on this mpi rank",NULL),
INT_ANY_ENTRY("mpi_comm_rows","Communicator for inter-row communication"),
...
...
@@ -1024,15 +1027,18 @@ int elpa_index_print_autotune_parameters(elpa_index_t index, int autotune_level,