You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to configure using following cmake file and then build the project using make -j 4 i get some of the header files are not there. But when i manually check the files are in /usr/local/bin/trilinos/include/. I dont know whether i forgot or something but i added the paths to the system varibles and tried to specifiy them in cmake config. But doesnt work. Do i have to reinstall trilinos with a modified configureation or am i looking at the wrong place.
/usr/local/bin/trilinos/include/Sacado_ConfigDefs.h:58:10: fatal error: Kokkos_Macros.hpp: No such file or directory
58 | #include "Kokkos_Macros.hpp"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
Issue Seemed to be resolved when i copied the contents of path/to/trilinos/inlcude/kokkos folder to thepath/to/trilinos/inlcude folder. I also added Trilinos::all_libs and added
When I try to configure using following cmake file and then build the project using
make -j 4
i get some of the header files are not there. But when i manually check the files are in/usr/local/bin/trilinos/include/
. I dont know whether i forgot or something but i added the paths to the system varibles and tried to specifiy them in cmake config. But doesnt work. Do i have to reinstall trilinos with a modified configureation or am i looking at the wrong place.Full log is here -> build.log
cmake cofig file for my project
The text was updated successfully, but these errors were encountered: