On Mon, 8 Jul 2013, Derek Gaston wrote:

It seems like there is something that still isn't thread safe in there.

Roy: Maybe you could take a look around there and see if anything
rings a bell.  I'm betting that the reason we don't see this with
TBB is that our test is so small TBB isn't actually threading it...
but with pthreads I split the elements up no matter how many there
are... so it is triggering these two tests....

Nothing obviously wrong in there.  The threading danger in PBC code is
that each thread needs its own sub_point_locator, but the
ComputeConstraints functor *should* be handling that fine now.
---
Roy
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to