> BTW: Wolfgang, do you see an easy way to detect which Trilinos libraries > are available so that we could avoid these kinds of problems? We could > go through all the possible Trilinos libs and simply test which ones are > there...
Not easily, because you need to list these libraries in the right order on the command line and we don't know where those libraries go that we don't usually link with (like libzoltan). That said, at least post-10.0, I think we should be able to parse the order of libraries out of the file include/TrilinosConfig.cmake that Trilinos installs along with the header files. For example, it looks like the Trilinos_LIBRARIES variable could be used for this. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
