Just resolved this by re-compiling nlopt with the following option:

./configure --without-threadlocal


On 03/06/2013 12:41 AM, Clemens Eppner wrote:
Hi,

As soon as I instantiate my optimization problem via

nlopt::opt opt(nlopt::LD_MMA, 2);

my program crashes and outputs:
"cannot allocate memory in static TLS block"

The instantiation takes place in a thread which is different than the main one.
Any hint on that?

Thanks,
Clemens

_______________________________________________
NLopt-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss


_______________________________________________
NLopt-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss

Reply via email to