[mesa-users] Problems Installing
Richard Townsend
townsend at astro.wisc.edu
Wed Mar 6 23:53:35 EST 2013
Aww, damn. I thought PAE would take care of things.
I suggest you upgrade to 64-bit! Not only will you actually be able to see all 6GB of your machine, the x86_64 architecture has more general-purpose registers than ia32, and 64-bit capable chips therefore typically run faster in 64-bit more.
cheers,
Rich
On Mar 6, 2013, at 10:48 PM, Aaron Dotter wrote:
> Hi Rich,
>
> Alas, medium and large are not supported in 32-bit mode.
>
> Aaron
>
>
> On Thu, Mar 7, 2013 at 2:48 PM, Richard Townsend <townsend at astro.wisc.edu> wrote:
> Hi Aaron --
>
> Thanks for the info. This certainly looks like you're running out of addressable memory (even though the machine has a sufficiently-large memory).
>
> Can you try building with either the -mcmodel=medium or -mcmodel=large flags. This might fix things.
>
> cheers,
>
> Rich
>
> On Mar 6, 2013, at 9:41 PM, Aaron Dotter wrote:
>
> > Hi Rich,
> >
> > Here's a reproduction of what we did yesterday on Guido's laptop with the same result.
> >
> > System is 32-bit Ubuntu 12.04, Intel core i7 cpu, 6 GB RAM, and MESA revision 4798.
> >
> > With default OS settings, the install goes through to compiling the star module without issue, then dies reading in EOS tables (presumably eos_init in star_private_def.f) with error code 5014. If we set
> >
> > ulimit -s unlimited
> >
> > we get a bit further, past eos, kap, and net. Then it dies during nse_init:
> >
> > failed in net_finish_def
> > failed in stardata_init
> > star_init ierr 5014
> >
> > WARNING: failed in nse_init
> > init_and_alloc ierr 5014
> > WARNING: failed in nse_init
> >
> > If we revert to 4723 and set ulimit -s back to 8192 (default setting), then install completes successfully.
> >
> >
> > Aaron
>
>
More information about the Mesa-users
mailing list