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 
> 
>  
> (cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir ../deal.II) make an error. 
> It does make an error persistently.
> 
> could you please introduce me another source to help me about it.

Masod,
you will have to help us help you. We can't guess what might be the reason for 
your problems if all you say "There is a problem". You'll have to show us what 
the error message is, explain what you have already tried, etc.
Best
  WB

-- 

Wolfgang Bangerth  email: bange...@colostate.edu
www: http://www.math.colostate.edu/~bangerth/

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/c5d6f1e2-9e00-d0a3-c44b-e24b3362bd67%40colostate.edu.


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.

could you please introduce me another source to help me about it.



On Thu, Jan 9, 2020 at 7:01 PM Bruno Turcksin 
wrote:

> 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 the latest Trilinos-Versions,
>> compilation fails with "fatal error: MueLu_CreateEpetraPreconditioner.hpp:
>> No such file or directory", but the configuration process goes through
>> without rising any problems. Which modules do I have to enable in Trilinos
>> to fix this warning?
>> Thanks!
>>
> --
> The deal.II project is located at http://www.dealii.org/
> For mailing list/forum options, see
> https://groups.google.com/d/forum/dealii?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "deal.II User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dealii+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dealii/e7af71f6-1645-41a5-9028-a528906e0c4e%40googlegroups.com
> 
> .
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/CAKGOWiPKWNQ-orFvkfeNGN97OOkQb-bn2%2Bh7-Xw8CY%2BsA8-8GQ%40mail.gmail.com.


[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/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 the latest Trilinos-Versions, 
>> compilation fails with "fatal error: MueLu_CreateEpetraPreconditioner.hpp: 
>> No such file or directory", but the configuration process goes through 
>> without rising any problems. Which modules do I have to enable in Trilinos 
>> to fix this warning?
>> Thanks!
>>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/cb7e1a0d-819c-484b-9097-404fbcef2b44%40googlegroups.com.


[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 the latest Trilinos-Versions, 
> compilation fails with "fatal error: MueLu_CreateEpetraPreconditioner.hpp: 
> No such file or directory", but the configuration process goes through 
> without rising any problems. Which modules do I have to enable in Trilinos 
> to fix this warning?
> Thanks!
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/e7af71f6-1645-41a5-9028-a528906e0c4e%40googlegroups.com.