1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 06:17:05 +01:00

Hadrons: more fixes after test

This commit is contained in:
2017-12-14 21:14:10 +00:00
parent 591a38c487
commit bcf6f3890c
3 changed files with 13 additions and 5 deletions

View File

@ -579,8 +579,8 @@ void VirtualMachine::executeProgram(const Program &p) const
{
// execute module
LOG(Message) << SEP << " Measurement step " << i + 1 << "/"
<< p.size() << " (module '" << module_[p[i]].name
<< "') " << SEP << std::endl;
<< p.size() << " (module '" << module_[p[i]].name
<< "') " << SEP << std::endl;
(*module_[p[i]].data)();
sizeBefore = env().getTotalSize();
// print used memory after execution