If change the void* tls in tls.c file to have the __thread gcc C extension modifier and I replace all the strtok with the posix strtok_r in glpsql.c I should have a library that works for my purposes. That is, execute different solvers in parallel on different problems.
Is that right or I am missing something? _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
