Re: [gem5-users] Multicore programs

2013-09-06 Thread Yanqi Zhou
Hi Steve, I tried taskset -pc 0 ./astar & taskset -pc 1 ./bzip but the program terminates early. Can you show me the exact command I should use? Thanks, Yanqi From: gem5-users-boun...@gem5.org [gem5-users-boun...@gem5.org] on behalf of Steve Reinhardt [ste...@gmai

[gem5-users] O3 Pipeline Viewer

2013-09-06 Thread Newton Singh
Hi all, I am not able to understand how to analyse the output of pipeline viewer. I am trying to view it using less -r I am attaching the trace file. I wrote a small hello program and using -S option found its assembly version. Then using --debug-flag=Exec option found on which tick the first in

Re: [gem5-users] Multicore programs

2013-09-06 Thread Steve Reinhardt
Hi Yanqi, I don't have any idea why the command you tried isn't working. Did you try it on a real system? I've never done this myself, I just looked it up on google. Steve On Fri, Sep 6, 2013 at 6:45 AM, Yanqi Zhou wrote: > Hi Steve, > I tried > taskset -pc 0 ./astar & taskset -pc 1 ./bzip

Re: [gem5-users] Multicore programs

2013-09-06 Thread Hao Wang
I guess that only works for openmp programs? Bonzi -- Wang, Hao http://homepages.cae.wisc.edu/~wangh/ Ph.D. candidate Dept. of Electrical & Computer Engineering University of Wisconsin, Madison B.S. from Department of Microelectronics School

Re: [gem5-users] Multicore programs

2013-09-06 Thread Yanqi Zhou
Hi Steve, I used another command from someone other's post: export GOMP_CPU_AFFINITY="0 1 2 3" It works. Thanks, Yanqi From: gem5-users-boun...@gem5.org [gem5-users-boun...@gem5.org] on behalf of Steve Reinhardt [ste...@gmail.com] Sent: Friday, September 06, 201