- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi -
I'm trying to build tpp using the intel compiler. The bin directory containing it is on my $PATH. There is a CXX environment variable that contains icpc and a CC environment variable that contains icc, but when I run make it uses gcc. I am doing the build on CentOS 7.
Is there something I'm not doing that will make it use the intel compiler?
Thanks,
Craig
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Craig.
You can configure compiler by setting parameter to make compiler={icc, gcc, clang}
Also, please make sure that you set up Intel Compiler env before your experiment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Craig,
In addition, you may find interesting the topic on github about compiler=$(CXX).
Regards,
Alex

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page