[Trilinos-Users] Amesos 8.0 error on the reddish cross compile for red stormGree

hkthorn hkthorn at sandia.gov
Fri Nov 2 10:12:37 MDT 2007


Hi Stefan,

In the file amesos/src/UFSparse/KLU/Include/klu_version.h on line 188,
COLAMD is defined:

#define COLAMD colamd

So you want to look at the colamd() method in the amesos/src/UFSparse/COLAMD
directory.  However, that call does have the same number of arguments as the
call in klu_analyze.c  It looks like you may be linking to multiple colamd
libraries.  My best guess is that you are using an older version of SuperLU
that has the old colamd library.  The most recent SuperLU that you can
download has been updated and results in no symbol conflicts with KLU.

Let me know if I can provide further assistance.

Thanks,
Heidi


On 11/2/07 9:28 AM, "spdomin" <spdomin at sandia.gov> wrote:

> Greetings,
> 
> My Trilinos 8.0 builds, via the Sierra bjam interface and using the Trilinos
> 8.0 version under /sierra/Release/Trilinos/8.0, is not building on the
> reddish PGI cross compile for Storm. Specifically in the amesos package I
> note the following error:
> 
>  "/sierra/Dev/spdomin/mlLDRDTrilinos8.0/localTrilinos8.0/8.0/packages/amesos
> /src/UFsparse/KLU/Source/klu_analyze.c"
> PGC-S-0141-Wrong number of parameters to function
> (/sierra/Dev/spdomin/mlLDRDTrilinos8.0/localTrilinos8.0/8.0/packages/amesos/
> src/UFsparse/KLU/Source/klu_analyze.c: 182)
> PGC/x86-64 Linux/x86-64 6.2-5: compilation completed with severe errors
> 
> Line 182 of klu_analyze.c is:
> 
> ok = COLAMD (nk, nk, Cilen, Ci, Cp, NULL, cstats)
> 
> I can not seem to find the above method (it does not seem to be within
> /8.0/packages/amesos/src/UFsparse/COLAMD) to determine the corrective steps.
> 
> Any help would be appreciated.
> 
> Regards,
> 
> Stefan
> 
> _______________________________________________
> Trilinos-Users mailing list
> Trilinos-Users at software.sandia.gov
> http://software.sandia.gov/mailman/listinfo/trilinos-users



More information about the Trilinos-Users mailing list