help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Multi-thread questions


From: Paolo Bolzoni
Subject: Re: [Help-glpk] Multi-thread questions
Date: Fri, 11 Oct 2013 14:58:16 +0200

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?



reply via email to

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