Hey all,
I am running PARSEC benchmark (blackscholes) on gem5 in x86 FS mode. After
taking a checkpoints at the beginning of ROI, I tried to run ROI portion in
detailed mode; however I kept getting this error message:
================================================================
build/X86_FS/gem5.opt -d results/blackscholes/ configs/example/fs.py
--checkpoint-restore=1 --detailed --caches -n 1
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Oct 26 2011 14:32:53
gem5 started Oct 26 2011 15:49:43
gem5 executing on camsin6
command line: build/X86_FS/gem5.opt -d results/blackscholes/
configs/example/fs.py --checkpoint-restore=1 --detailed --caches -n 1
warning: add_child('terminal'): child 'terminal' already has parent
Global frequency set at 1000000000000 ticks per second
info: kernel located at:
/home/tkl245/gem5/x86system/binaries/x86_64-vmlinux-2.6.22.9
0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012
Listening for com_1 connection on port 3456
warn: Reading current count from inactive timer.
0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000
panic: Pio port not connected to anything!
@ cycle 0
[init:build/X86_FS/dev/io_device.cc, line 74]
Memory Usage: 664436 KBytes
Program aborted at cycle 0
Aborted
===================================================================
However, if i just run it in simple mode, using the following command:
build/X86_FS/gem5.opt -d results/blackscholes/ configs/example/fs.py
--checkpoint-restore=1
everything is fine and it'd run.
Anybody have any suggestions to fix my problem? That'd be greatly appreciated.
Thanks,
-Trang_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users