On 5/27/21 4:25 AM, Alex Cumberworth wrote:

However, trilinos is loaded as a module, and even with the fresh configuration it is unable to find the header. Even with

//Path to a file.
SACADO_CONFIG_H:FILEPATH=/opt/ohpc/pub/libs/gnu9/mpich/trilinos/13.0.0/include/Sacado.hpp

//Path to a file.
SACADO_TRAD_HPP:FILEPATH=/opt/ohpc/pub/libs/gnu9/mpich/trilinos/13.0.0/include/Sacado_trad.hpp

in the CMakeCache.txt, and rerunning cmake, it is still unable to actually Sacado.hpp while compiling. I am also trying to contact the cluster administrators to double check they have installed trilinos correctly, but I still find it odd that even specifying the exact location of the headers in the cmake configuration still does not results in a successful compilation.

Are any of the other Trilinos header files found? Is the file readable?

cmake does not communicate the location of individual header files to the compiler, just include paths. So if the compiler can find one Trilinos header file, it should find them all.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/ee6267fe-c01e-636a-2109-121e09c243ab%40colostate.edu.

Reply via email to