On Sun, 13 Jan 2013, Bahar Asgari wrote:

Dear Naily;
Thank you very much for your help and kindly attention.
Now I have another question. this time I want to run multiprogrammed
workloads on a multi-core processor (whereas each processor core executes
one benchmark workload) in"se" mode. therefor I used this command:

* ./build/ALPHA/gem5.debug --debug-flags=Exec
--trace-file=/home/dsrt/gem5/gem5-1d983855df2c/trace/alpha-hello_4t_exec_mp.out
configs/example/se.py --cpu-type="detailed" --caches --l2cache
--cmd=tests/test-progs/hello/bin/alpha/linux/hello;tests/test-progs/hello/bin/alpha/linux/hello
-m 5000000000 -n 2*

but I encountered to this error:

*Global frequency set at 1000000000000 ticks per second
0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000
**** REAL SIMULATION ****
info: Entering event queue @ 0.  Starting simulation...
info: Increasing stack size by one page.
Hello world!
hack: be nice to actually delete the event here
Exiting @ tick 16933500 because target called exit()
bash: tests/test-progs/hello/bin/alpha/linux/hello: cannot execute binary
file*


You need to learn what a semi-colon (;) means for bash. This would help you understanding what went wrong when you issued the above command.

--
Nilay
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to