lex Tomala
> To: gem5 users mailing list
> Subject: Re: [gem5-users] Running multi-threaded program on GEM5 in SE
> mode
> Message-ID:
> <1379784146.73933.yahoomail...@web162103.mail.bf1.yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
&g
.
On a side note: Is there any reason you chose Alpha instead of something like
Arm?
- Alex
From: Ali Saidi
To: gem5 users mailing list
Sent: Saturday, September 21, 2013 11:25:02 AM
Subject: Re: [gem5-users] Running multi-threaded program on GEM5 in SE mode
take a look at the m5threads library that is gem5.org. It can be use to compile
simple pthreads code and run it on SE mode in gem5, although I'm not sure how
ALPHA support works.
Ali
On Sep 18, 2013, at 11:55 AM, Xiaowen Wu wrote:
> Hi All,
>
> I want to run a multi-threaded program on GEM5
Hi All,
I want to run a multi-threaded program on GEM5 in SE mode. The program
can be as simple as this:
https://computing.llnl.gov/tutorials/pthreads/samples/hello.c
My goal:
I want to manually map each thread on different core.
What I know and do not know:
1. Pthread is not supported: "Alpha_