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

Hadrons: modification of registration mechanism to allow for persistent caches

This commit is contained in:
2016-12-22 00:25:36 +01:00
parent 67d72000e7
commit 7a85fddc7e
3 changed files with 45 additions and 8 deletions

View File

@ -306,7 +306,7 @@ void Application::configLoop(void)
<< " " << BIG_SEP << std::endl;
env_.setTrajectory(t);
env_.executeProgram(program_);
env_.freeAll();
}
LOG(Message) << BIG_SEP << " End of measurement " << BIG_SEP << std::endl;
env_.freeAll();
}