Headers do not have correct path in install dir

Issue #146 resolved
Reazul Hoque created an issue

Files in <SRC>/data_dist/matrix/*.h have includes like "data_dist/matrix/*.h" but in the <INSTALL> dir there is no directory called data_dist in include. It is under <INSTALL>/include/parsec. This is not allowing users to use any headers from data_dist/matrix.

Comments (7)

  1. George Bosilca

    We can't have a hierarchy in a place in the source tree and another in the installation directory. A possible solution is to move toward a flat include scheme, but this sounds sketchy. Meanwhile, add include/parsec to your include directories.

  2. Log in to comment