Re: [Help-glpk] Thread-safety

2006-12-12 Thread Andrew Makhorin
What I need is indeed reentrability : what I want to do is solve different subproblems of the same problem in parallel, so each LPX is local to one thread only. This must work. I think it should be possible to implement an GNU/Linux equivalent for your TLS-based routines, using the

Re: [Help-glpk] GLPK matlab

2006-12-12 Thread Andrew Makhorin
I am trying to run the GLPK solver from Matlab, by calling the function glpkmex from within my Matlab script. I am trying to do this on a Linux machine, where I have Matlab properly installed. I managed to install GLPK, and run ./configure properly. However, I'm not sure how the directory