mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
Hadrons: minor code cleaning
This commit is contained in:
parent
41032fef44
commit
b9e84ecab7
@ -360,8 +360,7 @@ int main(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
bytes = par.global.nt*lastTerm[0].rows()*lastTerm[0].cols()*sizeof(ComplexD);
|
bytes = par.global.nt*lastTerm[0].rows()*lastTerm[0].cols()*sizeof(ComplexD);
|
||||||
std::cout << Sec(tAr.getDTimer("Transpose caching")) << " "
|
std::cout << Sec(tAr.getDTimer("Transpose caching")) << " "
|
||||||
<< Bytes(bytes, tAr.getDTimer("Transpose caching")) << std::endl;
|
<< Bytes(bytes, tAr.getDTimer("Transpose caching")) << std::endl;
|
||||||
std::cout << Sec(tAr.getDTimer("Disk vector overhead")) << std::endl;
|
|
||||||
for (unsigned int i = 0; i < timeSeq.size(); ++i)
|
for (unsigned int i = 0; i < timeSeq.size(); ++i)
|
||||||
{
|
{
|
||||||
unsigned int dti = 0;
|
unsigned int dti = 0;
|
||||||
@ -450,7 +449,6 @@ int main(int argc, char* argv[])
|
|||||||
printTimeProfile(tAr.getTimings(), tAr.getTimer("Total"));
|
printTimeProfile(tAr.getTimings(), tAr.getTimer("Total"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user