|
From: Ferosh J. <fj...@cr...> - 2012-03-17 21:33:56
|
It worked without any complaints in ICC compiler Thanks Ferosh On 12-03-16 11:03 PM, Dan Kegel wrote: > On Fri, Mar 16, 2012 at 7:22 PM, Ferosh Jacob<fj...@cr...> wrote: >> While running through valgrind this is not happening, the program >> ends normally. Below is the Valgrind summary. I believe if I can setup >> the execution environment as in the Valgrind, my program will execute >> normally. :) > What about > taskset -c 0 ./yourapp > ? > > That would mimic the non-multicore valgrind environment. > > Otherwise you're probably out of luck, you're going to have > to use other methods to find your problem. > - Dan |