Re: [deal.II] Are there known issue between Trilinos 13.0.1 and deal.II?

2021-10-28 Thread Praveen C
I have compiled dealii@9.3 with trilinos@13.0.1 on various systems with gcc
8/9/10 via spack.

On Fri, Oct 29, 2021 at 10:04 AM blais...@gmail.com 
wrote:

> Dear All,
> I hope you are well.
> I am trying to compile deal.II on a new cluster in Canada called Narval
> (named after another cute whale, we love those up north). It uses the
> following versions of the core library that we need:
> gcc/9.3.0
> openmpi/4.0.3
> trilinos/13.0.1
> parmetis/4.0.3
> p4est/2.2
>
> However, whenever I run CMAKE using deal.II AND enabling Trilinos, I get
> the following error:
> Configuration error: Cannot compile a test program with the final set of
> compiler and linker flags:
>   CXX flags (DEBUG): -pedantic -fPIC -Wall -Wextra -Wmissing-braces
> -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override
> -Wswitch -Wsynth -Wwrite-strings -Wno-placement-new
> -Wno-deprecated-declarations -Wno-literal-suffix -Wno-psabi
> -Wno-class-memaccess -fopenmp-simd -Wno-parentheses
> -Wno-unused-local-typedefs -O0 -ggdb -Wa,--compress-debug-sections
>
> I'll spare you the rest of the Blabla.
> This is clearly something I need to fix with my cluster admin. However,
> before i delve into this, have any of you faced such issue? Is it an issue
> with Trilinos 130.1, or is this  a cluster-related issue?
>
> Thank  you so much
> Bruno
>
>
>
> --
> 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/87dc8659-1d0c-420d-99c2-4d98764f78f8n%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/CAEvUdMKdadxd4RXZY%2BrOEcq79f%2BtOKe09i1JKwZgE%2BtFYwE6Zg%40mail.gmail.com.


Re: [deal.II] Are there known issue between Trilinos 13.0.1 and deal.II?

2021-10-28 Thread Wolfgang Bangerth

On 10/28/21 8:02 PM, blais...@gmail.com wrote:


However, whenever I run CMAKE using deal.II AND enabling Trilinos, I get the 
following error:

Configuration error: Cannot compile a test program with the final set of
     compiler and linker flags:
     CXX flags (DEBUG): -pedantic -fPIC -Wall -Wextra -Wmissing-braces 
-Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override 
-Wswitch -Wsynth -Wwrite-strings -Wno-placement-new 
-Wno-deprecated-declarations -Wno-literal-suffix -Wno-psabi 
-Wno-class-memaccess -fopenmp-simd -Wno-parentheses -Wno-unused-local-typedefs 
-O0 -ggdb -Wa,--compress-debug-sections


Somewhere, in some file that is probably located under CMakeFiles in your 
build directory, it will provide you with whatever error messages cmake got 
when it tried to compile a test program with these flags. If you know what 
that error is, you're probably 75% there towards identifying what the real 
underlying problem is.


Best
 W.

--

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/8c3f05be-00e4-9b05-8419-d59da017a8f4%40colostate.edu.


[deal.II] Are there known issue between Trilinos 13.0.1 and deal.II?

2021-10-28 Thread blais...@gmail.com
Dear All,
I hope you are well.
I am trying to compile deal.II on a new cluster in Canada called Narval 
(named after another cute whale, we love those up north). It uses the 
following versions of the core library that we need:
gcc/9.3.0
openmpi/4.0.3
trilinos/13.0.1
parmetis/4.0.3
p4est/2.2

However, whenever I run CMAKE using deal.II AND enabling Trilinos, I get 
the following error:
Configuration error: Cannot compile a test program with the final set of
compiler and linker flags:
  CXX flags (DEBUG): -pedantic -fPIC -Wall -Wextra -Wmissing-braces 
-Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override 
-Wswitch -Wsynth -Wwrite-strings -Wno-placement-new 
-Wno-deprecated-declarations -Wno-literal-suffix -Wno-psabi 
-Wno-class-memaccess -fopenmp-simd -Wno-parentheses 
-Wno-unused-local-typedefs -O0 -ggdb -Wa,--compress-debug-sections

I'll spare you the rest of the Blabla.
This is clearly something I need to fix with my cluster admin. However, 
before i delve into this, have any of you faced such issue? Is it an issue 
with Trilinos 130.1, or is this  a cluster-related issue?

Thank  you so much
Bruno



-- 
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/87dc8659-1d0c-420d-99c2-4d98764f78f8n%40googlegroups.com.