1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 20:57:06 +01:00

SITMO I/O for NERSC working now bit repro

This commit is contained in:
paboyle
2017-05-05 16:54:44 +01:00
parent 14bedebb11
commit 697c0603ce
24 changed files with 33 additions and 29 deletions

View File

@ -158,7 +158,7 @@ namespace Grid {
#ifdef RNG_SITMO
typedef sitmo::prng_engine RngEngine;
typedef uint64_t RngStateType;
static const int RngStateCount = 4;
static const int RngStateCount = 13;
#endif
std::vector<RngEngine> _generators;