James Andrewartha <[EMAIL PROTECTED]> writes:

> When compiled on platforms where sizeof(void *) > sizeof(int), which
> includes AMD64, glpk should be compiled with -D_GLPLIB_HUGEMEM to
> allow allocating more than 2GB (MAX_INT).  See the GLPK 4.5
> changelog and http://article.gmane.org/gmane.comp.gnu.glpk/1017.

Unfortunately, _GLPLIB_HUGEMEM disables the memory limit checking,
which may be of use to other users. So I'd rather not enable it.
Instead, it might be feasible to fix this properly by using size_t
instead of int at the appropriate places. Brady, what do you think?

Also, do you have a test case for this?

-- 
        Falk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to