Hello All:
Please help me out here.
I am able to run bzip2 on a single core, but when I use -n 4 option to enable 4
core run with multiple copies of bzip2 in different cores, the stats are taking
CPU0-3 but nothing gets printed on CPU1 - 3. Could anyone help here on what the
issue is? The example run below has got -n 2
Here is my command: & the results:
/home/sasethur/gem5/gem5/build/ALPHA/gem5.opt
--outdir=/home/sasethur/gem5/gem5/out
/home/sasethur/gem5/gem5/configs/example/spec06_config.py -n 2 --caches
--cpu-type=detailed --mem-size=16GB --mem-type=dramsim2 -b bzip2-bzip2
--benchmark_stdout=/home/sasethur/gem5/gem5/out/bzip2.out
--benchmark_stderr=/home/sasethur/gem5/gem5/out/bzip2.err --l2cache
--l1d_size=32kB --l1i_size=32kB --l1d_assoc=8 --l1i_assoc=8 --l2_size=2MB
--l2_assoc=16 --l3_size=8MB -I 10000000 --warmup-insts=50000
-b bzip2-bzip2 -- if I give this way for multiple copies its not recognizing
the workload.
hence i just gave -b bzip2 that works, but no output in cpu1-3.
Here is the result:
Selected SPEC_CPU2006 benchmark
--> bzip2
Process stdout file: /home/sasethur/gem5/gem5/out/bzip2.out
Process stderr file: /home/sasethur/gem5/gem5/out/bzip2.err
['bzip2', 'input.program', '280']
['bzip2', 'input.program', '280']
Global frequency set at 1000000000000 ticks per second
0 on port 7000
0: system.remote_gdb.listener: listening for remote gdb #1 on port 7001
warn: ClockedObject: More than one power state change request encountered
within the same simulation tick
warn: ClockedObject: More than one power state change request encountered
within the same simulation tick
**** REAL SIMULATION ****
info: Entering event queue @ 0. Starting simulation...
writing vis file to
/home/sasethur/gem5/gem5/ext/dramsim2/DRAMSim2/results//DDR4_micron_64M_8B_x4_sg15_8Gb_JK/16GB.1Ch.2R.scheme7.open_page.96TQ.32CQ.RtB.pRankpBank.vis
Total Return Transactions : 0 (0 bytes) aggregate average bandwidth 0.000GB/s
& the dramsim2 results gets printed here.
Stats.txt output.
system.cpu0.cpi 10.876906 #
CPI: Cycles Per Instruction
system.cpu0.cpi_total 10.876906 #
CPI: Total CPI of All Threads
system.cpu0.ipc 0.091938 #
IPC: Instructions Per Cycle
system.cpu0.ipc_total 0.091938 #
IPC: Total IPC of All Threads
system.cpu1.cpi nan #
CPI: Cycles Per Instruction
system.cpu1.cpi_total nan #
CPI: Total CPI of All Threads
system.cpu1.ipc nan #
IPC: Instructions Per Cycle
system.cpu1.ipc_total nan #
IPC: Total IPC of All Threads
system.cpu1.dcache.tags.pwrStateResidencyTicks::UNDEFINED 32788923500
# Cumulative time (in ticks)
Please let me know how to resolve this issue to get the bzip2 running on the
second core?
With Best Regards,
SARAVANAN.S
Senior Research Engineer
IBM India Ltd
Systems and Technologies Group,
Embassy Golf Links Business Park,
Bangalore-560 071
Tel(Direct):91-80-41777346
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users