I execute:

./build/ARM/gem5.opt config/examples/ps.py -n 1 --cpu-type=atomic
--kernel vmlinux64 --machine-type VExpress_EMM64 --mem-type
LPDDR3_1600_x32 --mem-size 256MB --disk-image linaro_parsec
--dtb-filename aarch64.dtb -b blackscholes

For the kernel and the dtb file I use those available on gem5 git. I do
the same for the disk image and I include the PARSEC compiled code for
ARM64bits.

Thanks

Le 07/01/2016 14:26, Debiprasanna Sahoo a écrit :
> Hi,
> 
> Can you send the complete gem5 command, you executed?
> 
> Thanks,
> Debiprasanna Sahoo
> Research Scholar
> IIT Bhubaneswar
> 
> On Thu, Jan 7, 2016 at 6:52 PM, Louisa Bessad <[email protected]
> <mailto:[email protected]>> wrote:
> 
>     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] <mailto:[email protected]>
>     http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
> 
> 
> 
> 
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
> 
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to