Re: [deal.II] Re: Compilation problems on RHEL7

2018-11-12 Thread Hans Peter Verne
On Mon, 12 Nov 2018 at 05:52, wrote: > > Hi Hans, > > I also encounter the same issue, did it get resolved? Thanks. Yes, as explained in my last message in this thread. It is important that all libraries and object files are compiled with the same version of the compiler (or at least similar vers

[deal.II] Re: Compilation problems on RHEL7

2018-11-11 Thread qingyin
Hi Hans, I also encounter the same issue, did it get resolved? Thanks. Will On Wednesday, October 10, 2018 at 5:52:03 AM UTC-7, Hans Peter Verne wrote: > > I have compiled deal.II 8.4.1 earlier, but version 9.0.0 gets me in a > pickle. > > My system is RedHat Enterprise Linux, version 7.5 > > I

Re: [deal.II] Re: Compilation problems on RHEL7

2018-10-17 Thread Hans Peter Verne
On Wed, 17 Oct 2018 at 17:44, Wolfgang Bangerth wrote: > > Every one of the functions you list here have a std::string argument > that is qualified with the C++11 ABI qualifier. Did you per chance > compile Trilinos with a different compiler than the one you are using > here? Or, maybe more likely

Re: [deal.II] Re: Compilation problems on RHEL7

2018-10-17 Thread Wolfgang Bangerth
On 10/17/2018 09:21 AM, Hans Peter Verne wrote: > This gives the error: > > ../lib/libdeal_II.so.9.0.1: error: undefined reference to > 'Ifpack::Create(std::__cxx11::basic_string, > std::allocator >, Epetra_RowMatrix*, int, bool)' > ../lib/libdeal_II.so.9.0.1: error: undefined reference to > 'M

Re: [deal.II] Re: Compilation problems on RHEL7

2018-10-17 Thread Hans Peter Verne
On Wednesday, 10 October 2018 17:29:38 UTC+2, Bruno Turcksin wrote: > > Hans, > > Everything looks fine. I have a question, when you configured deal.II did > you load a Trilinos module but then when you compiled Trilinos was not > loaded? > I never loaded a Trilinos module, we don't have it as

Re: [deal.II] Re: Compilation problems on RHEL7

2018-10-10 Thread Bruno Turcksin
Hans, Everything looks fine. I have a question, when you configured deal.II did you load a Trilinos module but then when you compiled Trilinos was not loaded? The other thing to try is to update cmake. cmake 2.8.12 is very old maybe that's the cause of the problem. Bruno Le mer. 10 oct. 2018 à 1

[deal.II] Re: Compilation problems on RHEL7

2018-10-10 Thread Hans Peter Verne
On Wednesday, 10 October 2018 15:28:42 UTC+2, Bruno Turcksin wrote: > > Hans, > > Can you send the detailed.log file that was generated when you configured > deal.II. > > Sure! Attached. Regards, Hans Peter Verne IT staff - Dept. of Geosciences University of Oslo -- The deal.II project is l

[deal.II] Re: Compilation problems on RHEL7

2018-10-10 Thread Bruno Turcksin
Hans, Can you send the detailed.log file that was generated when you configured deal.II. Best, Bruno On Wednesday, October 10, 2018 at 8:52:03 AM UTC-4, Hans Peter Verne wrote: > > I have compiled deal.II 8.4.1 earlier, but version 9.0.0 gets me in a > pickle. > > My system is RedHat Enterpri