On Tue, 13 Apr 2010, Hammond, Paul wrote:
I #8217;d like to know if GLPK (the C lib) is not thread safe? If not, are there any plans to ever make it thread safe? We get occasional core dumps in a multi-threaded environment which we think are related to thread safety as we get a SIGSEGV inside GLPK.
GLPK is not thread-safe. What you might do is dedicate a thread to GLPK. Communicate through messages. -- Michael [email protected] "Pessimist: The glass is half empty. Optimist: The glass is half full. Engineer: The glass is twice as big as it needs to be." _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
