hi, 
       I tried to simulate the 4 cpus with each cpu running the 2 benchmarks 
from spec cpu. I am 
using spec cpu EIO trace. But before completing the simulation, it aborts 
showing some error message.
The configuration I am using is:

system.cpu[0].addPrivateSplitL1Caches(L1Cache(size = '8kB'),
                                          L1Cache(size = '8kB'))
system.cpu[0].connectMemPorts(system.tol2Bus)
system.cpu[0].workload = [Benchmarks.SPECGCCEIO(), Benchmarks.SPECCRAFTYEIO()]
system.cpu[0].max_insts_all_threads = 100000000


system.cpu[1].addPrivateSplitL1Caches(L1Cache(size = '8kB'),
                                          L1Cache(size = '8kB'))
system.cpu[1].connectMemPorts(system.tol2Bus)
system.cpu[1].workload = 
[Benchmarks.SPECPARSEREIO(),Benchmarks.SPECPERLBMKEIO()]
system.cpu[1].max_insts_all_threads = 100000000

system.cpu[2].addPrivateSplitL1Caches(L1Cache(size = '8kB'),
                                              L1Cache(size = '8kB'))
system.cpu[2].connectMemPorts(system.tol2Bus)
system.cpu[2].workload = [Benchmarks.SPECGAPEIO(), Benchmarks.SPECVORTEXEIO()]
system.cpu[2].max_insts_all_threads = 100000000


system.cpu[3].addPrivateSplitL1Caches(L1Cache(size = '8kB'),
                                              L1Cache(size = '8kB'))
system.cpu[3].connectMemPorts(system.tol2Bus)
system.cpu[3].workload = [Benchmarks.SPECBZIP2EIO(), Benchmarks.SPECEONEIO()]
system.cpu[3].max_insts_all_threads = 100000000

The error message shown is:
======= Memory map: ========
00400000-009b8000 r-xp 00000000 fd:00 54919948                           
/home/bipink/M5_3/m5-2.0b3/build/ALPHA_SE/m5.opt
00bb8000-00bbe000 rw-p 005b8000 fd:00 54919948                           
/home/bipink/M5_3/m5-2.0b3/build/ALPHA_SE/m5.opt
00bbe000-00bca000 rw-p 00bbe000 00:00 0
0d965000-0ee47000 rw-p 0d965000 00:00 0
33b9800000-33b9824000 r-xp 00000000 fd:00 60339258                       
/usr/lib64/libk5crypto.so.3.1
33b9824000-33b9a23000 ---p 00024000 fd:00 60339258                       
/usr/lib64/libk5crypto.so.3.1
33b9a23000-33b9a25000 rw-p 00023000 fd:00 60339258                       
/usr/lib64/libk5crypto.so.3.1
33b9c00000-33b9c2c000 r-xp 00000000 fd:00 60339260                       
/usr/lib64/libgssapi_krb5.so.2.2
33b9c2c000-33b9e2c000 ---p 0002c000 fd:00 60339260                       
/usr/lib64/libgssapi_krb5.so.2.2
33b9e2c000-33b9e2e000 rw-p 0002c000 fd:00 60339260                       
/usr/lib64/libgssapi_krb5.so.2.2
........................................
...................................
2aaaaee47000-2aaaaee56000 r-xp 00000000 fd:00 394862                     
/usr/lib64/python2.4/lib-dynload/datetime.so
2aaaaee56000-2aaaaf055000 ---p 0000f000 fd:00 394862                     
/usr/lib64/python2.4/lib-dynload/datetime.so
2aaaaf055000-2aaaaf059000 rw-p 0000e000 fd:00 394862                     
/usr/lib64/python2.4/lib-dynload/datetime.so
2aaaaf059000-2aaaaf09a000 rw-p 2aaaaf059000 00:00 0
2aaaaf09a000-2aaaaf09d000 r-xp 00000000 fd:00 394890                     
/usr/lib64/python2.4/lib-dynload/timemodule.so
2aaaaf09d000-2aaaaf29d000 ---p 00003000 fd:00 394890                     
/usr/lib64/python2.4/lib-dynload/timemodule.so
2aaaaf29d000-2aaaaf29f000 rw-p 00003000 fd:00 394890                     
/usr/lib64/python2.4/lib-dynload/timemodule.so
2aaaaf29f000-2aab2fc30000 rw-p 2aaaaf29f000 00:00 0
2aab30000000-2aab30021000 rw-p 2aab30000000 00:00 0
2aab30021000-2aab34000000 ---p 2aab30021000 00:00 0
7fffebde6000-7fffebdfb000 rw-p 7fffebde6000 00:00 0                      [stack]
ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0                  [vdso]
Program aborted at cycle 151633566000

gzip:
gzip: stdout: Broken pipe
stdout: Broken pipe

gzip: stdout: Broken pipe

gzip: Abort
stdout: Broken pipe


Can you please tell me how to ged rid of this error.
_________________________________________________________________
Make i'm yours.  Create a custom banner to support your cause.
http://im.live.com/Messenger/IM/Contribute/Default.aspx?source=TXT_TAGHM_MSN_Make_IM_Yours
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to