Im using GLPK to solve tons of transportation problems in parallel with a distributed shared memory system. But sometimes the application exits with Segmentation Fault.
Could it be that GLPK is doing some nusty things, that is writing IN memory blocks that I had reserved with malloc, or killing threads of the distributed shared system? -- José I. Monreal Bailey
_______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
