host-scale.sh 298 Bytes
Newer Older
Hejing Li's avatar
Hejing Li committed
1
2
3
4
#!/bin/bash

# Runs simulation with varying PCI latency configuration
# It will generate raw simulation json file result in out/
Hejing Li's avatar
Hejing Li committed
5
python3 run.py pyexps/ae/f7_scale.py --filter host-* --force --verbose
Hejing Li's avatar
Hejing Li committed
6
7
8
9

# Process the results and prints
python3 pyexps/ae/data_host_scale.py out/ > ae/host_scale.data