Skip to content

Commit fab9f3e

Browse files
Update RUNner.py
1 parent 1a46aca commit fab9f3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

RUNner.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
exclusive_options = [
66
["--noHT", "--HT"],
77
["--Socket0", "--Socket1", "--Socket0Socket1"],
8-
["--Socket0DDR4", "--Socket1DDR4", "--CXLDDR4", "--Socket0DDR5", "--Socket1DDR5", "--CXLDAX", "--Socket0DDR4DAX", "--Socket1DDR4DAX", "--Socket0DDR5DAX", "--Socket1DDR5DAX"],
8+
["--Socket0DDR4", "--Socket1DDR4", "--CXLDDR4", "--Socket0DDR5", "--Socket1DDR5", "--CXLDAX", "--Socket0DDR4DAX", "--Socket1DDR4DAX", "--Socket0DDR5DAX", "--Socket1DDR5DAX", "--Socket0OptaneDAX", "--Socket1OptaneDAX"],
99
["--Close", "--Spread"],
1010
["--noFT", "--FT"]
1111
]
1212

1313
# DAX options and flag
14-
dax_options = ["--CXLDAX", "--Socket0DDR4DAX", "--Socket1DDR4DAX", "--Socket0DDR5DAX", "--Socket1DDR5DAX"]
14+
dax_options = ["--CXLDAX", "--Socket0DDR4DAX", "--Socket1DDR4DAX", "--Socket0DDR5DAX", "--Socket1DDR5DAX", "--Socket0OptaneDAX", "--Socket1OptaneDAX"]
1515
dax_flag = "--DAX_Path"
1616

1717
# DAX_Path options
@@ -30,4 +30,3 @@
3030
else:
3131
command = ["python3", "STREAMer.py"] + list(perm)
3232
subprocess.run(command)
33-

0 commit comments

Comments
 (0)