Hello,

The file does exist and is readable. If I set a manual include flag it is 
able to find it:

CMAKE_CXX_FLAGS_DEBUGRELEASE  
-I/opt/ohpc/pub/libs/gnu9/openmpi4/trilinos/13.0.0/include

then it is able to get past this point. From the output in my previous 
message, it seems that cmake is not looking in the right place for these 
header files, and I have no idea how to set this properly:

--   TRILINOS_INCLUDE_DIRS: 
/include;/opt/ohpc/pub/libs/gnu9/openmpi4/hdf5/1.10.6/include;/usr/include;/opt/ohpc/pub/libs/gnu9/openmpi4/boost/1.73.0/include
--   TRILINOS_USER_INCLUDE_DIRS: 
/include;/opt/ohpc/pub/libs/gnu9/openmpi4/hdf5/1.10.6/include;/usr/include;/opt/ohpc/pub/libs/gnu9/openmpi4/boost/1.73.0/include

There are further issues past this point, but perhaps if I understand the 
problem here that will help with the later issues.

Best,
Alex

On Tuesday, June 1, 2021 at 9:02:12 p.m. UTC+2 Wolfgang Bangerth wrote:

>
> Alex,
>
> > I have also tried
> > 
> > cmake -DTRILINOS_DIR=/opt/ohpc/pub/libs/gnu9/openmpi4/trilinos/13.0.0  ..
> > 
> > It is also unable to find the epetra header file.
>
> I can not tell why that would be so (but you should be able to find out by 
> searching for the place in CMakeFiles/CMakeErrors.log where it shows you 
> the 
> command that was executed to find that file). It may be that the file just 
> doesn't exist. It may be that it's not readable. It may be that the 
> compiler 
> finds an error in it.
>
> If you can't figure out how to use that installation, why not install 
> Trilinos 
> yourself in your home directory and take it from there?
>
> 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/1f525829-638b-42f4-badd-01d70d5de9efn%40googlegroups.com.

Reply via email to