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
Thank you for sharing with us your thoughts. The problem that I see with supporting the installation flag is that the user may override the original OS compiler. The names of both Habana's CXX and C compilers are clang-10 and clang++-10 as of the original system compiler. I can add an optional flag to the script to install the component according to the user request, like --install=path what do you think?
I prepend-path. It's kind of expected that it replaces clang-10, if installed. Normally the HPC systems OS is quite a bit older, and clang-10 is not in.
I have
prepend-path PATH /cm/shared/apps/habana/tpc-llvm/1.0.0/bin
setenv CC /cm/shared/apps/habana/tpc-llvm/1.0.0/bin/clang
setenv CXX /cm/shared/apps/habana/tpc-llvm/1.0.0/bin/clang++
Hi,
would it be possible to add --prefix to the build script?
e.g.
Rgds,
ToreL
The text was updated successfully, but these errors were encountered: