Re: [deal.II] Re: "fatal error: MueLu_CreateEpetraPreconditioner.hpp: No such file or directory" when compiling with Trilinos

2020-01-13 Thread Wolfgang Bangerth
On 1/9/20 8:49 AM, masod sadipour wrote: > I want to install dael.ii at ubuntu. There is a problem when I want to use > "cmake". > I was wondering if you could help me to install it. The way that mentioned in > the deal.ii.org >

Re: [deal.II] Re: "fatal error: MueLu_CreateEpetraPreconditioner.hpp: No such file or directory" when compiling with Trilinos

2020-01-10 Thread masod sadipour
Hello I want to install dael.ii at ubuntu. There is a problem when I want to use "cmake". I was wondering if you could help me to install it. The way that mentioned in the deal.ii.org (cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir ../deal.II) make an error. It does make an error persistently.

[deal.II] Re: "fatal error: MueLu_CreateEpetraPreconditioner.hpp: No such file or directory" when compiling with Trilinos

2020-01-10 Thread 'Maxi Miller' via deal.II User Group
I ran into several other compilation problems with that trilinos version, thus I decided to try the suggested patch instead. Am Donnerstag, 9. Januar 2020 16:31:21 UTC+1 schrieb Bruno Turcksin: > > Hi, > > This is a known problem with the development version of Trilinos > https://github.com/deal

[deal.II] Re: "fatal error: MueLu_CreateEpetraPreconditioner.hpp: No such file or directory" when compiling with Trilinos

2020-01-09 Thread Bruno Turcksin
Hi, This is a known problem with the development version of Trilinos https://github.com/dealii/dealii/pull/9237 Use the latest release of Trilinos instead. Best, Bruno On Thursday, January 9, 2020 at 10:06:13 AM UTC-5, Maxi Miller wrote: > > Hei, > when trying to compile deal.II with one of t