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
