Advertisement
otubo

Untitled

Oct 13th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #on the host1
  2. mkdir ubuntu; mount -t tmpfs -o size=21000M tmpfs ubuntu/; cd ubuntu/
  3.  
  4. #on the other host2
  5. scp -Cr ubuntu/ubuntu_intel.qcow2 ubuntu/start_vm_production.sh root@IPADDRESS:~/ubuntu
  6.  
  7. #access VM:
  8. ./start_vm_production.sh ubuntu_intel.qcow2
  9. ssh -p5000 root@host1; (password: ubuntu)
  10.  
  11. #on vm
  12. #check results at
  13. /opt/cpu2006/result/CINT2006.001.ref.txt
  14.  
  15. #start new run
  16. rm /opt/cpu2006/result/*
  17. cd /opt/cpu2006
  18. . ./shrc;
  19. sleep 1m; runspec --iterations=1 --config=Example-linux64-amd64-gcc43+.cfg --tune=base int
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement