|
QUDA
v1.1.0
A library for QCD on GPUs
|
#include <float.h>Go to the source code of this file.
Macros | |
| #define | INVALID_INT QUDA_INVALID_ENUM |
| #define | INVALID_DOUBLE DBL_MIN |
Functions | |
| void | printQudaGaugeParam (QudaGaugeParam *param) |
| void | printQudaEigParam (QudaEigParam *param) |
| void | printQudaCloverParam (QudaInvertParam *param) |
| void | printQudaInvertParam (QudaInvertParam *param) |
| void | printQudaMultigridParam (QudaMultigridParam *param) |
| void | printQudaGaugeObservableParam (QudaGaugeObservableParam *param) |
| void | printQudaBLASParam (QudaBLASParam *param) |
| #define INVALID_DOUBLE DBL_MIN |
Definition at line 15 of file check_params.h.
| #define INVALID_INT QUDA_INVALID_ENUM |
Definition at line 14 of file check_params.h.
| void printQudaBLASParam | ( | QudaBLASParam * | param | ) |
Print the members of QudaBLASParam.
| param | The QudaBLASParam whose elements we are to print. |
Definition at line 981 of file check_params.h.
| void printQudaCloverParam | ( | QudaInvertParam * | param | ) |
Definition at line 265 of file check_params.h.
| void printQudaEigParam | ( | QudaEigParam * | param | ) |
Print the members of QudaEigParam.
| param | The QudaEigParam whose elements we are to print. |
Definition at line 158 of file check_params.h.
| void printQudaGaugeObservableParam | ( | QudaGaugeObservableParam * | param | ) |
Print the members of QudaGaugeObservableParam.
| param | The QudaGaugeObservableParam whose elements we are to print. |
Definition at line 943 of file check_params.h.
| void printQudaGaugeParam | ( | QudaGaugeParam * | param | ) |
Print the members of QudaGaugeParam.
| param | The QudaGaugeParam whose elements we are to print. |
Definition at line 40 of file check_params.h.
| void printQudaInvertParam | ( | QudaInvertParam * | param | ) |
Print the members of QudaInvertParam.
| param | The QudaInvertParam whose elements we are to print. |
Whether to use a pipelined solver
< Number of offsets in the multi-shift solver
< Number of offsets in the multi-shift solver
< width of domain overlaps
< Number of sources per sub-partitions
Definition at line 342 of file check_params.h.
| void printQudaMultigridParam | ( | QudaMultigridParam * | param | ) |
Print the members of QudaMultigridParam.
| param | The QudaMultigridParam whose elements we are to print. |
Definition at line 689 of file check_params.h.