Tod <sarilian <at> hanmail.net> writes: > > > > > Hi Vaibhav, > > How do you know that, this is an error message? > Could you share some more from the log on your console? After you run your simulation... > > Best, > Tod > > --------- 원본 메일 ---------보낸사람: Vaibhav Agarwal <vaisci310 <at> gmail.com>받는사람 : gem5-users <at> gem5.org날짜: 2014년 3월 26일 수요일, 21시 09분 39초 +0900제목: [gem5-users] Program exits because halt instruction encountered > > Hi, > I have been trying to solve this problem since a few days. I am trying to > run a simulation ( not full system ), for SPEC 2006 with the garnet network. > I have compiled the code using the following instruction : > scons -j 8 build/ALPHA/gem5.opt RUBY=true protocol=MOESI_CMP_directory > and then run it using the following command : > build/ALPHA/gem5.opt --stats-file=core16_mix.txt configs/example/se.py > --ruby --mem-size=4GB --cpu-type=detailed --caches --l2cache > --maxinst=1000000000 --num-cpus=8 --num-dirs=8 --topology=Mesh --mesh-rows=4 > --garnet-network=fixed --bench libquantum-libquantum-libquantum-libquantum- > libquantum-libquantum-libquantum-libquantum > Everytime the simulator stops with the following error : > Exiting <at> tick "number" because halt instruction encountered > Could someone help me figure out why is it that the simulator is exiting. > Thanks > _______________________________________________ > gem5-users mailing listgem5-users <at> gem5.orghttp://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > > p {font-size:10pt ! important;font-family:돋움,'굴림',gulim,tahoma,sans- serif ! important;} > > > > > _______________________________________________ > gem5-users mailing list > gem5-users <at> gem5.org > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
Hi, Thanks for the early reply Tod. Turns out that while compiling, the command being used was incorrect. I had to use the following command : scons -j 8 PROTOCOL=MOESI_CMP_directory RUBY=true Note that protocol had to be written in capital. That solved it for me. Thanks again for replying. Cheers _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
