mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
Working on the RNGModule
This commit is contained in:
@ -43,10 +43,6 @@ namespace Grid {
|
||||
double, beta,
|
||||
int, MDsteps,
|
||||
double, TrajectoryLength,
|
||||
//int, SaveInterval,
|
||||
//std::string, format,
|
||||
//std::string, conf_prefix,
|
||||
//std::string, rng_prefix,
|
||||
std::string, serial_seeds,
|
||||
std::string, parallel_seeds,
|
||||
);
|
||||
@ -86,6 +82,9 @@ int main(int argc, char **argv) {
|
||||
|
||||
HMCWrapper TheHMC;
|
||||
TheHMC.Resources.AddFourDimGrid("gauge");
|
||||
|
||||
// here using the Reader but an overloaded function to pass the
|
||||
// parameters class is provided
|
||||
TheHMC.Resources.LoadBinaryCheckpointer(Reader);
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user