16 nrow = Layout::lattSize();
18 time_t now = time(NULL);
20 char *
tmp = ctime(&now);
21 int date_size = strlen(
tmp);
22 char *datetime =
new(std::nothrow)
char[date_size+1];
23 if( datetime == 0x0 ) {
27 strcpy(datetime,ctime(&now));
29 for(
int i=0;
i < date_size; ++
i)
30 if ( datetime[
i] ==
'\n' )
47 XMLReader paramtop(xml, path);
Primary include file for CHROMA library code.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
MILC gauge format routines.
Asqtad Staggered-Dirac operator.
QDP_error_exit("too many BiCG iterations", n_count, rsd_sq, cp, c, re_rvr, im_rvr, re_a, im_a, re_b, im_b)
push(xml_out,"Condensates")
MILCGauge_t()
Initialize header with default values.