Hi Konstantinos I think it is wrong! let me know what do you do for establishing the Network or multi core platform?my means which commad you are using? Best --------------------------------------------------------------- Babak Aghaei Ph.D candidate
-------------------------------------------- On Sat, 1/9/16, Κωνσταντίνος Αλεξίου <[email protected]> wrote: Subject: [gem5-users] Problem with parsec 2.1 and multiple threads To: "[email protected]" <[email protected]> Date: Saturday, January 9, 2016, 12:04 AM Hello, I want to measure the running time of the parsec 2.1 benchmarks for 1,2,4 and 8 threads. I am using the ALPHA ISA as it supports Ruby according to the Status Matrix but the problem is that my benchmarks never end if I use more than 1 thread (actually run for over 150 hours). I have taken the disk image for alpha parsec 2.1 from here http://www.cs.utexas.edu/~cart/parsec_m5/ I have taken the checkpoints from the suitable precompiled binaries with hooks enabled from the iso and the script I use is the usual Example for blackscholes with 4 threads #!/bin/sh # File to run the blackscholes benchmark cd /parsec/install/bin.ckpts /sbin/m5 dumpstats /sbin/m5 resetstats ./blackscholes 4 /parsec/install/inputs/blackscholes/in_4K.txt /parsec/install/inputs/blackscholes/prices.txt echo "Done :D" /sbin/m5 exit /sbin/m5 exit Then after the checkpoint creation, I am running for alpha with ruby and moesi hammer protocol, the command ./build/ALPHA_MOESI_hammer/gem5.opt configs/example/fs.py --l1i_size=8kB --l1d_size=8kB --restore-with-cpu=timing --ruby --checkpoint-dir=/home/kalexio/gem5/results/alpha/parsec21/blackscholes/4/checkpoint --checkpoint-restore=1 --kernel "kernel path" -n 8 Is it possible to run over 150 hours or is something else wrong? Maybe my command is not right but it seems ok for me! Thanks for any help, Konstantinos Alexiou -----Inline Attachment Follows----- _______________________________________________ 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
