summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testCTestResourceSpec_data/spec1.json
blob: ee3d0cea5244b7347d7b85b8879d3340195a7be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "local": [
    {
      "gpus": [
        {
          "id": "2",
          "slots": 4
        },
        {
          "id": "e"
        }
      ],
      ".reserved": [
        {
          "id": "a",
          "slots": 3
        }
      ],
      "threads": [
      ]
    }
  ]
}