Commit 8451c28c authored by gbalduzz's avatar gbalduzz
Browse files

fixed ringG input test.

parent 5ad308ec
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -58,8 +58,6 @@

  "Monte-Carlo-integration" :
  {
    "Sigma-file" : "zero",

    "warm-up-sweeps"         : 100,
    "sweeps-per-measurement" : 1,
    "measurements-per-process-and-accumulator" : 500,
+3 −3
Original line number Diff line number Diff line
@@ -44,15 +44,15 @@

  "Monte-Carlo-integration" :
  {
    "Sigma-file" : "zero",

    "warm-up-sweeps"         : 100,
    "sweeps-per-measurement" : 1,
    "measurements-per-process-and-accumulator" : 500,
    "measurements" : 900,
    "seed" : 0,

    "threaded-solver" : {
      "accumulators" : 3,
      "walkers" : 3,
      "shared-walk-and-accumulation-thread" : true,
      "g4-distribution" : "MPI"
    }
  },