Hello I have written a pthread application. this app. consists of 4 threads. I have executed this application as following: ./gem5.opt ~/gem5/configs/example/se.py -n 8 --l1i_size=32kB --l1d_size=32kB --l2_size=512MB --num-l2caches=2 --topology=Clovertown --mesh-rows=4 --l2cache --ruby --timing -c ~/t
I encounter with following error Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/hamidreza/gem5/src/python/m5/main.py", line 356, in main exec filecode in scope File "/home/hamidreza/gem5/configs/example/se.py", line 187, in <module> system.cpu[i].workload = multiprocesses[i] IndexError: list index out of range Could you help me? By the way, I have another question. You know that there is not any thread scheduler in SE. Is it possible that in pthread application bind threads to cores directly? Thanks -- Hamid Reza Khaleghzadeh
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users