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 installing tci several '.h' files are written to /usr/local/include/tci.
Each of these (except tci_config.h) include a header via #include tci_global.h.
tci_global.h is not inside the same directory and not found when compiling code that uses the tci library (Tblis in my case).
Where can this file be found or how to fix the resulting /usr/local/include/tci/barrier.h:4:10: fatal error: tci_global.h: No such file or directory #include "tci_global.h"
error?
Many thanks in advance,
Chris
The text was updated successfully, but these errors were encountered:
Hi,
When installing tci several '.h' files are written to
/usr/local/include/tci
.Each of these (except tci_config.h) include a header via
#include tci_global.h
.tci_global.h is not inside the same directory and not found when compiling code that uses the tci library (Tblis in my case).
Where can this file be found or how to fix the resulting
/usr/local/include/tci/barrier.h:4:10: fatal error: tci_global.h: No such file or directory #include "tci_global.h"
error?
Many thanks in advance,
Chris
The text was updated successfully, but these errors were encountered: