23 Aug
2010
23 Aug
'10
3:51 p.m.
Hello, On Mon, Aug 23, 2010 at 01:18:11PM +0200, Kraus Philipp wrote:
I have declared a GiNaC::parser l_parser; in a class method which is called in a multithread.
GiNaC is not thread safe, this is documented in the manual. [skipped]
When will be ginac thread safe and is there such a thing?
There are no plans to make GiNaC thread safe. Parallel versions of symbolic algorithms are not much faster (and sometimes even slower) than their sequential counterparts. So why bother? Best regards, Alexei