summaryrefslogtreecommitdiff
path: root/tests/test-progs/chdir-print/README.txt
blob: b1e9213074e2bc4358de90a0d7f6b0a3e8e9c63d (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# example test compile and run parameters
# Note: the absolute path to the chdir-print binary should be specified
# in the run command even if running from the same folder. This is needed
# because chdir is executed before triggering a clone for the file read,
# and the cloned process won't be able to find the executable if a relative
# path is provided.

# compile examples
scons --default=X86 ./build/X86/gem5.opt PROTOCOL=MOESI_hammer
scons --default=X86 ./build/X86/gem5.opt PROTOCOL=MESI_Three_Level

# run parameters
<GEM5_ROOT>/build/X86/gem5.opt <GEM5_ROOT>/configs/example/se.py -c <GEM5_ROOT>/tests/test-progs/chdir-print/chdir-print -n2 --ruby


# example successful output for MESI_Three_Level:

<...>

**** REAL SIMULATION ****
info: Entering event queue @ 0.  Starting simulation...
warn: Replacement policy updates recently became the responsibility of SLICC state machines. Make sure to setMRU() near callbacks in .sm files!
cwd: /proj/research_simu/users/jalsop/gem5-mem_dif_debug/tests/test-progs/chdir-print/
cwd: /proc

<...>

processor       : 0
vendor_id       : Generic
cpu family      : 0
model           : 0
model name      : Generic
stepping        : 0
cpu MHz         : 2000
cache size:     : 2048K
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fpu             : yes
fpu exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu
cache alignment : 64

processor       : 1
vendor_id       : Generic
cpu family      : 0
model           : 0
model name      : Generic
stepping        : 0
cpu MHz         : 2000
cache size:     : 2048K
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
fpu             : yes
fpu exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu
cache alignment : 64

SUCCESS
Exiting @ tick 2694923000 because exiting with last active thread context