help-glpk
[Top][All Lists]
Advanced

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

Re: GLPK and OPENMP - GLP_SIMPLEX running concurrently


From: Michael Hennebry
Subject: Re: GLPK and OPENMP - GLP_SIMPLEX running concurrently
Date: Wed, 13 May 2020 09:09:13 -0500 (CDT)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)

On Wed, 13 May 2020, Sierra Ansuas, Juan Pablo wrote:

The program is returning correct values as long as the call to glp_simplex is 
enclosed inside an OMP CRITICAL region. This is the only part requiring a 
mutex. The rest of the glp_* functions are called concurrently by several 
threads with no issue at all.

Globals and statics used directly by GLPK.
Globals and statics used by things GLP calls.

--
Michael   address@hidden
"Sorry but your password must contain an uppercase letter, a number,
a haiku, a gang sign, a heiroglyph, and the blood of a virgin."
                                                             --  someeecards



reply via email to

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