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 the Trilinos installation you are using. deal.II imports a list of libraries we need to link with from the Trilinos installation -- these are libraries Trilinos needs, and consequently that any program based-on-deal.II-based-on-Trilinos needs. If Trilinos in its installation lists that it needs PT-Scotch, then we take that at face value and expect that PT-Scotch is actually installed. If it isn't, then that's of course a problem in that Trilinos tells us that it needs something that isn't actually available.

I don't know why your Trilinos installation requires PT-Scotch. But you can test my hypothesis if you search your Trilinos installation and grep all of its files for ptscotch. That isn't going to solve your problem, but it can at least verify/falsify my hypothesis. You could then also try to just edit out that line that references ptscotch -- although it is of course possible that some file really does make use of ptscotch and indeed *needs* it.

How did you install Trilinos?

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/5301a614-7ce4-37de-6b02-83b4a4134d28%40colostate.edu.

Reply via email to