hi all. I run the SPLASH2 Benchmarks on gem5 in full system mode using the alpha ISA according this tutorial
https://docs.google.com/document/d/1B7nZSqMLwkwoVNEj_58tMPTk4bKWvoEMbokOAjqeC-k/preview tutorial, but after making the rcS script at configs/boot/fft.rcS with this content : #!/bin/sh cd benchmarks echo "Running FFT now..." ./FFT t p1 #Gracefully exit M5 /sbin/m5 exi when i run gem5 by ./build/ALPHA/gem5.opt configs/example/fs.py -n 1 -b fft * in first terminal and then check the process of simulation by m5term localhost 3456 in second terminal. * ------------------------------------------------- * the result in first terminal was: * warn: subt/sud f11,f10,f12: non-standard trapping mode not supported * warn: subt/sud f12,f10,f13: non-standard trapping mode not supported warn: addt/sud f12,f13,f11: non-standard trapping mode not supported warn: subt/sud f13,f11,f14: non-standard trapping mode not supported warn: addt/sud f12,f14,f17: non-standard trapping mode not supported warn: mult/sud f11,f11,f12: non-standard trapping mode not supported warn: mult/sud f12,f10,f11: non-standard trapping mode not supported warn: addt/sud f11,f10,f22: non-standard trapping mode not supported warn: mult/sud f22,f12,f11: non-standard trapping mode not supported * . * . * . * Exiting @ tick 2255309586000 because m5_exit instruction encountered --------------------------------------------------- * and result in second terminal was: * . * . * . * VFS: Mounted root (ext2 filesystem) readonly. Freeing unused kernel memory: 208k freed init started: BusyBox v1.1.0 (2007.03.04-01:07+0000) multi-call binary mounting filesystems... loading script... Running FFT now... FFT with Blocking Transpose 1024 Complex Doubles 1 Processors 65536 Cache lines 16 Byte line size 4096 Bytes per page No more processors -- this is a uniprocessor version! * * and as you seen, there isn't any TEST PASSED message at the end.now I want to know is my result true? or I make a mistake during the work? * thanks. *
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
