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

     1  {
     2      "exec" : {
     3          "path" : "../structured/dphil_local/dining_philosophers.go",
     4          "size" : "400M",
     5          "processes" : 1,
     6          "sched" : "Schedule.json",
     7          "loglevel" : "FATAL",
     8          "blocks_file" : "../structured/dphil_local/blocks",
     9          "maxruns" : 50,
    10          "strategy" : "random"
    11      },
    12      "instr" : {
    13          "file" : "../structured/dphil_local/dining_philosophers.go",
    14          "dir" : "",
    15          "blocks_file" : "../structured/dphil_local/blocks"
    16      },
    17      "bench" : {
    18          "path" : "stats.csv",
    19          "iter" : 1
    20      }
    21  }