1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-22 09:42:02 +01:00

hook to access last parallel I/O performance measurement

This commit is contained in:
2020-10-09 20:28:54 +01:00
parent 992ef6e9fc
commit b24a504d7c
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,4 @@
#include <Grid/GridCore.h>
int Grid::BinaryIO::latticeWriteMaxRetry = -1;
int Grid::BinaryIO::latticeWriteMaxRetry = -1;
Grid::BinaryIO::IoPerf Grid::BinaryIO::lastPerf;