Skip to content

Commit bd4132a

Browse files
committed
change machine environment file arrangement
1 parent befc712 commit bd4132a

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
disable_prefetch=True
22
boost_cpu=True
3-
dimm_physical_start_addr=0x800000000 # 32GB
4-
cxl_physical_start_addr=0x4080000000 # 258GB
5-
test_size=0x840000000 # 32GB test buffer + 1GB cindex buffer
63
socket_number=2
74
snc_mode=1
5+
dimm_physical_start_addr=0x800000000 # 32GB
6+
cxl_physical_start_addr=0x4080000000 # 258GB
7+
test_size=0x840000000 # 32GB test buffer + 1GB cindex buffer
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
disable_prefetch=True
22
boost_cpu=True
3-
dimm_physical_start_addr=0x800000000 # 32GB
4-
cxl_physical_start_addr=0x2080000000 # 130GB
5-
test_size=0x840000000 # 32GB test buffer + 1GB cindex buffer
63
socket_number=2
74
snc_mode=1
5+
dimm_physical_start_addr=0x800000000 # 32GB
6+
cxl_physical_start_addr=0x2080000000 # 130GB
7+
test_size=0x840000000 # 32GB test buffer + 1GB cindex buffer
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# for bw vs latency test
21
disable_prefetch=True
32
boost_cpu=True
3+
socket_number=2
4+
snc_mode=1
5+
46
# for cache analysis
5-
dimm_physical_start_addr= # for cache analysis test, not for the bw latency test
6-
dimm_test_size= # for cache analysis test, not for the bw latency test
7+
dimm_physical_start_addr=0x800000000 # 32GB
8+
cxl_physical_start_addr=start physical address of CXL node
9+
test_size=0x840000000 # 32GB test buffer + 1GB cindex buffer
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Slack=1
2-
SlackURL= yourslackurl
3-
HOSTNAME= yourhostname
2+
SlackURL=yourslackurl
3+
HOSTNAME=yourhostname
44
USER_PASSWORD=for sudo cmd
55
## [notice] change the file name to self.env
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
disable_prefetch=True
22
boost_cpu=True
3-
dimm_physical_start_addr=0x800000000 # 32GB
4-
cxl_physical_start_addr=0x4080000000 # 258GB
5-
test_size=0x840000000 # 32GB test buffer + 1GB cindex buffer
63
socket_number=2
74
snc_mode=1
5+
dimm_physical_start_addr=0x800000000 # 32GB
6+
cxl_physical_start_addr=0x4080000000 # 258GB
7+
test_size=0x840000000 # 32GB test buffer + 1GB cindex buffer

0 commit comments

Comments
 (0)