Runner - Fetch benchmarks results on all nodes (#116)
Fetch benchmarks results on all nodes, will rsync after each benchmark.
The results directory structure on control node is as follows:
```
outputs/
└── datetime
├── nodes
│ └── node-0
│ ├── benchmarks
│ │ ├── benchmark-0
│ │ │ ├── rank-0
│ │ │ │ └── results.json
│ └── sb-exec.log
├── sb-run.log
└── sb.config.yaml
```
Showing
Please register or sign in to comment