Hello everyone,

I want to run Splash2 benchmark on 4-core alpha processor in FS mode. I
have cross compiled the Splash2 benchmark following
https://docs.google.com/document/d/1B7nZSqMLwkwoVNEj_58tMPTk4bKWvoEMbokOAjqeC-k/preview.
The program can finish, however, seems that only one core is used because
of the info printed on m5term:

FFT with Blocking Transpose
   1024 Complex Doubles
   1 Processors
   65536 Cache lines
   16 Byte line size
   4096 Bytes per page

The run command is: ./build/ALPHA/gem5.opt -d m5ou5/fft
configs/example/fs.py -n 4 -b fft --cpu-type=AtomicSimpleCPU

And the script fft.rcS I am using:
 #!/bin/sh
cd m5_disk/benchmarks
/sbin/m5 dumpresetstats 0 1000
echo "Running FFT now..."
./FFT -t -p1
#Gracefully exit M5
/sbin/m5 exit

Is there any mistake in my configuration?

Thanks a lot in advance!
Xin
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to