Re: [Gems-users] Splash to transactions


Date: Thu, 29 May 2008 13:24:33 -0500
From: Jayaram Bobba <bobba@xxxxxxxxxxx>
Subject: Re: [Gems-users] Splash to transactions
Which version of GEMS are you using?
If you are using 2.x, have you followed the steps
suggested here
http://www.cs.wisc.edu/gems/doc/gems-wiki/moin.cgi/TM_Workload_Setup

Jayaram

Lois Orosa Nogueira wrote:
Hi,

I'm trying to convert barnes (splash2) to transactions. Compile correctly, but doesn't execute in the correct way.

I did this substitutions:

LOCK(x)  ------> BEGIN_TRANSACTION(y)
UNLOCK(x)  -------> COMMIT_TRANSACTION(y)
ALOCK(x)  ----------> BEGIN_TRANSACTION(y)
AULOCK(x)  ----------> COMMIT_TRANSACTION(y)

Anything else to do ?? (for example with LOCKINIT)

Thanks in advance

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.
[← Prev in Thread] Current Thread [Next in Thread→]