28 push(xml,
"ProgramInfo");
30 push(xml,
"code_version");
32 write(xml,
"qdp", QDP_PACKAGE_VERSION);
33 write(xml,
"basePrecision", BASE_PRECISION);
38 if(std::time(&now)==-1)
40 QDPIO::cerr<<
"proginfo: Cannot get the time.\n";
43 std::tm *tp = std::localtime(&now);
46 std::strftime(date, 63,
"%d %b %y %X %Z", tp);
47 write(xml,
"run_date", date);
static const char *const CHROMA_PACKAGE_VERSION(PACKAGE_VERSION)
Primary include file for CHROMA library code.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
void printgeom(XMLWriter &xml)
Print out machine geometry and problem size info.
void proginfo(XMLWriter &xml)
Print out basic information about this program.
Asqtad Staggered-Dirac operator.
push(xml_out,"Condensates")
Print out machine geometry and problem size info.
Print out basic info about this program.