8 namespace QUDA4DChronoPredictorEnv
16 unsigned int max_chrono = 1;
21 XMLReader paramtop(xml, path);
22 read( paramtop,
"./MaxChrono", max_chrono);
23 if ( paramtop.count(
"./Precision") == 1) {
24 read(paramtop,
"./Precision", prec);
28 QDPIO::cerr <<
"Caught exception reading XML: " << e << std::endl;
48 int ret_val = chrono_index;
Primary include file for CHROMA library code.
Zero initial guess predictor.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
QudaPrecisionType
Quda Precision type.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
int getAndIncrGlobalQUDAChronoIndex()
Asqtad Staggered-Dirac operator.
Pick channel for QUDA Predictor.