[Trilinos-Users] [12.0.1] compiler error Amesos w Superlu_dist 4.0

Thompson, KT kgt at lanl.gov
Fri Jul 10 11:03:25 EDT 2015


Denis,

When running cmake, try setting '-DHAVE_SUPERLUDIST_LUSTRUCTINIT_2ARG:BOOL=ON'

-kt

-----Original Message-----
From: Trilinos-Users [mailto:trilinos-users-bounces at trilinos.org] On Behalf Of Denis Davydov
Sent: Friday, July 10, 2015 8:55 AM
To: trilinos-users at trilinos.org
Subject: [Trilinos-Users] [12.0.1] compiler error Amesos w Superlu_dist 4.0

Dear all, 

It seems Amesos can’t be compiled with Superlu_dist 4.0 due to change of functions:

/tmp/trilinos20150710-23182-ach9pf/trilinos-12.0.1-Source/packages/amesos/src/Amesos_Superludist.cpp:448:5: error: no matching function for call to 'LUstructInit'
   LUstructInit(NumGlobalRows_, NumGlobalRows_, &PrivateSuperluData_->LUstruct_);
   ^~~~~~~~~~~~
/usr/local/opt/superlu_dist/include/superlu_dist/superlu_ddefs.h:317:16: note: candidate function not viable: requires 2 arguments, but 3 were provided
extern void    LUstructInit(const int_t, LUstruct_t *);
              ^

Are there any patches for this already?
Eric Bavier was sending some to the mailing lists, but they got scrubbed and the 
URL does not work anymore… :(

Kind regards,
Denis

_______________________________________________
Trilinos-Users mailing list
Trilinos-Users at trilinos.org
https://trilinos.org/mailman/listinfo/trilinos-users


More information about the Trilinos-Users mailing list