Re: Thread Safety of GLPK
Andrew Makhorin <[email protected]>
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <1503645188.3576.6.camel@corvax> |
> In the GLPK documentation, paragraph "2.1.3 Thread Safety" states: > > > "The standard version of GLPK API is not thread safe and therefore > should not be used in multi-threaded programs.” The *standard* (i.e. ANSI C89) version is not thread safe. However, starting from 4.61 (released on Jan 2017) glpk can be used in multi-threaded programs on some platforms (including GNU/Linux and MS Windows); for more details please see: https://lists.gnu.org/archive/html/help-glpk/2017-01/msg00111.html . (It's better to use the most recent version, which is 4.63.) _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk