Hi,

can anyone explain how writescripts.pl is used along with inputsets.txt to generate runscript? I'm unable to generate runscript. The existing runscript which i'm getting all over after search is for blackscholes and that too is giving segmentation fault leading the m5stats.txt no where. I've been trying fft benchmark there too i got error ./FFT could not find the file or directory. I compiled the fft using alpha cross compiler by making changes to makefile.config of fft as described @ https://docs.google.com/document/d/1B7nZSqMLwkwoVNEj_58tMPTk4bKWvoEMbokOAjqeC-k/preview?pref=2&pli=1

still im struggling alot.

is there any other way to analyse the fs to get some significant numbers in m5stats.txt file?

Thank you!







Quoting [email protected]:

Hi,

The command I used is build/ALPHA_FS/m5.opt configs/example/fs.py -n 1 --script=blackscholes.rcS as i saved the script in gem5 folder itself

Thank you!
Pranita

Quoting Hodjat Asghari-Esfeden <[email protected]>:

Hi,

No, as long as your command is correct, the location doesn't matter. Can
you let me know what is your command?

Bests,
Hodjat



On Mon, Jul 11, 2016 at 3:52 AM, <[email protected]> wrote:


Hello everyone,

I have used following runscript

#!/bin/sh
# File to run the blackscholes benchmark
cd /parsec/install/bin
/sbin/m5 switchcpu
/sbin/m5 dumpstats
/sbin/m5 resetstats
./blackscholes 64 /parsec/install/inputs/blackscholes/in_64K.txt
/parsec/install/inputs/blackscholes/prices.txt
echo "Done :D"
/sbin/m5 exit
/sbin/m5 exit


is there a specific location to save the runscript?

using this runscript when i try to run workload it gives segmentation
fault.

Thank you.
_______________________________________________
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

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

Reply via email to