• Yifan Xiong's avatar
    Runner - Fetch benchmarks results on all nodes (#116) · fb7d4a73
    Yifan Xiong authored
    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
    ```
    fb7d4a73
executor.py 7.77 KB