[Gems-users] How can I simulate STAMP applications?


Date: Tue, 25 Aug 2009 19:10:59 +0900
From: 홍기섭 <mastaks@xxxxxxxxxxx>
Subject: [Gems-users] How can I simulate STAMP applications?

Hi, All.

 

I have tried to simulate the deque application.

And now, I'm trying to simulate STAMP applications. (the bayes)

I have modified the bayes application like deque application.

but, I have to modify many things.

so, I only have modified function's names in tm.h (stamp/lib)

 

#define HTM

:

:

#ifdef HTM

:

:

#define  TM_BEGIN()  BEGIN_TRANSACTION()

#define  TM_BEGIN_RO()  BEGIN_TRANSACTION()

#define  TM_END()  COMMIT_TRANSACTION()

#define  TM_RESTART()  ABORT_TRANSACTION()

:

:

 

When I run simics, it failed again and again.

and I met following errors.

 

1. gcc: -lpthread: linker input file unused because linking not done.

 

2. Undefined symbol memory_get

   ld: fatal: Symbol referencing errors. No output written to bayes.

 

 

Is this method correct?

 

Can anyone help me?

Any help will be appreciated!!

 

 

My software environment include : CentOS5.3, Simics 3.0.29, GEMS 2.1,  STAMP-0.9.10

 

 

 

 

[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] How can I simulate STAMP applications?, 홍기섭 <=