Re: [deal.II] Re: deal ii 9.1.1. installation fails

2020-04-28 Thread Bruno Turcksin
Stefan, Le mar. 28 avr. 2020 à 04:02, Stefan Knauf a écrit : > thank you, I installed Trilinos 12.18.1 and now it worked. Since the > TRILINOS_VERSION is detected by cmake I would have rather expected a cmake > error (wrong version, as for example for p4est, where also a specific version > is

[deal.II] Re: deal ii 9.1.1. installation fails

2020-04-28 Thread Stefan Knauf
Yes, it was an Installation on a ubuntu 18.04 machine. cmake …. with the parameters above finished without errors, but make install failed (see above). But it was due to an unsupported version of trilinos, with trilinos 12.18.1 it works. Am Montag, 27. April 2020 20:04:52 UTC+2 schrieb Wilmar

[deal.II] Re: deal ii 9.1.1. installation fails

2020-04-28 Thread Stefan Knauf
Dear Bruno, thank you, I installed Trilinos 12.18.1 and now it worked. Since the TRILINOS_VERSION is detected by cmake I would have rather expected a cmake error (wrong version, as for example for p4est, where also a specific version is needed and cmake throws an error if the version is too

[deal.II] Re: deal ii 9.1.1. installation fails

2020-04-27 Thread Wilmar Alves Cruvinel Lima
Dear Stefan, Did you installed on Linux? If so, your commands: mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir ../deal.II and, make --jobs=4 install make test Terminated without erros? Em terça-feira, 21 de abril de 2020 08:24:22 UTC-3, Stefan Knauf

[deal.II] Re: deal ii 9.1.1. installation fails

2020-04-27 Thread Bruno Turcksin
Stefan, On Saturday, April 25, 2020 at 4:17:20 PM UTC-4, Stefan Knauf wrote: > Unfortuneately now "make install" stops with an error: > [ 42%] Building CXX object > source/lac/CMakeFiles/obj_lac_release.dir/trilinos_precondition_muelu.cc.o >

Re: [deal.II] Re: deal ii 9.1.1. installation fails

2020-04-22 Thread Wolfgang Bangerth
On 4/22/20 4:57 AM, Stefan Knauf wrote: Does it work if you switch Trilinos detection off? Yes. I switched TRILINOS off and end with the attached detailed.log.trilinos_off, CMakeOutput.log.trilinos_off and CMakeError.log.trilinos_off Stefan, my suspicion is that there is a problem with