github.com/DARA-Project/GoDist-Scheduler@v0.0.0-20201030134746-668de4acea0d/overlord/configs/DPhilDist.json (about)

     1  {
     2      "exec" : {
     3          "path" : "../structured/dphil/diningphilosopher.go",
     4          "size" : "600M",
     5          "processes" : 3,
     6          "sched" : "Schedule.json",
     7          "loglevel" : "DEBUG",
     8          "build" : {
     9              "build_path" : "../structured/dphil/build.sh",
    10              "run_path" : "run.sh"
    11          }
    12      },
    13      "instr" : {
    14          "dir" : "./example",
    15          "file" : ""
    16      },
    17      "bench" : {
    18          "path" : "stats.csv",
    19          "iter" : 1
    20      }
    21  }