Skip to content

Commit 6bb7adb

Browse files
committed
rename files
1 parent 2c62cd9 commit 6bb7adb

21 files changed

+51
-229
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
python3 merge_alloc_discrete.py &
3+
python3 merge_frag_discrete.py &
4+
python3 merge_frag_ratio_discrete.py &
5+
python3 merge_fail_pods.py &

experiments/analysis/bash_merge.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

experiments/analysis/merge_alloc_discrete_0920.py renamed to experiments/analysis/merge_alloc_discrete.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
RESULTDIR="analysis_results"
66
DATADIR="data"
7-
RESULTDIR="analysis_results"
8-
DATADIR="data"
7+
98
filepath = os.path.abspath(__file__)
109
root = Path(filepath).parents[1] # 0524
1110
data = root / DATADIR
@@ -18,12 +17,12 @@
1817
# │ │ ├── analysis_new.csv
1918
# │ │ └── analysis.csv
2019
# │ ├── [d] images
21-
# │ ├── merge_0913.py
22-
# │ ├── plot_0810_dotprod_extend.py
20+
# │ ├── merge.py
21+
# │ ├── plot.py
2322
# ├── [d] data
24-
# │ ├── [d] cluster_hhpai_na61-pod_hhpai_na61-0820_no_time
25-
# │ │ ├── [d] 01-FragShare
26-
# │ │ │ ├── [d] 0.6
23+
# │ ├── [d] openb_pod_list_default
24+
# │ │ ├── [d] 06-FGD
25+
# │ │ │ ├── [d] 1.3
2726
# │ │ │ │ ├── [d] 42
2827
# ......
2928

experiments/analysis/merge_fail_pods_1010.py renamed to experiments/analysis/merge_fail_pods.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
import pandas as pd
33
from pathlib import Path
44

5-
DATADIR="data"
65
IN_FILE="analysis_fail.out"
7-
RESULTDIR="analysis_results"
86
OUT_CSV="analysis_fail.csv"
7+
RESULTDIR="analysis_results"
8+
DATADIR="data"
9+
910
filepath = os.path.abspath(__file__)
1011
root = Path(filepath).parents[1] # 0524
1112
data = root / DATADIR
@@ -18,14 +19,15 @@
1819
# │ │ ├── analysis_new.csv
1920
# │ │ └── analysis.csv
2021
# │ ├── [d] images
21-
# │ ├── merge_0913.py
22-
# │ ├── plot_0810_dotprod_extend.py
22+
# │ ├── merge.py
23+
# │ ├── plot.py
2324
# ├── [d] data
24-
# │ ├── [d] cluster_hhpai_na61-pod_hhpai_na61-0820_no_time
25-
# │ │ ├── [d] 01-FragShare
26-
# │ │ │ ├── [d] 0.6
25+
# │ ├── [d] openb_pod_list_default
26+
# │ │ ├── [d] 06-FGD
27+
# │ │ │ ├── [d] 1.3
2728
# │ │ │ │ ├── [d] 42
2829
# ......
30+
2931
def get_total_num_gpu(workload):
3032
return 6212
3133

experiments/analysis/merge_frag_discrete_0928.py renamed to experiments/analysis/merge_frag_discrete.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717
# │ │ ├── analysis_new.csv
1818
# │ │ └── analysis.csv
1919
# │ ├── [d] images
20-
# │ ├── merge_0913.py
21-
# │ ├── plot_0810_dotprod_extend.py
20+
# │ ├── merge.py
21+
# │ ├── plot.py
2222
# ├── [d] data
23-
# │ ├── [d] cluster_hhpai_na61-pod_hhpai_na61-0820_no_time
24-
# │ │ ├── [d] 01-FragShare
25-
# │ │ │ ├── [d] 0.6
23+
# │ ├── [d] openb_pod_list_default
24+
# │ │ ├── [d] 06-FGD
25+
# │ │ │ ├── [d] 1.3
2626
# │ │ │ │ ├── [d] 42
2727
# ......
28+
2829
def get_total_num_gpu(workload):
2930
return 6212
3031

experiments/analysis/merge_frag_ratio_discrete_0928.py renamed to experiments/analysis/merge_frag_ratio_discrete.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
RESULTDIR="analysis_results"
66
DATADIR="data"
7+
78
filepath = os.path.abspath(__file__)
89
root = Path(filepath).parents[1] # 0524
910
data = root / DATADIR
@@ -16,12 +17,12 @@
1617
# │ │ ├── analysis_new.csv
1718
# │ │ └── analysis.csv
1819
# │ ├── [d] images
19-
# │ ├── merge_0913.py
20-
# │ ├── plot_0810_dotprod_extend.py
20+
# │ ├── merge.py
21+
# │ ├── plot.py
2122
# ├── [d] data
22-
# │ ├── [d] cluster_hhpai_na61-pod_hhpai_na61-0820_no_time
23-
# │ │ ├── [d] 01-FragShare
24-
# │ │ │ ├── [d] 0.6
23+
# │ ├── [d] openb_pod_list_default
24+
# │ │ ├── [d] 06-FGD
25+
# │ │ │ ├── [d] 1.3
2526
# │ │ │ │ ├── [d] 42
2627
# ......
2728

experiments/plot/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.csv
22
*.pdf
3+
!expected_results/*.pdf

0 commit comments

Comments
 (0)