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

Check in reader for openqcd configs

This reader is suboptimal in the sense that it opens the entire config on every MPI rank.
This commit is contained in:
Daniel Richtmann
2020-03-16 14:07:52 +01:00
parent 05ebc458e2
commit 037bb6ea73
3 changed files with 209 additions and 0 deletions

View File

@ -39,6 +39,7 @@ directory
#include <Grid/parallelIO/IldgIOtypes.h>
#include <Grid/parallelIO/IldgIO.h>
#include <Grid/parallelIO/NerscIO.h>
#include <Grid/parallelIO/OpenQcdIO.h>
NAMESPACE_CHECK(Ildg);
#include <Grid/qcd/hmc/checkpointers/CheckPointers.h>