-
Notifications
You must be signed in to change notification settings - Fork 18
Dev Notes
Daniel Waddington edited this page Nov 15, 2017
·
1 revision
Add Intel ICC to Ubuntu compiler selection:
sudo update-alternatives --install /usr/bin/c++ c++ /opt/intel/compilers_and_libraries_2017.2.174/linux/bin/intel64/icpc 10
sudo update-alternatives --install /usr/bin/cc cc /opt/intel/compilers_and_libraries_2017.2.174/linux/bin/intel64/icc 10
Then to select: sudo update-alternatives --config cc sudo update-alternatives --config c++