24 struct tm Oct_1_struct = {0};
26 Oct_1_struct.tm_year = 99;
27 Oct_1_struct.tm_mon = 10;
28 Oct_1_struct.tm_mday = 1;
29 Oct_1_t = mktime(&Oct_1_struct);
30 if (Oct_1_t == (time_t)-1)
32 QDPIO::cerr << __func__ <<
": some error generating ID" << std::endl;
36 double dd = difftime(time(NULL), Oct_1_t);
37 unsigned long int ld = (
unsigned long int)(dd);
38 std::ostringstream foo;
Primary include file for CHROMA library code.
std::string uniqueId()
Return a unique id.
Asqtad Staggered-Dirac operator.