Re: [Gems-users] Problem running transactional workload


Date: Wed, 15 Jul 2009 19:20:09 -0500
From: Polina Dudnik <pdudnik@xxxxxxxxx>
Subject: Re: [Gems-users] Problem running transactional workload
How many processors? Remember, you should make sure that number of processors >= number of threads + 1, when running transactional workloads. One processors is needed for the OS/main thread.

On the side note, this question has been asked and answered before, please be sure to google the mailing list before asking the question.

On Wed, Jul 15, 2009 at 6:27 PM, Anup Holey <holey003@xxxxxxx> wrote:
Hi,
 
I am trying to run transactional workload provided in gems-2.1. It's 'deque'. I am running it on Sparc machine (not using Simics) with command "./deque_Lock 2 4 4". It gives error in pset_bind() function. What I get on terminal is
 
    binding to cabinet 1
    pset_bind: Invalid argument
 
The pset_bind() is called from function tm_bind_to_cabinet() which is present in gems-2.1/microbenchmarks/transactional/common/transaction.c file which get's only one external argument that is '1' in this case. Is there any problem with the pthread library I am using?
 
Thanks and regards,
Anup

_______________________________________________
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→]