[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Metis
From: |
John W. Eaton |
Subject: |
Re: Metis |
Date: |
Wed, 17 Oct 2007 14:21:53 -0400 |
On 17-Oct-2007, David Bateman wrote:
| Opps yeah I forgot about that bit of code.. In fact its the same bit of
| code everywhere and is just block of code that forces versions of metis
| later than 4.0.2 to use a particular implementation of malloc and free
| and to test for out-of-memory conditions before calling metis if that
| can't be done. The free/malloc bits can be dropped and in later versions
| of CHOLMOD the memory guard code is the default.. So if we don't want to
| set the free/malloc functions for metis, this is just cruft and can be
| completely removed.
OK, I removed all bits of code inside the #ifdef HAVE_METIS blocks.
Also, I eliminated the check for Metis in the configure script. This
doesn't prevent you from defining lib and include flags to get it if
that's what you want, but now Octave won't look for it.
jwe
- Re: Metis, (continued)
- Re: Metis, Tatsuro MATSUOKA, 2007/10/16
- Re: Metis, David Bateman, 2007/10/17
- Re: Metis, Tatsuro MATSUOKA, 2007/10/17
- Re: Metis, David Bateman, 2007/10/17
- Re: Metis, Michael Goffioul, 2007/10/17
- Re: Metis, Tatsuro MATSUOKA, 2007/10/17
Re: Metis, John W. Eaton, 2007/10/16
- Re: Metis, David Bateman, 2007/10/17
- Re: Metis, John W. Eaton, 2007/10/17
- Re: Metis, David Bateman, 2007/10/17
- Re: Metis,
John W. Eaton <=
- Re: Metis, David Bateman, 2007/10/18
- Re: Metis, Tatsuro MATSUOKA, 2007/10/18
- Re: Metis, Ben Abbott, 2007/10/18
- Re: Metis, Ben Abbott, 2007/10/18
- Re: Metis, Tatsuro MATSUOKA, 2007/10/18
Re: Metis, John W. Eaton, 2007/10/17