Hello Everyone, I was trying to run perform a full system simulation of a 64 core system with ALPHA architecture with the following command line:
abhishek@abhishek-Inspiron-3542:~/gem5-stable$ ./build/ALPHA_FS/gem5.opt ./configs/example/fs.py --script=./PARSEC_ALPHA/runscript.rcS --cpu-clock=833MHz --ruby --topology=Mesh --num-cpus=64 --num-dirs=64 --mesh-rows=8 --caches --l2cache --l1d_size=32kB --l1i_size=32kB --num-l2caches=64 --l2_size=128kB It seems to be a fairly simple one but even after lot of attempts i have not been able to figure out the problem in this command line due to which following error is displayed: **** REAL SIMULATION **** info: Entering event queue @ 0. Starting simulation... gem5.opt: build/ALPHA_FS/mem/ruby/common/Set.cc:256: Set Set::AND(const Set&) const: Assertion `m_nSize == andSet.m_nSize' failed. Program aborted at cycle 6000 Aborted (core dumped) I tried figuring out what Set.cc does, but even then could not arrive on something which can help me through this. If anyone had faced a similar problem before please give your inputs (nothing there in the ail-archives regarding this) or if you can figure out what may be wrong with the command line please comment on that as well. Thank you
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
