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

2021-10-29 Thread blais...@gmail.com
Dear all, After discussion with my cluster admin, he suggested the use of the following flag:

[deal.II] deal.II Newsletter #188

2021-10-29 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #188. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #12899: Improve an error message. (proposed by bangerth; merged)

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

2021-10-29 Thread Bruno Turcksin
Bruno, It looks like you are not the only one to have this problem: https://github.com/trilinos/Trilinos/issues/8299 https://github.com/trilinos/Trilinos/issues/9426 Possible solution from the second issue: use `-DBUILD_SHARED_LIBS:BOOL=OFF` or add -undefined dynamic_lookup to CMAKE_CXX_FLAGS

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

2021-10-29 Thread Wolfgang Bangerth
On 10/29/21 7:10 AM, blais...@gmail.com wrote: Is there a way to disable the usage of Zadelus from deal.II? I don't see any CMAKE options that I could pass to disable Zadelus. I tried googling the component and I can't figure out what it is... :) I'll ask my cluster administrator to recompile

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

2021-10-29 Thread blais...@gmail.com
Is there a way to disable the usage of Zadelus from deal.II? I don't see any CMAKE options that I could pass to disable Zadelus. I tried googling the component and I can't figure out what it is... :) I'll ask my cluster administrator to recompile Trilinos with Zadelus, I just hope it's not an old

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

2021-10-29 Thread Wolfgang Bangerth
On 10/29/21 5:10 AM, blais...@gmail.com wrote: Is Adelus a Trilinos component that is mandatory? In my case, this is clearly the issue, if this component is not there, then that's why I am getting this error. I have never heard of that component. You can probably disable it. A good

Re: [deal.II] Modelling of an infinite plate

2021-10-29 Thread Wolfgang Bangerth
On 10/29/21 5:26 AM, Мария Бронзова wrote: I am trying to model an infinite plate in the context of the mixed formulation problem. To do so I need to set the x and y displacement component solution values to zero. Everywhere? That seems wasteful -- just set them to zero in your model and

[deal.II] Modelling of an infinite plate

2021-10-29 Thread Мария Бронзова
Dear colleagues, I am trying to model an infinite plate in the context of the mixed formulation problem. To do so I need to set the x and y displacement component solution values to zero. I was looking for a function similar to apply_boundary_conditions, but for inner cells as well. Are

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

2021-10-29 Thread blais...@gmail.com
Dear Martin, I guess I was being overly enthusiastic. I understand now, every "failed test" (e.g. DEAL_II_HAVE_CXX20_FEATURES) end up in this file. The majority of the "errors" I get are thus regular configuration "failure" The final failure I get is related to : Performing C++ SOURCE FILE Test

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

2021-10-29 Thread Martin Kronbichler
Dear Bruno, This is a regular error and not related to the actual problem I believe. This is simply the message that we use to detect what SIMD extensions we can enable, and in your case the compilation does not support AVX. But I think further down in the CMakeFiles/CMakeError.log file you

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

2021-10-29 Thread blais...@gmail.com
Wolfgang, you are a genius. The exact error I am getting is related to AVX instructions not being available. I think this is normal because this is an AMD Rome based cluster and not an intel one. Run Build Command(s):/cvmfs/soft.computecanada.ca/gentoo/2020/usr/bin/gmake cmTC_be568/fast &&