mirror of
https://github.com/paboyle/Grid.git
synced 2026-01-10 11:59:34 +00:00
Hadrons: MPI-safe serial IO
This commit is contained in:
@@ -162,9 +162,7 @@ void TTrPhi<SImpl>::execute(void)
|
||||
}
|
||||
if (result.size() > 0)
|
||||
{
|
||||
ResultWriter writer(RESULT_FILE_NAME(par().output));
|
||||
|
||||
write(writer, "trphi", result);
|
||||
saveResult(par().output, "trphi", result);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user