Looking for a 64-bit build with large memory limit
Subject: Looking for a 64-bit build with large memory limit
From: Stavros Macrakis
Date: Wed, 5 Dec 2007 17:00:06 -0500
On Dec 5, 2007 3:36 PM, Paul Richards <paul.richards at gmail.com> wrote:
> > > ...I think it has an 8GiB limit by default, which for what I'm trying
> to
>
solve still wasn't enough.
> > What kind of equations are they?
> ...
> (The crux of the equation is tri-linear interpolation between 8 vectors.)
>
So you're generating the 3 equations and calling solve, and it is running
out of memory? I would suspect an infinite loop/recursion, and would not
expect that more memory would help. What's more, I'd expect the solution,
if it exists in closed form, to be enormous. What would you do with it?
-s