Not sure about the segmentation fault, but try changing the cd command as follows. Cd /parsec/install/bin to cd parsec cd install cd bin
For some reason it doesn't change the directory if you write it in one line. On Tue, Jul 12, 2016, 8:36 AM <[email protected]> wrote: > 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
