-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_all.sh
32 lines (32 loc) · 2.31 KB
/
run_all.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
python3 OPT900P_ECP_ClusterAbs_LeadAbs_Read.py > "OPT900P_ECP_ClusterAbs_LeadAbs_Read.log" &
python3 OPT900P_ECP_ClusterAbs_LeadAbs_Scan.py > "OPT900P_ECP_ClusterAbs_LeadAbs_Scan.log" &
python3 OPT900P_ECP_ClusterAbs_LeadAvg_Read.py > "OPT900P_ECP_ClusterAbs_LeadAvg_Read.log" &
python3 OPT900P_ECP_ClusterAbs_LeadAvg_Scan.py > "OPT900P_ECP_ClusterAbs_LeadAvg_Scan.log" &
python3 OPT900P_ECP_ClusterAvg_LeadAbs_Read.py > "OPT900P_ECP_ClusterAvg_LeadAbs_Read.log" &
python3 OPT900P_ECP_ClusterAvg_LeadAbs_Scan.py > "OPT900P_ECP_ClusterAvg_LeadAbs_Scan.log" &
python3 OPT900P_ECP_ClusterAvg_LeadAvg_Read.py > "OPT900P_ECP_ClusterAvg_LeadAvg_Read.log" &
python3 OPT900P_ECP_ClusterAvg_LeadAvg_Scan.py > "OPT900P_ECP_ClusterAvg_LeadAvg_Scan.log"
python3 OPT900P_II_Read.py > "OPT900P_II_Read.log" &
python3 OPT900P_II_Scan.py > "OPT900P_II_Scan.log" &
python3 OPT900P_Pfiles_Read.py > "OPT900P_Pfiles_Read.log" &
python3 OPT900P_Pfiles_Scan.py > "OPT900P_Pfiles_Scan.log" &
python3 OPT900P_Read_Read.py > "OPT900P_Read_Read.log" &
python3 OPT900P_Read_Scan.py > "OPT900P_Read_Scan.log" &
python3 OPT900P_Scan_Read.py > "OPT900P_Scan_Read.log" &
python3 OPT900P_Scan_Scan.py > "OPT900P_Scan_Scan.log"
python3 OPTMEM_ECP_ClusterAbs_LeadAbs_Read.py > "OPTMEM_ECP_ClusterAbs_LeadAbs_Read.log" &
python3 OPTMEM_ECP_ClusterAbs_LeadAbs_Scan.py > "OPTMEM_ECP_ClusterAbs_LeadAbs_Scan.log" &
python3 OPTMEM_ECP_ClusterAbs_LeadAvg_Read.py > "OPTMEM_ECP_ClusterAbs_LeadAvg_Read.log" &
python3 OPTMEM_ECP_ClusterAbs_LeadAvg_Scan.py > "OPTMEM_ECP_ClusterAbs_LeadAvg_Scan.log" &
python3 OPTMEM_ECP_ClusterAvg_LeadAbs_Read.py > "OPTMEM_ECP_ClusterAvg_LeadAbs_Read.log" &
python3 OPTMEM_ECP_ClusterAvg_LeadAbs_Scan.py > "OPTMEM_ECP_ClusterAvg_LeadAbs_Scan.log" &
python3 OPTMEM_ECP_ClusterAvg_LeadAvg_Read.py > "OPTMEM_ECP_ClusterAvg_LeadAvg_Read.log" &
python3 OPTMEM_ECP_ClusterAvg_LeadAvg_Scan.py > "OPTMEM_ECP_ClusterAvg_LeadAvg_Scan.log"
python3 OPTMEM_II_Read.py > "OPTMEM_II_Read.log" &
python3 OPTMEM_II_Scan.py > "OPTMEM_II_Scan.log" &
python3 OPTMEM_Pfiles_Read.py > "OPTMEM_Pfiles_Read.log" &
python3 OPTMEM_Pfiles_Scan.py > "OPTMEM_Pfiles_Scan.log" &
python3 OPTMEM_Read_Read.py > "OPTMEM_Read_Read.log" &
python3 OPTMEM_Read_Scan.py > "OPTMEM_Read_Scan.log" &
python3 OPTMEM_Scan_Read.py > "OPTMEM_Scan_Read.log" &
python3 OPTMEM_Scan_Scan.py > "OPTMEM_Scan_Scan.log"