QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
check_params.h File Reference
#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 printQudaInvertParam (QudaInvertParam *param)
 

Macro Definition Documentation

#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.

Function Documentation

void printQudaEigParam ( QudaEigParam param)

Print the members of QudaEigParam.

Parameters
paramThe QudaEigParam whose elements we are to print.

Definition at line 126 of file check_params.h.

void printQudaGaugeParam ( QudaGaugeParam param)

Print the members of QudaGaugeParam.

Parameters
paramThe QudaGaugeParam whose elements we are to print.

Definition at line 40 of file check_params.h.

void printQudaInvertParam ( QudaInvertParam param)

Print the members of QudaGaugeParam.

Parameters
paramThe QudaGaugeParam whose elements we are to print.

Whether to use a pipelined solver

< Number of offsets in the multi-shift solver

< width of domain overlaps

Definition at line 162 of file check_params.h.