help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Reenterable patch for GLPK-4.47


From: Andrew Makhorin
Subject: Re: [Help-glpk] Reenterable patch for GLPK-4.47
Date: Sun, 13 Jan 2013 18:32:19 +0400

> There were posts about reenterable version of GLPK in this list:
> http://lists.gnu.org/archive/html/help-glpk/2012-12/msg00044.html
> 
> I concluded from this post that reenterability can be achieved
> by  changing a line glpent02.c:31
> from
> static void *tls = NULL;
> to
> static TLS void *tls = NULL;
> .
> TLS is configured either empty in single thread library
> or in platform-dependednt way like "__thread" in reenterable library.
> Patch could look like here:
> http://code.google.com/p/thermocompensation/source/browse/#svn%2Ftrunk%2Fglpk_patch
> Does I missed something ?
> Will GLPK-4.48 be reenterable ?
> 

Please see
http://lists.gnu.org/archive/html/help-glpk/2010-04/msg00043.html






reply via email to

[Prev in Thread] Current Thread [Next in Thread]