help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] Multi-thread questions


From: Paolo Bolzoni
Subject: [Help-glpk] Multi-thread questions
Date: Fri, 11 Oct 2013 13:31:01 +0200

Dear list,
the Reference Manual of Version 4.38 states that GLPK routines are non-reentrant
and so they cannot be used in multi-thread programs.

I was wondering, it is at least possible to solve two different problems in two
different threads?

In my scenario, I have many linear problems and I have to find the one with
the maximum solution. Parallelism is easy for this scenario since there is
nothing to share, just find the best.

I read there are previous email in this list about multi-thread
safety, but they are
fairly old. So I prefer to send a new one. Thanks.

Yours faithfully,
Paolo



reply via email to

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