[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-glpk] parallelism and glpk
From: |
Jose Monreal |
Subject: |
[Help-glpk] parallelism and glpk |
Date: |
Mon, 9 Feb 2009 16:48:41 -0300 |
User-agent: |
KMail/1.9.9 |
I implemented a simulated annealing, where in the inner cycle I solve many
transportation problems with glpk.
Then I parallelized it with MPI, and got great results almost linear speedup.
Now I parallelized it with a distributed shared system, not using threads, and
somehow glpk its messing with the virtual memory of the DSM system, because
when I use the virtual memory the implementation sometimes dies with
segmentation fault, I said sometimes, because sometimes ends OK.
The DSM system I'm using is page based, and it uses threads to manage the page
requests.
- [Help-glpk] parallelism and glpk,
Jose Monreal <=