dealii / candi

candi - (Compile & Install) - Downloads, configures, builds and installs deal.II
GNU Lesser General Public License v3.0
63 stars 61 forks source link

muelu compilation #364

Closed ajithperera closed 1 year ago

ajithperera commented 1 year ago

Hello: I am getting the following error /home/perera/dealii-candi/tmp/unpack/Trilinos-trilinos-release-14-0-0/packages/muelu/adapters/stratimikos/Thyra_MueLu PreconditionerFactory_def.hpp(739): error: a type qualifier is not allowed on a nonmember function RCP MueLuPreconditionerFactory<Scalar,LocalOrdinal,GlobalOrdinal,Node>::getParameterList() c onst { ^

compilation aborted for /home/perera/dealii-candi/tmp/unpack/Trilinos-trilinos-release-14-0-0/packages/muelu/adapters /stratimikos/Stratimikos_MueLuHelpers.cpp (code 4)

I have modules intel/2020.0.166 and openmpi/4.1.5 loaded, Any advice on how to get around this is greatly appreciated,

bangerth commented 1 year ago

@ajithperera This is at its core a problem with Trilinos: They have to fix the code or work around compiler bugs. Please report the issue with the Trilinos folks.