Hi all,

I am using gem5 to simulate an architecture ARM64bits and launch the
PARSEC benchmark. I place the compiled code of PARSEC in an iso and I
have made some rcS to launch each kernel of PARSEC, for instance:

#!/bin/sh
cd /benchmarks/blackscholes
/sbin/m5 resetstats
echo "Job launched"
./blackscholes "nb_thread" "in_file" "out_file"
echo "Job done"
/sbin/m5 exit

When I execute gem5, in the second terminal I see the launch of the
PARSEC kernel and the first echo. But there is no second echo and then
we have the exit.

Do you have some ideas to explain why the last echo does not appear
whereas the exit is executed?

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

Reply via email to