mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Test_serialisation MPI fix
This commit is contained in:
parent
ccfc0a5a89
commit
85c253ed4a
@ -120,6 +120,8 @@ void tensorConvTestFn(GridSerialRNG &rng, const std::string label)
|
|||||||
|
|
||||||
int main(int argc,char **argv)
|
int main(int argc,char **argv)
|
||||||
{
|
{
|
||||||
|
Grid_init(&argc,&argv);
|
||||||
|
|
||||||
GridSerialRNG rng;
|
GridSerialRNG rng;
|
||||||
|
|
||||||
rng.SeedFixedIntegers(std::vector<int>({42,10,81,9}));
|
rng.SeedFixedIntegers(std::vector<int>({42,10,81,9}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user