>> title says it all > > Not quite - an idea which part isn't thread-safe? I thought that the > only issue was the buffer for char*, and that declaring it as > thread-local-storage was enough to fix it.
see _requested_arguments, _requested_variables, _requested_sections it keeps an internal log of what variables have been requested so that it can identify unused variables. multiple threads will call push_back() on these and madness ensues. there seems to be a way to disable this but it didn't work for me at my first go-around. -Ben ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
