[Gems-users] Assertion Error while running multiprocessor microbenchmark


Date: 09 Aug 2009 01:48:51 -0500
From: ubaid001@xxxxxxx
Subject: [Gems-users] Assertion Error while running multiprocessor microbenchmark

Hi

I run into assetion error while running the multiprocessor micorbenchmark (./parallel 4 1000)

This is the piece of code which gives me the error

int ProcessorIds[MAX_NUMP] = { 0, 1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
ret3 = processor_bind(P_LWPID, P_MYID, ProcessorIds[threadId], NULL);
assert(ret3 == 0);

I has set the procesor ids of the 4 CPU simics state using the psrset command to 0,1,2,3 respectively. But still it gives me an assertion error. Pls help me with this issue.
Thanks,
Suhail
[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] Assertion Error while running multiprocessor microbenchmark, ubaid001 <=