Swapnil Haria has uploaded this change for review. ( https://gem5-review.googlesource.com/5587

Change subject: Fixing runscript
......................................................................

Fixing runscript

Change-Id: Ie87895baa30c14907f8f362c4ff265e59e9b2fff
---
M run-queue.sh
1 file changed, 6 insertions(+), 6 deletions(-)



diff --git a/run-queue.sh b/run-queue.sh
index c2cb64c..f24e002 100644
--- a/run-queue.sh
+++ b/run-queue.sh
@@ -1,18 +1,18 @@
 #Create Checkpoint for nvm-aware queue
-./build/X86_FLUSHOPT/gem5.opt -d logs/clflushopt_atlas_queue_nvm_ckpt configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=X86KvmCPU --mem-size=8GB --script=configs/boot/atlas-queue-nvm.rcS & +./build/X86_FLUSHOPT/gem5.opt -d logs/clflushopt_atlas_queue_nvm_ckpt configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=X86KvmCPU --mem-size=8GB --script=configs/boot/atlas-queue-nvm.rcS -n 2 &

 #Create Checkpoint for non nvm-aware queue
-./build/X86_FLUSHOPT/gem5.opt -d logs/clflushopt_atlas_queue_ckpt configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=X86KvmCPU --mem-size=8GB --script=configs/boot/atlas-queue.rcS & +./build/X86_FLUSHOPT/gem5.opt -d logs/clflushopt_atlas_queue_ckpt configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=X86KvmCPU --mem-size=8GB --script=configs/boot/atlas-queue.rcS -n 2 &

 wait

 #Run using CLFLUSHOPT, CLWB, and NO FLUSH
-./build/X86_FLUSHOPT/gem5.opt -d logs/clflushopt_atlas_queue configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=TimingSimpleCPU --restore-with-cpu=TimingSimpleCPU --checkpoint-dir=logs/clflushopt_atlas_queue_nvm_ckpt -r 1 --mem-size=8GB --caches --ruby & -./build/X86_CLWB/gem5.opt -d logs/clwb_atlas_queue configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=TimingSimpleCPU --restore-with-cpu=TimingSimpleCPU --checkpoint-dir=logs/clflushopt_atlas_queue_nvm_ckpt -r 1 --mem-size=8GB --caches --ruby & -./build/X86/gem5.opt -d logs/noflush_atlas_queue configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=TimingSimpleCPU --restore-with-cpu=TimingSimpleCPU --checkpoint-dir=logs/clflushopt_atlas_queue_nvm_ckpt -r 1 --mem-size=8GB --caches --ruby & +./build/X86_FLUSHOPT/gem5.opt -d logs/clflushopt_atlas_queue configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=TimingSimpleCPU --restore-with-cpu=TimingSimpleCPU --checkpoint-dir=logs/clflushopt_atlas_queue_nvm_ckpt -r 1 --mem-size=8GB --caches --ruby -n 2 & +./build/X86_CLWB/gem5.opt -d logs/clwb_atlas_queue configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=TimingSimpleCPU --restore-with-cpu=TimingSimpleCPU --checkpoint-dir=logs/clflushopt_atlas_queue_nvm_ckpt -r 1 --mem-size=8GB --caches --ruby -n 2 & +#./build/X86/gem5.opt -d logs/noflush_atlas_queue configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=TimingSimpleCPU --restore-with-cpu=TimingSimpleCPU --checkpoint-dir=logs/clflushopt_atlas_queue_nvm_ckpt -r 1 --mem-size=8GB --caches --ruby -n 2 &

 # Run no flush using non nvm-aware queue
-./build/X86/gem5.opt -d logs/noflush_baseline_atlas_queue configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=TimingSimpleCPU --restore-with-cpu=TimingSimpleCPU --checkpoint-dir=logs/clflushopt_atlas_queue_ckpt -r 1 --mem-size=8GB --caches --ruby & +./build/X86/gem5.opt -d logs/noflush_baseline_atlas_queue configs/example/fs.py --disk-image=/nobackup/swapnilh/pm-studies/gem5/ubuntu.img --cpu-type=TimingSimpleCPU --restore-with-cpu=TimingSimpleCPU --checkpoint-dir=logs/clflushopt_atlas_queue_ckpt -r 1 --mem-size=8GB --caches --ruby -n 2 &

#./build/X86_FLUSHOPT/gem5.opt -d clflushopt_atlas_queue_nvm configs/system/run-cpu-fs.py --script=configs/boot/atlas-queue-nvm.rcS #./build/X86/gem5.opt -d base_atlas_queue_nvm configs/system/run-cpu-fs.py --script=configs/boot/atlas-queue-nvm.rcS

--
To view, visit https://gem5-review.googlesource.com/5587
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie87895baa30c14907f8f362c4ff265e59e9b2fff
Gerrit-Change-Number: 5587
Gerrit-PatchSet: 1
Gerrit-Owner: Swapnil Haria <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to