bug-glpk
[Top][All Lists]
Advanced

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

Re: [Bug-glpk] RUN GLPSOL ITANIUM


From: Andrew Makhorin
Subject: Re: [Bug-glpk] RUN GLPSOL ITANIUM
Date: Tue, 19 Dec 2006 12:52:39 +0300

> I NEED TO RUN GLPSOL IN MY ITANIUM PROCESSOR.
> 
> I CAN DO ALLMOST EVERITHING, EXEPT RUN FROM .mod FILES, I GOT AN 
> UNALIGMENT ERROR WHE I TRIED TO DO THAT.
> 
> CAN YOU HELP ME TO SET UP GLPSOL IN MY ITANIUM

Please provide more details.

GLPK conforms to ILP32, LLP64, and LP64 programming models (the
latter seems to be an ultimate choice regarding 64-bit architectures).
Note that GLPK itself is a 32-bit application, and the conformity only
means that the package must work correctly on all these arenae.
This is attained by the following assumptions:

   char     is 8-bit
   short    is 16-bit
   int      is 32-bit
   long     is not used at all
   pointer  is 32- or 64-bit







reply via email to

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