1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-23 14:14:30 +00:00

Hadrons: significant overhaul of the object registration system, previous version didn't allow dry runs

This commit is contained in:
2016-05-07 13:19:38 -07:00
parent 2c226753ab
commit bb580ae077
21 changed files with 364 additions and 249 deletions

View File

@@ -55,7 +55,6 @@ Environment & Module::env(void) const
void Module::operator()(void)
{
setup();
allocate();
if (!env().isDryRun())
{
execute();